Skip to content

Commit 4405132

Browse files
Updated API models and rebuilt service gems.
1 parent bcd02fb commit 4405132

File tree

113 files changed

+7145
-1820
lines changed

Some content is hidden

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

113 files changed

+7145
-1820
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ RubyGems.org page under "LINKS" section.
440440
| AWS Route53 Recovery Control Config | Aws::Route53RecoveryControlConfig | aws-sdk-route53recoverycontrolconfig | 2020-11-02 |
441441
| AWS Route53 Recovery Readiness | Aws::Route53RecoveryReadiness | aws-sdk-route53recoveryreadiness | 2019-12-02 |
442442
| AWS S3 Control | Aws::S3Control | aws-sdk-s3control | 2018-08-20 |
443+
| AWS SSM-GUIConnect | Aws::SSMGuiConnect | aws-sdk-ssmguiconnect | 2021-05-01 |
443444
| AWS SSO Identity Store | Aws::IdentityStore | aws-sdk-identitystore | 2020-06-15 |
444445
| AWS SSO OIDC | Aws::SSOOIDC | aws-sdk-core | 2019-06-10 |
445446
| AWS Savings Plans | Aws::SavingsPlans | aws-sdk-savingsplans | 2019-06-28 |

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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,6 +1407,13 @@
14071407
"type":"timestamp",
14081408
"timestampFormat":"iso8601"
14091409
},
1410+
"CustomEntity":{
1411+
"type":"string",
1412+
"max":500,
1413+
"min":1,
1414+
"pattern":"^[a-zA-Z0-9_\\-\\.@:/ ]*[a-zA-Z0-9_\\-\\.@:/]$",
1415+
"sensitive":true
1416+
},
14101417
"DeleteCaseRuleRequest":{
14111418
"type":"structure",
14121419
"required":[
@@ -2581,7 +2588,7 @@
25812588
"SearchCasesRequestMaxResultsInteger":{
25822589
"type":"integer",
25832590
"box":true,
2584-
"max":25,
2591+
"max":100,
25852592
"min":1
25862593
},
25872594
"SearchCasesRequestSearchTermString":{
@@ -2606,7 +2613,7 @@
26062613
"SearchCasesResponseCasesList":{
26072614
"type":"list",
26082615
"member":{"shape":"SearchCasesResponseItem"},
2609-
"max":25,
2616+
"max":100,
26102617
"min":0
26112618
},
26122619
"SearchCasesResponseItem":{
@@ -3105,6 +3112,7 @@
31053112
"UserUnion":{
31063113
"type":"structure",
31073114
"members":{
3115+
"customEntity":{"shape":"CustomEntity"},
31083116
"userArn":{"shape":"UserArn"}
31093117
},
31103118
"union":true

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,12 @@
530530
"GetTemplateResponse$createdTime": "<p>Timestamp at which the resource was created.</p>"
531531
}
532532
},
533+
"CustomEntity": {
534+
"base": null,
535+
"refs": {
536+
"UserUnion$customEntity": "<p>Any provided entity.</p>"
537+
}
538+
},
533539
"DeleteCaseRuleRequest": {
534540
"base": null,
535541
"refs": {
@@ -1733,7 +1739,7 @@
17331739
}
17341740
},
17351741
"UserUnion": {
1736-
"base": "<p>Represents the identity of the person who performed the action.</p>",
1742+
"base": "<p>Represents the entity that performed the action.</p>",
17371743
"refs": {
17381744
"AuditEventPerformedBy$user": null,
17391745
"CreateCaseRequest$performedBy": null,

apis/kinesis/2013-12-02/api-2.json

Lines changed: 102 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@
239239
{"shape":"KMSNotFoundException"},
240240
{"shape":"KMSOptInRequired"},
241241
{"shape":"KMSThrottlingException"},
242-
{"shape":"AccessDeniedException"}
242+
{"shape":"AccessDeniedException"},
243+
{"shape":"InternalFailureException"}
243244
],
244245
"staticContextParams":{
245246
"OperationType":{"value":"data"}
@@ -276,7 +277,8 @@
276277
{"shape":"ResourceNotFoundException"},
277278
{"shape":"InvalidArgumentException"},
278279
{"shape":"ProvisionedThroughputExceededException"},
279-
{"shape":"AccessDeniedException"}
280+
{"shape":"AccessDeniedException"},
281+
{"shape":"InternalFailureException"}
280282
],
281283
"staticContextParams":{
282284
"OperationType":{"value":"data"}
@@ -353,6 +355,25 @@
353355
{"shape":"InvalidArgumentException"}
354356
]
355357
},
358+
"ListTagsForResource":{
359+
"name":"ListTagsForResource",
360+
"http":{
361+
"method":"POST",
362+
"requestUri":"/"
363+
},
364+
"input":{"shape":"ListTagsForResourceInput"},
365+
"output":{"shape":"ListTagsForResourceOutput"},
366+
"errors":[
367+
{"shape":"ResourceNotFoundException"},
368+
{"shape":"ResourceInUseException"},
369+
{"shape":"InvalidArgumentException"},
370+
{"shape":"LimitExceededException"},
371+
{"shape":"AccessDeniedException"}
372+
],
373+
"staticContextParams":{
374+
"OperationType":{"value":"control"}
375+
}
376+
},
356377
"ListTagsForStream":{
357378
"name":"ListTagsForStream",
358379
"http":{
@@ -408,7 +429,8 @@
408429
{"shape":"KMSNotFoundException"},
409430
{"shape":"KMSOptInRequired"},
410431
{"shape":"KMSThrottlingException"},
411-
{"shape":"AccessDeniedException"}
432+
{"shape":"AccessDeniedException"},
433+
{"shape":"InternalFailureException"}
412434
],
413435
"staticContextParams":{
414436
"OperationType":{"value":"data"}
@@ -432,7 +454,8 @@
432454
{"shape":"KMSNotFoundException"},
433455
{"shape":"KMSOptInRequired"},
434456
{"shape":"KMSThrottlingException"},
435-
{"shape":"AccessDeniedException"}
457+
{"shape":"AccessDeniedException"},
458+
{"shape":"InternalFailureException"}
436459
],
437460
"staticContextParams":{
438461
"OperationType":{"value":"data"}
@@ -572,6 +595,42 @@
572595
"OperationType":{"value":"data"}
573596
}
574597
},
598+
"TagResource":{
599+
"name":"TagResource",
600+
"http":{
601+
"method":"POST",
602+
"requestUri":"/"
603+
},
604+
"input":{"shape":"TagResourceInput"},
605+
"errors":[
606+
{"shape":"ResourceNotFoundException"},
607+
{"shape":"ResourceInUseException"},
608+
{"shape":"InvalidArgumentException"},
609+
{"shape":"LimitExceededException"},
610+
{"shape":"AccessDeniedException"}
611+
],
612+
"staticContextParams":{
613+
"OperationType":{"value":"control"}
614+
}
615+
},
616+
"UntagResource":{
617+
"name":"UntagResource",
618+
"http":{
619+
"method":"POST",
620+
"requestUri":"/"
621+
},
622+
"input":{"shape":"UntagResourceInput"},
623+
"errors":[
624+
{"shape":"ResourceNotFoundException"},
625+
{"shape":"ResourceInUseException"},
626+
{"shape":"InvalidArgumentException"},
627+
{"shape":"LimitExceededException"},
628+
{"shape":"AccessDeniedException"}
629+
],
630+
"staticContextParams":{
631+
"OperationType":{"value":"control"}
632+
}
633+
},
575634
"UpdateShardCount":{
576635
"name":"UpdateShardCount",
577636
"http":{
@@ -1161,6 +1220,21 @@
11611220
"StreamSummaries":{"shape":"StreamSummaryList"}
11621221
}
11631222
},
1223+
"ListTagsForResourceInput":{
1224+
"type":"structure",
1225+
"members":{
1226+
"ResourceARN":{
1227+
"shape":"ResourceARN",
1228+
"contextParam":{"name":"ResourceARN"}
1229+
}
1230+
}
1231+
},
1232+
"ListTagsForResourceOutput":{
1233+
"type":"structure",
1234+
"members":{
1235+
"Tags":{"shape":"TagList"}
1236+
}
1237+
},
11641238
"ListTagsForStreamInput":{
11651239
"type":"structure",
11661240
"members":{
@@ -1388,7 +1462,8 @@
13881462
"shape":"StreamARN",
13891463
"contextParam":{"name":"StreamARN"}
13901464
},
1391-
"ConsumerName":{"shape":"ConsumerName"}
1465+
"ConsumerName":{"shape":"ConsumerName"},
1466+
"Tags":{"shape":"TagMap"}
13921467
}
13931468
},
13941469
"RegisterStreamConsumerOutput":{
@@ -1769,12 +1844,34 @@
17691844
"max":200,
17701845
"min":1
17711846
},
1847+
"TagResourceInput":{
1848+
"type":"structure",
1849+
"required":["Tags"],
1850+
"members":{
1851+
"Tags":{"shape":"TagMap"},
1852+
"ResourceARN":{
1853+
"shape":"ResourceARN",
1854+
"contextParam":{"name":"ResourceARN"}
1855+
}
1856+
}
1857+
},
17721858
"TagValue":{
17731859
"type":"string",
17741860
"max":256,
17751861
"min":0
17761862
},
17771863
"Timestamp":{"type":"timestamp"},
1864+
"UntagResourceInput":{
1865+
"type":"structure",
1866+
"required":["TagKeys"],
1867+
"members":{
1868+
"TagKeys":{"shape":"TagKeyList"},
1869+
"ResourceARN":{
1870+
"shape":"ResourceARN",
1871+
"contextParam":{"name":"ResourceARN"}
1872+
}
1873+
}
1874+
},
17781875
"UpdateShardCountInput":{
17791876
"type":"structure",
17801877
"required":[

0 commit comments

Comments
 (0)