Skip to content

Commit c25607e

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent 1386028 commit c25607e

File tree

2,010 files changed

+86541
-7846
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,010 files changed

+86541
-7846
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,8 @@ RubyGems.org page under "LINKS" section.
486486
| AWSMarketplace Metering | Aws::MarketplaceMetering | aws-sdk-marketplacemetering | 2016-01-14 |
487487
| AWSServerlessApplicationRepository | Aws::ServerlessApplicationRepository | aws-sdk-serverlessapplicationrepository | 2017-09-08 |
488488
| Access Analyzer | Aws::AccessAnalyzer | aws-sdk-accessanalyzer | 2019-11-01 |
489+
| Agents for Amazon Bedrock | Aws::BedrockAgent | aws-sdk-bedrockagent | 2023-06-05 |
490+
| Agents for Amazon Bedrock Runtime | Aws::BedrockAgentRuntime | aws-sdk-bedrockagentruntime | 2023-07-26 |
489491
| Alexa For Business | Aws::AlexaForBusiness | aws-sdk-alexaforbusiness | 2017-11-09 |
490492
| Amazon API Gateway | Aws::APIGateway | aws-sdk-apigateway | 2015-07-09 |
491493
| Amazon AppConfig | Aws::AppConfig | aws-sdk-appconfig | 2019-10-09 |
@@ -609,6 +611,7 @@ RubyGems.org page under "LINKS" section.
609611
| Amazon Pinpoint SMS and Voice Service | Aws::PinpointSMSVoice | aws-sdk-pinpointsmsvoice | 2018-09-05 |
610612
| Amazon Polly | Aws::Polly | aws-sdk-polly | 2016-06-10 |
611613
| Amazon Prometheus Service | Aws::PrometheusService | aws-sdk-prometheusservice | 2020-08-01 |
614+
| Amazon Q Connect | Aws::QConnect | aws-sdk-qconnect | 2020-10-19 |
612615
| Amazon QLDB | Aws::QLDB | aws-sdk-qldb | 2019-01-02 |
613616
| Amazon QLDB Session | Aws::QLDBSession | aws-sdk-qldbsession | 2019-07-11 |
614617
| Amazon QuickSight | Aws::QuickSight | aws-sdk-quicksight | 2018-04-01 |
@@ -685,6 +688,7 @@ RubyGems.org page under "LINKS" section.
685688
| Payment Cryptography Control Plane | Aws::PaymentCryptography | aws-sdk-paymentcryptography | 2021-09-14 |
686689
| Payment Cryptography Data Plane | Aws::PaymentCryptographyData | aws-sdk-paymentcryptographydata | 2022-02-03 |
687690
| PcaConnectorAd | Aws::PcaConnectorAd | aws-sdk-pcaconnectorad | 2018-05-10 |
691+
| QBusiness | Aws::QBusiness | aws-sdk-qbusiness | 2023-11-27 |
688692
| Redshift Data API Service | Aws::RedshiftDataAPIService | aws-sdk-redshiftdataapiservice | 2019-12-20 |
689693
| Redshift Serverless | Aws::RedshiftServerless | aws-sdk-redshiftserverless | 2021-04-21 |
690694
| Route53 Recovery Cluster | Aws::Route53RecoveryCluster | aws-sdk-route53recoverycluster | 2019-12-02 |

