Skip to content

Commit

Permalink
Update to latest models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-python-automation committed Dec 3, 2024
1 parent 9cc27bd commit 32c0167
Show file tree
Hide file tree
Showing 6 changed files with 106 additions and 18 deletions.
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-bedrockruntime-22361.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``bedrock-runtime``",
"description": "Add an API parameter that allows customers to set performance configuration for invoking a model."
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-s3control-70121.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``s3control``",
"description": "It allows customers to pass CRC64NVME as a header in S3 Batch Operations copy requests"
}
5 changes: 5 additions & 0 deletions .changes/next-release/api-change-socialmessaging-9994.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "api-change",
"category": "``socialmessaging``",
"description": "Added support for passing role arn corresponding to the supported event destination"
}
92 changes: 76 additions & 16 deletions botocore/data/bedrock-runtime/2023-09-30/service-2.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions botocore/data/s3control/2018-08-20/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -7395,7 +7395,8 @@
"CRC32",
"CRC32C",
"SHA1",
"SHA256"
"SHA256",
"CRC64NVME"
]
},
"S3ContentLength":{
Expand All @@ -7407,7 +7408,7 @@
"members":{
"TargetResource":{
"shape":"S3RegionalOrS3ExpressBucketArnString",
"documentation":"<p>Specifies the destination bucket Amazon Resource Name (ARN) for the batch copy operation.</p> <ul> <li> <p> <b>General purpose buckets</b> - For example, to copy objects to a general purpose bucket named <code>destinationBucket</code>, set the <code>TargetResource</code> property to <code>arn:aws:s3:::destinationBucket</code>.</p> </li> <li> <p> <b>Directory buckets</b> - For example, to copy objects to a directory bucket named <code>destinationBucket</code> in the Availability Zone identified by the AZ ID <code>usw2-az1</code>, set the <code>TargetResource</code> property to <code>arn:aws:s3express:<i>region</i>:<i>account_id</i>:/bucket/<i>destination_bucket_base_name</i>--<i>usw2-az1</i>--x-s3</code>. A directory bucket as a destination bucket can be in Availability Zone or Local Zone. </p> <note> <p>Copying objects across different Amazon Web Services Regions isn't supported when the source or destination bucket is in Amazon Web Services Local Zones. The source and destination buckets must have the same parent Amazon Web Services Region. Otherwise, you get an HTTP <code>400 Bad Request</code> error with the error code <code>InvalidRequest</code>.</p> </note> </li> </ul>"
"documentation":"<p>Specifies the destination bucket Amazon Resource Name (ARN) for the batch copy operation.</p> <ul> <li> <p> <b>General purpose buckets</b> - For example, to copy objects to a general purpose bucket named <code>destinationBucket</code>, set the <code>TargetResource</code> property to <code>arn:aws:s3:::destinationBucket</code>.</p> </li> <li> <p> <b>Directory buckets</b> - For example, to copy objects to a directory bucket named <code>destinationBucket</code> in the Availability Zone; identified by the AZ ID <code>usw2-az1</code>, set the <code>TargetResource</code> property to <code>arn:aws:s3express:<i>region</i>:<i>account_id</i>:/bucket/<i>destination_bucket_base_name</i>--<i>usw2-az1</i>--x-s3</code>.</p> </li> </ul>"
},
"CannedAccessControlList":{
"shape":"S3CannedAccessControlList",
Expand Down
12 changes: 12 additions & 0 deletions botocore/data/socialmessaging/2024-01-01/service-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,10 @@
"unregisteredWhatsAppPhoneNumbers":{
"shape":"WhatsAppPhoneNumberDetailList",
"documentation":"<p>The details for unregistered WhatsApp phone numbers.</p>"
},
"wabaId":{
"shape":"LinkedWhatsAppBusinessAccountId",
"documentation":"<p>The Amazon Resource Name (ARN) of the WhatsApp Business Account ID.</p>"
}
},
"documentation":"<p>Contains your WhatsApp registration status and details of any unregistered WhatsApp phone number.</p>"
Expand Down Expand Up @@ -800,6 +804,10 @@
},
"exception":true
},
"RoleArn":{
"type":"string",
"pattern":"arn:aws:iam::\\d{12}:role\\/[a-zA-Z0-9+=,.@\\-_]+"
},
"S3File":{
"type":"structure",
"required":[
Expand Down Expand Up @@ -1058,6 +1066,10 @@
"eventDestinationArn":{
"shape":"EventDestinationArn",
"documentation":"<p>The ARN of the event destination.</p>"
},
"roleArn":{
"shape":"RoleArn",
"documentation":"<p>The Amazon Resource Name (ARN) of an Identity and Access Management role that is able to import phone numbers and write events.</p>"
}
},
"documentation":"<p>Contains information on the event destination.</p>"
Expand Down

0 comments on commit 32c0167

Please sign in to comment.