Skip to content

Commit 4a9c18b

Browse files
Updated API models and rebuilt service gems.
1 parent 5ec6246 commit 4a9c18b

File tree

49 files changed

+4134
-894
lines changed

Some content is hidden

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

49 files changed

+4134
-894
lines changed

apis/bedrock-agentcore-control/2023-06-05/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6735,7 +6735,8 @@
67356735
"enum":[
67366736
"MCP",
67376737
"HTTP",
6738-
"A2A"
6738+
"A2A",
6739+
"AGUI"
67396740
]
67406741
},
67416742
"ServiceException":{

apis/connectcases/2022-10-03/api-2.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,9 @@
10341034
"type":"structure",
10351035
"members":{
10361036
"equalTo":{"shape":"BooleanOperands"},
1037-
"notEqualTo":{"shape":"BooleanOperands"}
1037+
"notEqualTo":{"shape":"BooleanOperands"},
1038+
"andAll":{"shape":"CompoundCondition"},
1039+
"orAll":{"shape":"CompoundCondition"}
10381040
},
10391041
"union":true
10401042
},
@@ -1214,6 +1216,13 @@
12141216
"type":"structure",
12151217
"members":{}
12161218
},
1219+
"CompoundCondition":{
1220+
"type":"structure",
1221+
"required":["conditions"],
1222+
"members":{
1223+
"conditions":{"shape":"BooleanConditionList"}
1224+
}
1225+
},
12171226
"ConflictException":{
12181227
"type":"structure",
12191228
"required":["message"],

apis/connectcases/2022-10-03/docs-2.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@
228228
"BooleanConditionList": {
229229
"base": null,
230230
"refs": {
231+
"CompoundCondition$conditions": "<p>The list of conditions to combine using the logical operator.</p>",
231232
"HiddenCaseRule$conditions": "<p>A list of conditions that determine field visibility.</p>",
232233
"RequiredCaseRule$conditions": "<p>List of conditions for the required rule; the first condition to evaluate to true dictates the value of the rule.</p>"
233234
}
@@ -407,6 +408,13 @@
407408
"RelatedItemTypeFilter$comment": "<p>A filter for related items of type <code>Comment</code>.</p>"
408409
}
409410
},
411+
"CompoundCondition": {
412+
"base": "<p>A compound condition that combines multiple boolean conditions using logical operators. In the Amazon Connect admin website, case rules are known as <i>case field conditions</i>. For more information about case field conditions, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/case-field-conditions.html\">Add case field conditions to a case template</a>.</p>",
413+
"refs": {
414+
"BooleanCondition$andAll": "<p>Combines multiple conditions with AND operator. All conditions must be true for the compound condition to be true.</p>",
415+
"BooleanCondition$orAll": "<p>Combines multiple conditions with OR operator. At least one condition must be true for the compound condition to be true.</p>"
416+
}
417+
},
410418
"ConflictException": {
411419
"base": "<p>The requested operation would cause a conflict with the current state of a service resource associated with the request. Resolve the conflict before retrying this request. See the accompanying error message for details.</p>",
412420
"refs": {}

apis/dms/2016-01-01/docs-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,7 @@
17741774
"RedshiftDataProviderSettings$Port": "<p>The port value for the Amazon Redshift data provider.</p>",
17751775
"RedshiftSettings$ConnectionTimeout": "<p>A value that sets the amount of time to wait (in milliseconds) before timing out, beginning from when you initially establish a connection.</p>",
17761776
"RedshiftSettings$FileTransferUploadStreams": "<p>The number of threads used to upload a single file. This parameter accepts a value from 1 through 64. It defaults to 10.</p> <p>The number of parallel streams used to upload a single .csv file to an S3 bucket using S3 Multipart Upload. For more information, see <a href=\"https://docs.aws.amazon.com/AmazonS3/latest/dev/mpuoverview.html\">Multipart upload overview</a>. </p> <p> <code>FileTransferUploadStreams</code> accepts a value from 1 through 64. It defaults to 10.</p>",
1777-
"RedshiftSettings$LoadTimeout": "<p>The amount of time to wait (in milliseconds) before timing out of operations performed by DMS on a Redshift cluster, such as Redshift COPY, INSERT, DELETE, and UPDATE.</p>",
1777+
"RedshiftSettings$LoadTimeout": "<p>The amount of time to wait (in seconds) before timing out of operations performed by DMS on a Redshift cluster, such as Redshift COPY, INSERT, DELETE, and UPDATE.</p>",
17781778
"RedshiftSettings$MaxFileSize": "<p>The maximum size (in KB) of any .csv file used to load data on an S3 bucket and transfer data to Amazon Redshift. It defaults to 1048576KB (1 GB).</p>",
17791779
"RedshiftSettings$Port": "<p>The port number for Amazon Redshift. The default value is 5439.</p>",
17801780
"RedshiftSettings$WriteBufferSize": "<p>The size (in KB) of the in-memory file write buffer used when generating .csv files on the local disk at the DMS replication instance. The default value is 1000 (buffer size is 1000KB).</p>",

apis/kafka/2018-11-14/endpoint-rule-set-1.json

Lines changed: 454 additions & 148 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)