apis/accessanalyzer/2019-11-01/api-2.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,8 @@
982982
"secretsManagerSecret":{"shape":"SecretsManagerSecretConfiguration"},
983983
"s3Bucket":{"shape":"S3BucketConfiguration"},
984984
"snsTopic":{"shape":"SnsTopicConfiguration"},
985-
"sqsQueue":{"shape":"SqsQueueConfiguration"}
985+
"sqsQueue":{"shape":"SqsQueueConfiguration"},
986+
"s3ExpressDirectoryBucket":{"shape":"S3ExpressDirectoryBucketConfiguration"}
986987
},
987988
"union":true
988989
},
@@ -2217,7 +2218,8 @@
22172218
"AWS::ECR::Repository",
22182219
"AWS::RDS::DBSnapshot",
22192220
"AWS::RDS::DBClusterSnapshot",
2220-
"AWS::SNS::Topic"
2221+
"AWS::SNS::Topic",
2222+
"AWS::S3Express::DirectoryBucket"
22212223
]
22222224
},
22232225
"RetiringPrincipal":{"type":"string"},
@@ -2263,6 +2265,13 @@
22632265
}
22642266
},
22652267
"S3BucketPolicy":{"type":"string"},
2268+
"S3ExpressDirectoryBucketConfiguration":{
2269+
"type":"structure",
2270+
"members":{
2271+
"bucketPolicy":{"shape":"S3ExpressDirectoryBucketPolicy"}
2272+
}
2273+
},
2274+
"S3ExpressDirectoryBucketPolicy":{"type":"string"},
22662275
"S3PublicAccessBlockConfiguration":{
22672276
"type":"structure",
22682277
"required":[

apis/accessanalyzer/2019-11-01/docs-2.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@
13071307
"S3BucketConfiguration": {
13081308
"base": "<p>Proposed access control configuration for an Amazon S3 bucket. You can propose a configuration for a new Amazon S3 bucket or an existing Amazon S3 bucket that you own by specifying the Amazon S3 bucket policy, bucket ACLs, bucket BPA settings, Amazon S3 access points, and multi-region access points attached to the bucket. If the configuration is for an existing Amazon S3 bucket and you do not specify the Amazon S3 bucket policy, the access preview uses the existing policy attached to the bucket. If the access preview is for a new resource and you do not specify the Amazon S3 bucket policy, the access preview assumes a bucket without a policy. To propose deletion of an existing bucket policy, you can specify an empty string. For more information about bucket policy limits, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/example-bucket-policies.html\">Bucket Policy Examples</a>.</p>",
13091309
"refs": {
1310-
"Configuration$s3Bucket": "<p>The access control configuration is for an Amazon S3 Bucket. </p>"
1310+
"Configuration$s3Bucket": "<p>The access control configuration is for an Amazon S3 bucket. </p>"
13111311
}
13121312
},
13131313
"S3BucketPolicy": {
@@ -1316,6 +1316,18 @@
13161316
"S3BucketConfiguration$bucketPolicy": "<p>The proposed bucket policy for the Amazon S3 bucket.</p>"
13171317
}
13181318
},
1319+
"S3ExpressDirectoryBucketConfiguration": {
1320+
"base": "<p>Proposed access control configuration for an Amazon S3 directory bucket. You can propose a configuration for a new Amazon S3 directory bucket or an existing Amazon S3 directory bucket that you own by specifying the Amazon S3 bucket policy. If the configuration is for an existing Amazon S3 directory bucket and you do not specify the Amazon S3 bucket policy, the access preview uses the existing policy attached to the directory bucket. If the access preview is for a new resource and you do not specify the Amazon S3 bucket policy, the access preview assumes an directory bucket without a policy. To propose deletion of an existing bucket policy, you can specify an empty string. For more information about bucket policy limits, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-express-security-iam-example-bucket-policies.html\">Example bucket policies</a>.</p>",
1321+
"refs": {
1322+
"Configuration$s3ExpressDirectoryBucket": "<p>The access control configuration is for an Amazon S3 directory bucket.</p>"
1323+
}
1324+
},
1325+
"S3ExpressDirectoryBucketPolicy": {
1326+
"base": null,
1327+
"refs": {
1328+
"S3ExpressDirectoryBucketConfiguration$bucketPolicy": "<p>The proposed bucket policy for the Amazon S3 directory bucket.</p>"
1329+
}
1330+
},
13191331
"S3PublicAccessBlockConfiguration": {
13201332
"base": "<p>The <code>PublicAccessBlock</code> configuration to apply to this Amazon S3 bucket. If the proposed configuration is for an existing Amazon S3 bucket and the configuration is not specified, the access preview uses the existing setting. If the proposed configuration is for a new bucket and the configuration is not specified, the access preview uses <code>false</code>. If the proposed configuration is for a new access point or multi-region access point and the access point BPA configuration is not specified, the access preview uses <code>true</code>. For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-publicaccessblockconfiguration.html\">PublicAccessBlockConfiguration</a>. </p>",
13211333
"refs": {

0 commit comments

Comments
 (0)