Skip to content

Commit 8a944fc

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent d9cb852 commit 8a944fc

File tree

44 files changed

+1515
-115
lines changed

Some content is hidden

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

44 files changed

+1515
-115
lines changed

apis/cognito-idp/2016-04-18/api-2.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2638,6 +2638,11 @@
26382638
"value":{"shape":"StringType"},
26392639
"sensitive":true
26402640
},
2641+
"AuthSessionValidityType":{
2642+
"type":"integer",
2643+
"max":15,
2644+
"min":3
2645+
},
26412646
"AuthenticationResultType":{
26422647
"type":"structure",
26432648
"members":{
@@ -3025,7 +3030,8 @@
30253030
"AnalyticsConfiguration":{"shape":"AnalyticsConfigurationType"},
30263031
"PreventUserExistenceErrors":{"shape":"PreventUserExistenceErrorTypes"},
30273032
"EnableTokenRevocation":{"shape":"WrappedBooleanType"},
3028-
"EnablePropagateAdditionalUserContextData":{"shape":"WrappedBooleanType"}
3033+
"EnablePropagateAdditionalUserContextData":{"shape":"WrappedBooleanType"},
3034+
"AuthSessionValidity":{"shape":"AuthSessionValidityType"}
30293035
}
30303036
},
30313037
"CreateUserPoolClientResponse":{
@@ -5195,7 +5201,8 @@
51955201
"AnalyticsConfiguration":{"shape":"AnalyticsConfigurationType"},
51965202
"PreventUserExistenceErrors":{"shape":"PreventUserExistenceErrorTypes"},
51975203
"EnableTokenRevocation":{"shape":"WrappedBooleanType"},
5198-
"EnablePropagateAdditionalUserContextData":{"shape":"WrappedBooleanType"}
5204+
"EnablePropagateAdditionalUserContextData":{"shape":"WrappedBooleanType"},
5205+
"AuthSessionValidity":{"shape":"AuthSessionValidityType"}
51995206
}
52005207
},
52015208
"UpdateUserPoolClientResponse":{
@@ -5405,7 +5412,8 @@
54055412
"AnalyticsConfiguration":{"shape":"AnalyticsConfigurationType"},
54065413
"PreventUserExistenceErrors":{"shape":"PreventUserExistenceErrorTypes"},
54075414
"EnableTokenRevocation":{"shape":"WrappedBooleanType"},
5408-
"EnablePropagateAdditionalUserContextData":{"shape":"WrappedBooleanType"}
5415+
"EnablePropagateAdditionalUserContextData":{"shape":"WrappedBooleanType"},
5416+
"AuthSessionValidity":{"shape":"AuthSessionValidityType"}
54095417
}
54105418
},
54115419
"UserPoolDescriptionType":{

apis/cognito-idp/2016-04-18/docs-2.json

Lines changed: 20 additions & 12 deletions
Large diffs are not rendered by default.

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

Lines changed: 129 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1685,6 +1685,38 @@
16851685
{"shape":"AccessDeniedException"}
16861686
]
16871687
},
1688+
"SearchQueues":{
1689+
"name":"SearchQueues",
1690+
"http":{
1691+
"method":"POST",
1692+
"requestUri":"/search-queues"
1693+
},
1694+
"input":{"shape":"SearchQueuesRequest"},
1695+
"output":{"shape":"SearchQueuesResponse"},
1696+
"errors":[
1697+
{"shape":"InvalidRequestException"},
1698+
{"shape":"InvalidParameterException"},
1699+
{"shape":"ResourceNotFoundException"},
1700+
{"shape":"ThrottlingException"},
1701+
{"shape":"InternalServiceException"}
1702+
]
1703+
},
1704+
"SearchRoutingProfiles":{
1705+
"name":"SearchRoutingProfiles",
1706+
"http":{
1707+
"method":"POST",
1708+
"requestUri":"/search-routing-profiles"
1709+
},
1710+
"input":{"shape":"SearchRoutingProfilesRequest"},
1711+
"output":{"shape":"SearchRoutingProfilesResponse"},
1712+
"errors":[
1713+
{"shape":"InvalidRequestException"},
1714+
{"shape":"InvalidParameterException"},
1715+
{"shape":"ResourceNotFoundException"},
1716+
{"shape":"ThrottlingException"},
1717+
{"shape":"InternalServiceException"}
1718+
]
1719+
},
16881720
"SearchSecurityProfiles":{
16891721
"name":"SearchSecurityProfiles",
16901722
"http":{
@@ -6312,6 +6344,7 @@
63126344
"NextToken":{"shape":"NextToken"}
63136345
}
63146346
},
6347+
"Long":{"type":"long"},
63156348
"MaxResult10":{
63166349
"type":"integer",
63176350
"max":10,
@@ -6935,6 +6968,29 @@
69356968
"Arn":{"shape":"ARN"}
69366969
}
69376970
},
6971+
"QueueSearchConditionList":{
6972+
"type":"list",
6973+
"member":{"shape":"QueueSearchCriteria"}
6974+
},
6975+
"QueueSearchCriteria":{
6976+
"type":"structure",
6977+
"members":{
6978+
"OrConditions":{"shape":"QueueSearchConditionList"},
6979+
"AndConditions":{"shape":"QueueSearchConditionList"},
6980+
"StringCondition":{"shape":"StringCondition"},
6981+
"QueueTypeCondition":{"shape":"SearchableQueueType"}
6982+
}
6983+
},
6984+
"QueueSearchFilter":{
6985+
"type":"structure",
6986+
"members":{
6987+
"TagFilter":{"shape":"ControlPlaneTagFilter"}
6988+
}
6989+
},
6990+
"QueueSearchSummaryList":{
6991+
"type":"list",
6992+
"member":{"shape":"Queue"}
6993+
},
69386994
"QueueStatus":{
69396995
"type":"string",
69406996
"enum":[
@@ -7200,7 +7256,9 @@
72007256
"Description":{"shape":"RoutingProfileDescription"},
72017257
"MediaConcurrencies":{"shape":"MediaConcurrencies"},
72027258
"DefaultOutboundQueueId":{"shape":"QueueId"},
7203-
"Tags":{"shape":"TagMap"}
7259+
"Tags":{"shape":"TagMap"},
7260+
"NumberOfAssociatedQueues":{"shape":"Long"},
7261+
"NumberOfAssociatedUsers":{"shape":"Long"}
72047262
}
72057263
},
72067264
"RoutingProfileDescription":{
@@ -7209,6 +7267,10 @@
72097267
"min":1
72107268
},
72117269
"RoutingProfileId":{"type":"string"},
7270+
"RoutingProfileList":{
7271+
"type":"list",
7272+
"member":{"shape":"RoutingProfile"}
7273+
},
72127274
"RoutingProfileName":{
72137275
"type":"string",
72147276
"max":127,
@@ -7284,6 +7346,24 @@
72847346
"Arn":{"shape":"ARN"}
72857347
}
72867348
},
7349+
"RoutingProfileSearchConditionList":{
7350+
"type":"list",
7351+
"member":{"shape":"RoutingProfileSearchCriteria"}
7352+
},
7353+
"RoutingProfileSearchCriteria":{
7354+
"type":"structure",
7355+
"members":{
7356+
"OrConditions":{"shape":"RoutingProfileSearchConditionList"},
7357+
"AndConditions":{"shape":"RoutingProfileSearchConditionList"},
7358+
"StringCondition":{"shape":"StringCondition"}
7359+
}
7360+
},
7361+
"RoutingProfileSearchFilter":{
7362+
"type":"structure",
7363+
"members":{
7364+
"TagFilter":{"shape":"ControlPlaneTagFilter"}
7365+
}
7366+
},
72877367
"RoutingProfileSummary":{
72887368
"type":"structure",
72897369
"members":{
@@ -7334,6 +7414,50 @@
73347414
"AvailableNumbersList":{"shape":"AvailableNumbersList"}
73357415
}
73367416
},
7417+
"SearchQueuesRequest":{
7418+
"type":"structure",
7419+
"required":["InstanceId"],
7420+
"members":{
7421+
"InstanceId":{"shape":"InstanceId"},
7422+
"NextToken":{"shape":"NextToken2500"},
7423+
"MaxResults":{
7424+
"shape":"MaxResult100",
7425+
"box":true
7426+
},
7427+
"SearchFilter":{"shape":"QueueSearchFilter"},
7428+
"SearchCriteria":{"shape":"QueueSearchCriteria"}
7429+
}
7430+
},
7431+
"SearchQueuesResponse":{
7432+
"type":"structure",
7433+
"members":{
7434+
"Queues":{"shape":"QueueSearchSummaryList"},
7435+
"NextToken":{"shape":"NextToken2500"},
7436+
"ApproximateTotalCount":{"shape":"ApproximateTotalCount"}
7437+
}
7438+
},
7439+
"SearchRoutingProfilesRequest":{
7440+
"type":"structure",
7441+
"required":["InstanceId"],
7442+
"members":{
7443+
"InstanceId":{"shape":"InstanceId"},
7444+
"NextToken":{"shape":"NextToken2500"},
7445+
"MaxResults":{
7446+
"shape":"MaxResult100",
7447+
"box":true
7448+
},
7449+
"SearchFilter":{"shape":"RoutingProfileSearchFilter"},
7450+
"SearchCriteria":{"shape":"RoutingProfileSearchCriteria"}
7451+
}
7452+
},
7453+
"SearchRoutingProfilesResponse":{
7454+
"type":"structure",
7455+
"members":{
7456+
"RoutingProfiles":{"shape":"RoutingProfileList"},
7457+
"NextToken":{"shape":"NextToken2500"},
7458+
"ApproximateTotalCount":{"shape":"ApproximateTotalCount"}
7459+
}
7460+
},
73377461
"SearchSecurityProfilesRequest":{
73387462
"type":"structure",
73397463
"required":["InstanceId"],
@@ -7400,6 +7524,10 @@
74007524
"NextToken":{"shape":"VocabularyNextToken"}
74017525
}
74027526
},
7527+
"SearchableQueueType":{
7528+
"type":"string",
7529+
"enum":["STANDARD"]
7530+
},
74037531
"SecurityKey":{
74047532
"type":"structure",
74057533
"members":{

0 commit comments

Comments
 (0)