Skip to content

Commit 9fe8820

Browse files
Updated API models and rebuilt service gems.
1 parent 1ed19a0 commit 9fe8820

File tree

42 files changed

+2115
-520
lines changed

Some content is hidden

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

42 files changed

+2115
-520
lines changed

apis/bcm-recommended-actions/2024-11-14/api-2.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
7979
"REVIEW_EXPIRING_RI",
8080
"REVIEW_EXPIRING_SP",
8181
"REVIEW_FREETIER_USAGE_ALERTS",
82+
"REVIEW_FREETIER_CREDITS_REMAINING",
83+
"REVIEW_FREETIER_DAYS_REMAINING",
8284
"REVIEW_SAVINGS_OPPORTUNITY_RECOMMENDATIONS",
8385
"UPDATE_EXPIRED_PAYMENT_METHOD",
8486
"UPDATE_INVALID_PAYMENT_METHOD",

apis/bcm-recommended-actions/2024-11-14/smoke-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"id" : "ListRecommendedActionsSuccess",
55
"operationName" : "ListRecommendedActions",
66
"input" : {
7-
"maxResults" : 10
7+
"maxResults" : 5
88
},
99
"expectation" : {
10-
"failure" : { }
10+
"success" : { }
1111
},
1212
"config" : {
1313
"region" : "us-west-2",

apis/connect/2017-08-08/api-2.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11873,6 +11873,16 @@
1187311873
"PotentialDisconnectIssue":{"shape":"PotentialDisconnectIssue"}
1187411874
}
1187511875
},
11876+
"DisconnectOnCustomerExit":{
11877+
"type":"list",
11878+
"member":{"shape":"DisconnectOnCustomerExitParticipantType"},
11879+
"max":1,
11880+
"min":1
11881+
},
11882+
"DisconnectOnCustomerExitParticipantType":{
11883+
"type":"string",
11884+
"enum":["AGENT"]
11885+
},
1187611886
"DisconnectReason":{
1187711887
"type":"structure",
1187811888
"members":{
@@ -20894,7 +20904,8 @@
2089420904
"PersistentChat":{"shape":"PersistentChat"},
2089520905
"RelatedContactId":{"shape":"ContactId"},
2089620906
"SegmentAttributes":{"shape":"SegmentAttributes"},
20897-
"CustomerId":{"shape":"CustomerIdNonEmpty"}
20907+
"CustomerId":{"shape":"CustomerIdNonEmpty"},
20908+
"DisconnectOnCustomerExit":{"shape":"DisconnectOnCustomerExit"}
2089820909
}
2089920910
},
2090020911
"StartChatContactResponse":{

apis/connect/2017-08-08/docs-2.json

Lines changed: 31 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2109,22 +2109,22 @@
21092109
}
21102110
},
21112111
"ContactFlowAttributeAndCondition": {
2112-
"base": "<p> A list of conditions which would be applied together with an AND condition. </p>",
2112+
"base": "<p> A list of conditions which would be applied together with an AND condition.</p>",
21132113
"refs": {
2114-
"ContactFlowAttributeFilter$AndCondition": "<p> A list of conditions which would be applied together with a AND condition. </p>",
2114+
"ContactFlowAttributeFilter$AndCondition": "<p> A list of conditions which would be applied together with a AND condition.</p>",
21152115
"ContactFlowAttributeOrConditionList$member": null
21162116
}
21172117
},
21182118
"ContactFlowAttributeFilter": {
2119-
"base": "<p> Filter for contact flow attributes with multiple condition types. </p>",
2119+
"base": "<p> Filter for contact flow attributes with multiple condition types.</p>",
21202120
"refs": {
21212121
"ContactFlowSearchFilter$FlowAttributeFilter": "<p> Flow attribute filter for contact flow search operations. </p>"
21222122
}
21232123
},
21242124
"ContactFlowAttributeOrConditionList": {
21252125
"base": null,
21262126
"refs": {
2127-
"ContactFlowAttributeFilter$OrConditions": "<p> A list of conditions which would be applied together with an OR condition. </p>"
2127+
"ContactFlowAttributeFilter$OrConditions": "<p> A list of conditions which would be applied together with an OR condition.</p>"
21282128
}
21292129
},
21302130
"ContactFlowContent": {
@@ -2408,16 +2408,16 @@
24082408
"ContactFlow$Type": "<p>The type of the flow. For descriptions of the available types, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/create-contact-flow.html#contact-flow-types\">Choose a flow type</a> in the <i>Amazon Connect Administrator Guide</i>.</p>",
24092409
"ContactFlowSearchCriteria$TypeCondition": "<p>The type of flow.</p>",
24102410
"ContactFlowSummary$ContactFlowType": "<p>The type of flow.</p>",
2411-
"ContactFlowTypeCondition$ContactFlowType": "<p> Contact flow type of the contact flow type condition. </p>",
2411+
"ContactFlowTypeCondition$ContactFlowType": "<p> Contact flow type of the contact flow type condition.</p>",
24122412
"ContactFlowTypes$member": null,
24132413
"CreateContactFlowRequest$Type": "<p>The type of the flow. For descriptions of the available types, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/create-contact-flow.html#contact-flow-types\">Choose a flow type</a> in the <i>Amazon Connect Administrator Guide</i>.</p>"
24142414
}
24152415
},
24162416
"ContactFlowTypeCondition": {
2417-
"base": "<p> The contact flow type condition. </p>",
2417+
"base": "<p> The contact flow type condition.</p>",
24182418
"refs": {
2419-
"ContactFlowAttributeAndCondition$ContactFlowTypeCondition": "<p> Contact flow type condition. </p>",
2420-
"ContactFlowAttributeFilter$ContactFlowTypeCondition": "<p> Contact flow type condition within attribute filter. </p>"
2419+
"ContactFlowAttributeAndCondition$ContactFlowTypeCondition": "<p> Contact flow type condition.</p>",
2420+
"ContactFlowAttributeFilter$ContactFlowTypeCondition": "<p> Contact flow type condition within attribute filter.</p>"
24212421
}
24222422
},
24232423
"ContactFlowTypes": {
@@ -2704,7 +2704,7 @@
27042704
}
27052705
},
27062706
"ControlPlaneAttributeFilter": {
2707-
"base": "<p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an <code>OR</code> or <code>AND</code> (List of List) input where: </p> <ul> <li> <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p> </li> <li> <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p> </li> </ul>",
2707+
"base": "<p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an <code>OR</code> or <code>AND</code> (List of List) input where:</p> <ul> <li> <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p> </li> <li> <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p> </li> </ul>",
27082708
"refs": {
27092709
"AgentStatusSearchFilter$AttributeFilter": "<p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an <code>OR</code> of <code>AND</code> (List of List) input where: </p> <ul> <li> <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p> </li> <li> <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p> </li> </ul>",
27102710
"DataTableSearchFilter$AttributeFilter": null,
@@ -2717,7 +2717,7 @@
27172717
}
27182718
},
27192719
"ControlPlaneTagFilter": {
2720-
"base": "<p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an <code>OR</code> of <code>AND</code> (List of List) input where: </p> <ul> <li> <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p> </li> <li> <p>Inner list specifies conditions that need to be applied with <code>AND</code> operator.</p> </li> </ul>",
2720+
"base": "<p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an <code>OR</code> of <code>AND</code> (List of List) input where:</p> <ul> <li> <p>Top level list specifies conditions that need to be applied with <code>OR</code> operator</p> </li> <li> <p>Inner list specifies conditions that need to be applied with <code>AND</code> operator.</p> </li> </ul>",
27212721
"refs": {
27222722
"ContactFlowModuleSearchFilter$TagFilter": null,
27232723
"ContactFlowSearchFilter$TagFilter": null,
@@ -2732,7 +2732,7 @@
27322732
}
27332733
},
27342734
"ControlPlaneUserAttributeFilter": {
2735-
"base": "<p>An object that can be used to specify Tag conditions or Hierarchy Group conditions inside the <code>SearchFilter</code>.</p> <p>This accepts an <code>OR</code> of <code>AND</code> (List of List) input where:</p> <ul> <li> <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator</p> </li> <li> <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p> </li> </ul> <note> <p>Only one field can be populated. Maximum number of allowed Tag conditions is 25. Maximum number of allowed Hierarchy Group conditions is 20. </p> </note>",
2735+
"base": "<p>An object that can be used to specify Tag conditions or Hierarchy Group conditions inside the <code>SearchFilter</code>.</p> <p>This accepts an <code>OR</code> of <code>AND</code> (List of List) input where:</p> <ul> <li> <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator</p> </li> <li> <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p> </li> </ul> <note> <p>Only one field can be populated. Maximum number of allowed Tag conditions is 25. Maximum number of allowed Hierarchy Group conditions is 20.</p> </note>",
27362736
"refs": {
27372737
"UserSearchFilter$UserAttributeFilter": "<p>An object that can be used to specify Tag conditions or Hierarchy Group conditions inside the SearchFilter.</p> <p>This accepts an <code>OR</code> of <code>AND</code> (List of List) input where:</p> <ul> <li> <p>The top level list specifies conditions that need to be applied with <code>OR</code> operator.</p> </li> <li> <p>The inner list specifies conditions that need to be applied with <code>AND</code> operator.</p> </li> </ul> <note> <p>Only one field can be populated. This object can’t be used along with TagFilter. Request can either contain TagFilter or UserAttributeFilter if SearchFilter is specified, combination of both is not supported and such request will throw AccessDeniedException.</p> </note>"
27382738
}
@@ -3458,7 +3458,7 @@
34583458
"DateTimeComparisonType": {
34593459
"base": null,
34603460
"refs": {
3461-
"DateTimeCondition$ComparisonType": "<p>Datetime property comparison type. </p>"
3461+
"DateTimeCondition$ComparisonType": "<p>Datetime property comparison type.</p>"
34623462
}
34633463
},
34643464
"DateTimeCondition": {
@@ -3471,8 +3471,8 @@
34713471
"DateTimeFormat": {
34723472
"base": null,
34733473
"refs": {
3474-
"DateTimeCondition$MinValue": "<p>A minimum value of the property. </p>",
3475-
"DateTimeCondition$MaxValue": "<p>A maximum value of the property. </p>"
3474+
"DateTimeCondition$MinValue": "<p>A minimum value of the property.</p>",
3475+
"DateTimeCondition$MaxValue": "<p>A maximum value of the property.</p>"
34763476
}
34773477
},
34783478
"DateYearMonthDayFormat": {
@@ -3492,7 +3492,7 @@
34923492
"DecimalComparisonType": {
34933493
"base": null,
34943494
"refs": {
3495-
"DecimalCondition$ComparisonType": "<p>The type of comparison to be made when evaluating the decimal condition. </p>"
3495+
"DecimalCondition$ComparisonType": "<p>The type of comparison to be made when evaluating the decimal condition.</p>"
34963496
}
34973497
},
34983498
"DecimalCondition": {
@@ -4170,6 +4170,18 @@
41704170
"Contact$DisconnectDetails": "<p>Information about the call disconnect experience.</p>"
41714171
}
41724172
},
4173+
"DisconnectOnCustomerExit": {
4174+
"base": null,
4175+
"refs": {
4176+
"StartChatContactRequest$DisconnectOnCustomerExit": "<p>A list of participant types to automatically disconnect when the end customer ends the chat session, allowing them to continue through disconnect flows such as surveys or feedback forms.</p> <p>Valid value: <code>AGENT</code>.</p> <p>With the <code>DisconnectOnCustomerExit</code> parameter, you can configure automatic agent disconnection when end customers end the chat, ensuring that disconnect flows are triggered consistently regardless of which participant disconnects first.</p>"
4177+
}
4178+
},
4179+
"DisconnectOnCustomerExitParticipantType": {
4180+
"base": null,
4181+
"refs": {
4182+
"DisconnectOnCustomerExit$member": null
4183+
}
4184+
},
41734185
"DisconnectReason": {
41744186
"base": "<p>Contains details about why a contact was disconnected. Only Amazon Connect outbound campaigns can provide this field.</p>",
41754187
"refs": {
@@ -11479,7 +11491,7 @@
1147911491
"refs": {
1148011492
"AttributeAndCondition$TagConditions": "<p>A leaf node condition which can be used to specify a tag condition.</p>",
1148111493
"CommonAttributeAndCondition$TagConditions": "<p>A leaf node condition which can be used to specify a tag condition.</p>",
11482-
"ContactFlowAttributeAndCondition$TagConditions": "<p> Tag-based conditions for contact flow filtering. </p>",
11494+
"ContactFlowAttributeAndCondition$TagConditions": "<p> Tag-based conditions for contact flow filtering.</p>",
1148311495
"ControlPlaneTagFilter$AndConditions": "<p>A list of conditions which would be applied together with an <code>AND</code> condition.</p>",
1148411496
"TagOrConditionList$member": null
1148511497
}
@@ -11489,7 +11501,7 @@
1148911501
"refs": {
1149011502
"ContactFlowAttributeFilter$TagCondition": null,
1149111503
"ControlPlaneAttributeFilter$TagCondition": null,
11492-
"ControlPlaneTagFilter$TagCondition": "<p>A leaf node condition which can be used to specify a tag condition. </p>",
11504+
"ControlPlaneTagFilter$TagCondition": "<p>A leaf node condition which can be used to specify a tag condition.</p>",
1149311505
"ControlPlaneUserAttributeFilter$TagCondition": null,
1149411506
"TagAndConditionList$member": null
1149511507
}
@@ -11587,7 +11599,7 @@
1158711599
"TagOrConditionList": {
1158811600
"base": null,
1158911601
"refs": {
11590-
"ControlPlaneTagFilter$OrConditions": "<p>A list of conditions which would be applied together with an <code>OR</code> condition. </p>"
11602+
"ControlPlaneTagFilter$OrConditions": "<p>A list of conditions which would be applied together with an <code>OR</code> condition.</p>"
1159111603
}
1159211604
},
1159311605
"TagResourceRequest": {
@@ -12796,7 +12808,7 @@
1279612808
"base": null,
1279712809
"refs": {
1279812810
"UserSearchCriteria$OrConditions": "<p>A list of conditions which would be applied together with an <code>OR</code> condition.</p>",
12799-
"UserSearchCriteria$AndConditions": "<p>A list of conditions which would be applied together with an <code>AND</code> condition. </p>"
12811+
"UserSearchCriteria$AndConditions": "<p>A list of conditions which would be applied together with an <code>AND</code> condition.</p>"
1280012812
}
1280112813
},
1280212814
"UserSearchCriteria": {

apis/datasync/2018-11-09/api-2.json

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@
720720
"AgentArnList":{
721721
"type":"list",
722722
"member":{"shape":"AgentArn"},
723-
"max":4,
723+
"max":8,
724724
"min":1
725725
},
726726
"AgentList":{
@@ -1082,6 +1082,8 @@
10821082
"User":{"shape":"SmbUser"},
10831083
"Domain":{"shape":"SmbDomain"},
10841084
"Password":{"shape":"SmbPassword"},
1085+
"CmkSecretConfig":{"shape":"CmkSecretConfig"},
1086+
"CustomSecretConfig":{"shape":"CustomSecretConfig"},
10851087
"AgentArns":{"shape":"AgentArnList"},
10861088
"MountOptions":{"shape":"SmbMountOptions"},
10871089
"Tags":{"shape":"InputTagList"},
@@ -1397,7 +1399,10 @@
13971399
"CreationTime":{"shape":"Time"},
13981400
"DnsIpAddresses":{"shape":"DnsIpList"},
13991401
"KerberosPrincipal":{"shape":"KerberosPrincipal"},
1400-
"AuthenticationType":{"shape":"SmbAuthenticationType"}
1402+
"AuthenticationType":{"shape":"SmbAuthenticationType"},
1403+
"ManagedSecretConfig":{"shape":"ManagedSecretConfig"},
1404+
"CmkSecretConfig":{"shape":"CmkSecretConfig"},
1405+
"CustomSecretConfig":{"shape":"CustomSecretConfig"}
14011406
}
14021407
},
14031408
"DescribeTaskExecutionRequest":{
@@ -1434,6 +1439,15 @@
14341439
"FilesPrepared":{"shape":"long"},
14351440
"FilesListed":{"shape":"TaskExecutionFilesListedDetail"},
14361441
"FilesFailed":{"shape":"TaskExecutionFilesFailedDetail"},
1442+
"EstimatedFoldersToDelete":{"shape":"ItemCount"},
1443+
"EstimatedFoldersToTransfer":{"shape":"ItemCount"},
1444+
"FoldersSkipped":{"shape":"ItemCount"},
1445+
"FoldersPrepared":{"shape":"ItemCount"},
1446+
"FoldersTransferred":{"shape":"ItemCount"},
1447+
"FoldersVerified":{"shape":"ItemCount"},
1448+
"FoldersDeleted":{"shape":"ItemCount"},
1449+
"FoldersListed":{"shape":"TaskExecutionFoldersListedDetail"},
1450+
"FoldersFailed":{"shape":"TaskExecutionFoldersFailedDetail"},
14371451
"LaunchTime":{"shape":"Time"},
14381452
"EndTime":{"shape":"Time"}
14391453
}
@@ -1767,6 +1781,10 @@
17671781
},
17681782
"exception":true
17691783
},
1784+
"ItemCount":{
1785+
"type":"long",
1786+
"box":true
1787+
},
17701788
"KerberosKeytabFile":{
17711789
"type":"blob",
17721790
"max":65536
@@ -2462,6 +2480,23 @@
24622480
"AtDestinationForDelete":{"shape":"long"}
24632481
}
24642482
},
2483+
"TaskExecutionFoldersFailedDetail":{
2484+
"type":"structure",
2485+
"members":{
2486+
"List":{"shape":"long"},
2487+
"Prepare":{"shape":"long"},
2488+
"Transfer":{"shape":"long"},
2489+
"Verify":{"shape":"long"},
2490+
"Delete":{"shape":"long"}
2491+
}
2492+
},
2493+
"TaskExecutionFoldersListedDetail":{
2494+
"type":"structure",
2495+
"members":{
2496+
"AtSource":{"shape":"long"},
2497+
"AtDestinationForDelete":{"shape":"long"}
2498+
}
2499+
},
24652500
"TaskExecutionList":{
24662501
"type":"list",
24672502
"member":{"shape":"TaskExecutionListEntry"}
@@ -2802,6 +2837,8 @@
28022837
"User":{"shape":"SmbUser"},
28032838
"Domain":{"shape":"SmbDomain"},
28042839
"Password":{"shape":"SmbPassword"},
2840+
"CmkSecretConfig":{"shape":"CmkSecretConfig"},
2841+
"CustomSecretConfig":{"shape":"CustomSecretConfig"},
28052842
"AgentArns":{"shape":"AgentArnList"},
28062843
"MountOptions":{"shape":"SmbMountOptions"},
28072844
"AuthenticationType":{"shape":"SmbAuthenticationType"},

0 commit comments

Comments
 (0)