Skip to content

Commit 2771d2d

Browse files
Update to latest models
1 parent 787bbf5 commit 2771d2d

File tree

8 files changed

+194
-30
lines changed

8 files changed

+194
-30
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``bedrock``",
4+
"description": "Release includes an increase to the maximum policy build document size, an update to DeleteAutomatedReasoningPolicyBuildWorkflow to add ResourceInUseException, and corrections to UpdateAutomatedReasoningPolicyTestCaseRequest."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``budgets``",
4+
"description": "Added BillingViewHealthStatus Exception which is thrown when a Budget is created or updated with a Billing View that is not in the HEALTHY status"
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``chime-sdk-messaging``",
4+
"description": "Amazon Chime SDK Messaging GetMessagingSessionEndpoint API now returns dual-stack WebSocket endpoints supporting IPv4/IPv6."
5+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "api-change",
3+
"category": "``ec2``",
4+
"description": "Allowed AMIs adds support for four new parameters - marketplaceProductCodes, deprecationTimeCondition, creationDateCondition and imageNames"
5+
}

awscli/botocore/data/bedrock/2023-04-20/service-2.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,7 @@
445445
{"shape":"ValidationException"},
446446
{"shape":"ConflictException"},
447447
{"shape":"InternalServerException"},
448+
{"shape":"ResourceInUseException"},
448449
{"shape":"ThrottlingException"}
449450
],
450451
"documentation":"<p>Deletes an Automated Reasoning policy build workflow and its associated artifacts. This permanently removes the workflow history and any generated assets.</p>",
@@ -2477,6 +2478,12 @@
24772478
"min":1,
24782479
"pattern":"arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:automated-reasoning-policy/[a-z0-9]{12}(:([1-9][0-9]{0,11}))?"
24792480
},
2481+
"AutomatedReasoningPolicyBuildDocumentBlob":{
2482+
"type":"blob",
2483+
"max":5000000,
2484+
"min":1,
2485+
"sensitive":true
2486+
},
24802487
"AutomatedReasoningPolicyBuildDocumentContentType":{
24812488
"type":"string",
24822489
"enum":[
@@ -2641,7 +2648,7 @@
26412648
],
26422649
"members":{
26432650
"document":{
2644-
"shape":"AutomatedReasoningPolicyBuildWorkflowDocumentDocumentBlob",
2651+
"shape":"AutomatedReasoningPolicyBuildDocumentBlob",
26452652
"documentation":"<p>The actual content of the source document that will be analyzed to extract policy rules and concepts.</p>"
26462653
},
26472654
"documentContentType":{
@@ -2659,11 +2666,6 @@
26592666
},
26602667
"documentation":"<p>Represents a source document used in the policy build workflow, containing the content and metadata needed for policy generation.</p>"
26612668
},
2662-
"AutomatedReasoningPolicyBuildWorkflowDocumentDocumentBlob":{
2663-
"type":"blob",
2664-
"max":4500000,
2665-
"min":1
2666-
},
26672669
"AutomatedReasoningPolicyBuildWorkflowDocumentList":{
26682670
"type":"list",
26692671
"member":{"shape":"AutomatedReasoningPolicyBuildWorkflowDocument"},
@@ -12525,10 +12527,6 @@
1252512527
"shape":"AutomatedReasoningCheckTranslationConfidence",
1252612528
"documentation":"<p>The updated minimum confidence level for logic validation. If null is provided, the threshold will be removed.</p>"
1252712529
},
12528-
"kmsKeyArn":{
12529-
"shape":"KmsKeyArn",
12530-
"documentation":"<p>The KMS key ARN for encrypting the test at rest. If not provided, the key will not be updated. Use <code>DISCARD</code> to remove the key.</p>"
12531-
},
1253212530
"clientRequestToken":{
1253312531
"shape":"IdempotencyToken",
1253412532
"documentation":"<p>A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error.</p>",

awscli/botocore/data/budgets/2016-10-20/service-2.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"output":{"shape":"CreateBudgetResponse"},
2626
"errors":[
2727
{"shape":"InvalidParameterException"},
28+
{"shape":"BillingViewHealthStatusException"},
2829
{"shape":"InternalErrorException"},
2930
{"shape":"CreationLimitExceededException"},
3031
{"shape":"DuplicateRecordException"},
@@ -425,6 +426,7 @@
425426
"errors":[
426427
{"shape":"InternalErrorException"},
427428
{"shape":"InvalidParameterException"},
429+
{"shape":"BillingViewHealthStatusException"},
428430
{"shape":"NotFoundException"},
429431
{"shape":"AccessDeniedException"},
430432
{"shape":"ThrottlingException"}
@@ -701,6 +703,14 @@
701703
"min":20,
702704
"pattern":"^arn:aws[a-z-]*:(billing)::[0-9]{12}:billingview/[a-zA-Z0-9/:_\\+=\\.\\-@]{0,75}[a-zA-Z0-9]$"
703705
},
706+
"BillingViewHealthStatusException":{
707+
"type":"structure",
708+
"members":{
709+
"Message":{"shape":"errorMessage"}
710+
},
711+
"documentation":"<p> The billing view status must be HEALTHY to perform this action. Try again when the status is HEALTHY. </p>",
712+
"exception":true
713+
},
704714
"Budget":{
705715
"type":"structure",
706716
"required":[

awscli/botocore/data/chime-sdk-messaging/2021-05-15/service-2.json

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
{"shape":"ServiceUnavailableException"},
136136
{"shape":"ServiceFailureException"}
137137
],
138-
"documentation":"<p>Creates a channel flow, a container for processors. Processors are AWS Lambda functions that perform actions on chat messages, such as stripping out profanity. You can associate channel flows with channels, and the processors in the channel flow then take action on all messages sent to that channel. This is a developer API.</p> <p>Channel flows process the following items:</p> <ol> <li> <p>New and updated messages</p> </li> <li> <p>Persistent and non-persistent messages</p> </li> <li> <p>The Standard message type</p> </li> </ol> <note> <p>Channel flows don't process Control or System messages. For more information about the message types provided by Chime SDK messaging, refer to <a href=\"https://docs.aws.amazon.com/chime/latest/dg/using-the-messaging-sdk.html#msg-types\">Message types</a> in the <i>Amazon Chime developer guide</i>.</p> </note>"
138+
"documentation":"<p>Creates a channel flow, a container for processors. Processors are AWS Lambda functions that perform actions on chat messages, such as stripping out profanity. You can associate channel flows with channels, and the processors in the channel flow then take action on all messages sent to that channel. This is a developer API.</p> <p>Channel flows process the following items:</p> <ol> <li> <p>New and updated messages</p> </li> <li> <p>Persistent and non-persistent messages</p> </li> <li> <p>The Standard message type</p> </li> </ol> <note> <p>Channel flows don't process Control or System messages. For more information about the message types provided by Chime SDK messaging, refer to <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/dg/using-the-messaging-sdk.html#msg-types\">Message types</a> in the <i>Amazon Chime developer guide</i>.</p> </note>"
139139
},
140140
"CreateChannelMembership":{
141141
"name":"CreateChannelMembership",
@@ -616,7 +616,7 @@
616616
{"shape":"ServiceUnavailableException"},
617617
{"shape":"ServiceFailureException"}
618618
],
619-
"documentation":"<p>Lists all channel memberships in a channel.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call as the value in the header.</p> </note> <p>If you want to list the channels to which a specific app instance user belongs, see the <a href=\"https://docs.aws.amazon.com/chime/latest/APIReference/API_messaging-chime_ListChannelMembershipsForAppInstanceUser.html\">ListChannelMembershipsForAppInstanceUser</a> API.</p>"
619+
"documentation":"<p>Lists all channel memberships in a channel.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call as the value in the header.</p> </note> <p>If you want to list the channels to which a specific app instance user belongs, see the <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_messaging-chime_ListChannelMembershipsForAppInstanceUser.html\">ListChannelMembershipsForAppInstanceUser</a> API.</p>"
620620
},
621621
"ListChannelMembershipsForAppInstanceUser":{
622622
"name":"ListChannelMembershipsForAppInstanceUser",
@@ -849,7 +849,7 @@
849849
{"shape":"ServiceUnavailableException"},
850850
{"shape":"ServiceFailureException"}
851851
],
852-
"documentation":"<p>Redacts message content, but not metadata. The message exists in the back end, but the action returns null content, and the state shows as redacted.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call as the value in the header.</p> </note>"
852+
"documentation":"<p>Redacts message content and metadata. The message exists in the back end, but the action returns null content, and the state shows as redacted.</p> <note> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call as the value in the header.</p> </note>"
853853
},
854854
"SearchChannels":{
855855
"name":"SearchChannels",
@@ -868,7 +868,7 @@
868868
{"shape":"ServiceUnavailableException"},
869869
{"shape":"ServiceFailureException"}
870870
],
871-
"documentation":"<p>Allows the <code>ChimeBearer</code> to search channels by channel members. Users or bots can search across the channels that they belong to. Users in the <code>AppInstanceAdmin</code> role can search across all channels.</p> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call as the value in the header.</p>"
871+
"documentation":"<p>Allows the <code>ChimeBearer</code> to search channels by channel members. Users or bots can search across the channels that they belong to. Users in the <code>AppInstanceAdmin</code> role can search across all channels.</p> <p>The <code>x-amz-chime-bearer</code> request header is mandatory. Use the ARN of the <code>AppInstanceUser</code> or <code>AppInstanceBot</code> that makes the API call as the value in the header.</p> <note> <p>This operation isn't supported for <code>AppInstanceUsers</code> with a large number of memberships.</p> </note>"
872872
},
873873
"SendChannelMessage":{
874874
"name":"SendChannelMessage",
@@ -2044,7 +2044,7 @@
20442044
},
20452045
"ChannelId":{
20462046
"shape":"ChannelId",
2047-
"documentation":"<p>The ID of the channel in the request.</p>"
2047+
"documentation":"<p>An ID for the channel being created. If you do not specify an ID, a UUID will be created for the channel.</p>"
20482048
},
20492049
"MemberArns":{
20502050
"shape":"ChannelMemberArns",
@@ -2741,7 +2741,14 @@
27412741
},
27422742
"GetMessagingSessionEndpointRequest":{
27432743
"type":"structure",
2744-
"members":{}
2744+
"members":{
2745+
"NetworkType":{
2746+
"shape":"NetworkType",
2747+
"documentation":"<p>The type of network for the messaging session endpoint. Either IPv4 only or dual-stack (IPv4 and IPv6).</p>",
2748+
"location":"querystring",
2749+
"locationName":"network-type"
2750+
}
2751+
}
27452752
},
27462753
"GetMessagingSessionEndpointResponse":{
27472754
"type":"structure",
@@ -3426,6 +3433,13 @@
34263433
"max":40,
34273434
"min":1
34283435
},
3436+
"NetworkType":{
3437+
"type":"string",
3438+
"enum":[
3439+
"IPV4_ONLY",
3440+
"DUAL_STACK"
3441+
]
3442+
},
34293443
"NextToken":{
34303444
"type":"string",
34313445
"max":2048,
@@ -3790,14 +3804,14 @@
37903804
},
37913805
"Values":{
37923806
"shape":"SearchFieldValues",
3793-
"documentation":"<p>The values that you want to search for, a list of strings. The values must be <code>AppInstanceUserArns</code> specified as a list of strings.</p> <note> <p>This operation isn't supported for <code>AppInstanceUsers</code> with large number of memberships.</p> </note>"
3807+
"documentation":"<p>The values that you want to search for, a list of strings. The values must be <code>AppInstanceUserArns</code> specified as a list of strings.</p> <note> <p>This operation isn't supported for <code>AppInstanceUsers</code> with a large number of memberships.</p> </note>"
37943808
},
37953809
"Operator":{
37963810
"shape":"SearchFieldOperator",
37973811
"documentation":"<p>The operator used to compare field values, currently <code>EQUALS</code> or <code>INCLUDES</code>. Use the <code>EQUALS</code> operator to find channels whose memberships equal the specified values. Use the <code>INCLUDES</code> operator to find channels whose memberships include the specified values.</p>"
37983812
}
37993813
},
3800-
"documentation":"<p>A <code>Field</code> of the channel that you want to search.</p>"
3814+
"documentation":"<p>A <code>Field</code> of the channel that you want to search.</p> <note> <p>This operation isn't supported for <code>AppInstanceUsers</code> with a large number of memberships.</p> </note>"
38013815
},
38023816
"SearchFieldKey":{
38033817
"type":"string",
@@ -4292,5 +4306,5 @@
42924306
"max":4096
42934307
}
42944308
},
4295-
"documentation":"<p>The Amazon Chime SDK messaging APIs in this section allow software developers to send and receive messages in custom messaging applications. These APIs depend on the frameworks provided by the Amazon Chime SDK identity APIs. For more information about the messaging APIs, see <a href=\"https://docs.aws.amazon.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_Messaging.html\">Amazon Chime SDK messaging</a>.</p>"
4309+
"documentation":"<p>The Amazon Chime SDK messaging APIs in this section allow software developers to send and receive messages in custom messaging applications. These APIs depend on the frameworks provided by the Amazon Chime SDK identity APIs. For more information about the messaging APIs, see <a href=\"https://docs.aws.amazon.com/chime-sdk/latest/APIReference/API_Operations_Amazon_Chime_SDK_Messaging.html\">Amazon Chime SDK messaging</a>.</p>"
42964310
}

0 commit comments

Comments
 (0)