aws-sdk-core 2.11.631 → 2.11.632

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,6 +5,21 @@
5
5
  "output_token": "NextToken",
6
6
  "limit_key": "MaxResults"
7
7
  },
8
+ "ListAppInstanceAdmins": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ },
13
+ "ListAppInstanceUsers": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
17
+ },
18
+ "ListAppInstances": {
19
+ "input_token": "NextToken",
20
+ "output_token": "NextToken",
21
+ "limit_key": "MaxResults"
22
+ },
8
23
  "ListAttendees": {
9
24
  "input_token": "NextToken",
10
25
  "output_token": "NextToken",
@@ -15,6 +30,41 @@
15
30
  "output_token": "NextToken",
16
31
  "limit_key": "MaxResults"
17
32
  },
33
+ "ListChannelBans": {
34
+ "input_token": "NextToken",
35
+ "output_token": "NextToken",
36
+ "limit_key": "MaxResults"
37
+ },
38
+ "ListChannelMemberships": {
39
+ "input_token": "NextToken",
40
+ "output_token": "NextToken",
41
+ "limit_key": "MaxResults"
42
+ },
43
+ "ListChannelMembershipsForAppInstanceUser": {
44
+ "input_token": "NextToken",
45
+ "output_token": "NextToken",
46
+ "limit_key": "MaxResults"
47
+ },
48
+ "ListChannelMessages": {
49
+ "input_token": "NextToken",
50
+ "output_token": "NextToken",
51
+ "limit_key": "MaxResults"
52
+ },
53
+ "ListChannelModerators": {
54
+ "input_token": "NextToken",
55
+ "output_token": "NextToken",
56
+ "limit_key": "MaxResults"
57
+ },
58
+ "ListChannels": {
59
+ "input_token": "NextToken",
60
+ "output_token": "NextToken",
61
+ "limit_key": "MaxResults"
62
+ },
63
+ "ListChannelsModeratedByAppInstanceUser": {
64
+ "input_token": "NextToken",
65
+ "output_token": "NextToken",
66
+ "limit_key": "MaxResults"
67
+ },
18
68
  "ListMeetings": {
19
69
  "input_token": "NextToken",
20
70
  "output_token": "NextToken",
@@ -45,6 +95,16 @@
45
95
  "output_token": "NextToken",
46
96
  "limit_key": "MaxResults"
47
97
  },
98
+ "ListSipMediaApplications": {
99
+ "input_token": "NextToken",
100
+ "output_token": "NextToken",
101
+ "limit_key": "MaxResults"
102
+ },
103
+ "ListSipRules": {
104
+ "input_token": "NextToken",
105
+ "output_token": "NextToken",
106
+ "limit_key": "MaxResults"
107
+ },
48
108
  "ListUsers": {
49
109
  "input_token": "NextToken",
50
110
  "output_token": "NextToken",
@@ -179,6 +179,38 @@
179
179
  {"shape":"CloudHsmTagException"}
180
180
  ]
181
181
  },
182
+ "ModifyBackupAttributes":{
183
+ "name":"ModifyBackupAttributes",
184
+ "http":{
185
+ "method":"POST",
186
+ "requestUri":"/"
187
+ },
188
+ "input":{"shape":"ModifyBackupAttributesRequest"},
189
+ "output":{"shape":"ModifyBackupAttributesResponse"},
190
+ "errors":[
191
+ {"shape":"CloudHsmAccessDeniedException"},
192
+ {"shape":"CloudHsmInternalFailureException"},
193
+ {"shape":"CloudHsmInvalidRequestException"},
194
+ {"shape":"CloudHsmResourceNotFoundException"},
195
+ {"shape":"CloudHsmServiceException"}
196
+ ]
197
+ },
198
+ "ModifyCluster":{
199
+ "name":"ModifyCluster",
200
+ "http":{
201
+ "method":"POST",
202
+ "requestUri":"/"
203
+ },
204
+ "input":{"shape":"ModifyClusterRequest"},
205
+ "output":{"shape":"ModifyClusterResponse"},
206
+ "errors":[
207
+ {"shape":"CloudHsmAccessDeniedException"},
208
+ {"shape":"CloudHsmInternalFailureException"},
209
+ {"shape":"CloudHsmInvalidRequestException"},
210
+ {"shape":"CloudHsmResourceNotFoundException"},
211
+ {"shape":"CloudHsmServiceException"}
212
+ ]
213
+ },
182
214
  "RestoreBackup":{
183
215
  "name":"RestoreBackup",
184
216
  "http":{
@@ -240,6 +272,7 @@
240
272
  "ClusterId":{"shape":"ClusterId"},
241
273
  "CreateTimestamp":{"shape":"Timestamp"},
242
274
  "CopyTimestamp":{"shape":"Timestamp"},
275
+ "NeverExpires":{"shape":"Boolean"},
243
276
  "SourceRegion":{"shape":"Region"},
244
277
  "SourceBackup":{"shape":"BackupId"},
245
278
  "SourceCluster":{"shape":"ClusterId"},
@@ -255,6 +288,23 @@
255
288
  "type":"string",
256
289
  "enum":["DEFAULT"]
257
290
  },
291
+ "BackupRetentionPolicy":{
292
+ "type":"structure",
293
+ "members":{
294
+ "Type":{"shape":"BackupRetentionType"},
295
+ "Value":{"shape":"BackupRetentionValue"}
296
+ }
297
+ },
298
+ "BackupRetentionType":{
299
+ "type":"string",
300
+ "enum":["DAYS"]
301
+ },
302
+ "BackupRetentionValue":{
303
+ "type":"string",
304
+ "max":3,
305
+ "min":1,
306
+ "pattern":"[0-9]+"
307
+ },
258
308
  "BackupState":{
259
309
  "type":"string",
260
310
  "enum":[
@@ -268,6 +318,11 @@
268
318
  "type":"list",
269
319
  "member":{"shape":"Backup"}
270
320
  },
321
+ "BackupsMaxSize":{
322
+ "type":"integer",
323
+ "max":50,
324
+ "min":1
325
+ },
271
326
  "Boolean":{"type":"boolean"},
272
327
  "Cert":{
273
328
  "type":"string",
@@ -331,6 +386,7 @@
331
386
  "type":"structure",
332
387
  "members":{
333
388
  "BackupPolicy":{"shape":"BackupPolicy"},
389
+ "BackupRetentionPolicy":{"shape":"BackupRetentionPolicy"},
334
390
  "ClusterId":{"shape":"ClusterId"},
335
391
  "CreateTimestamp":{"shape":"Timestamp"},
336
392
  "Hsms":{"shape":"Hsms"},
@@ -368,6 +424,11 @@
368
424
  "type":"list",
369
425
  "member":{"shape":"Cluster"}
370
426
  },
427
+ "ClustersMaxSize":{
428
+ "type":"integer",
429
+ "max":25,
430
+ "min":1
431
+ },
371
432
  "CopyBackupToRegionRequest":{
372
433
  "type":"structure",
373
434
  "required":[
@@ -389,13 +450,14 @@
389
450
  "CreateClusterRequest":{
390
451
  "type":"structure",
391
452
  "required":[
392
- "SubnetIds",
393
- "HsmType"
453
+ "HsmType",
454
+ "SubnetIds"
394
455
  ],
395
456
  "members":{
396
- "SubnetIds":{"shape":"SubnetIds"},
457
+ "BackupRetentionPolicy":{"shape":"BackupRetentionPolicy"},
397
458
  "HsmType":{"shape":"HsmType"},
398
459
  "SourceBackupId":{"shape":"BackupId"},
460
+ "SubnetIds":{"shape":"SubnetIds"},
399
461
  "TagList":{"shape":"TagList"}
400
462
  }
401
463
  },
@@ -469,7 +531,7 @@
469
531
  "type":"structure",
470
532
  "members":{
471
533
  "NextToken":{"shape":"NextToken"},
472
- "MaxResults":{"shape":"MaxSize"},
534
+ "MaxResults":{"shape":"BackupsMaxSize"},
473
535
  "Filters":{"shape":"Filters"},
474
536
  "SortAscending":{"shape":"Boolean"}
475
537
  }
@@ -486,7 +548,7 @@
486
548
  "members":{
487
549
  "Filters":{"shape":"Filters"},
488
550
  "NextToken":{"shape":"NextToken"},
489
- "MaxResults":{"shape":"MaxSize"}
551
+ "MaxResults":{"shape":"ClustersMaxSize"}
490
552
  }
491
553
  },
492
554
  "DescribeClustersResponse":{
@@ -609,6 +671,40 @@
609
671
  "max":100,
610
672
  "min":1
611
673
  },
674
+ "ModifyBackupAttributesRequest":{
675
+ "type":"structure",
676
+ "required":[
677
+ "BackupId",
678
+ "NeverExpires"
679
+ ],
680
+ "members":{
681
+ "BackupId":{"shape":"BackupId"},
682
+ "NeverExpires":{"shape":"Boolean"}
683
+ }
684
+ },
685
+ "ModifyBackupAttributesResponse":{
686
+ "type":"structure",
687
+ "members":{
688
+ "Backup":{"shape":"Backup"}
689
+ }
690
+ },
691
+ "ModifyClusterRequest":{
692
+ "type":"structure",
693
+ "required":[
694
+ "BackupRetentionPolicy",
695
+ "ClusterId"
696
+ ],
697
+ "members":{
698
+ "BackupRetentionPolicy":{"shape":"BackupRetentionPolicy"},
699
+ "ClusterId":{"shape":"ClusterId"}
700
+ }
701
+ },
702
+ "ModifyClusterResponse":{
703
+ "type":"structure",
704
+ "members":{
705
+ "Cluster":{"shape":"Cluster"}
706
+ }
707
+ },
612
708
  "NextToken":{
613
709
  "type":"string",
614
710
  "max":256,
@@ -172,6 +172,20 @@
172
172
  {"shape":"ThrottlingException"}
173
173
  ]
174
174
  },
175
+ "ListTagsForResource":{
176
+ "name":"ListTagsForResource",
177
+ "http":{
178
+ "method":"GET",
179
+ "requestUri":"/tags/{resourceArn}"
180
+ },
181
+ "input":{"shape":"ListTagsForResourceRequest"},
182
+ "output":{"shape":"ListTagsForResourceResponse"},
183
+ "errors":[
184
+ {"shape":"InternalServerException"},
185
+ {"shape":"ValidationException"},
186
+ {"shape":"ResourceNotFoundException"}
187
+ ]
188
+ },
175
189
  "PutRecommendationFeedback":{
176
190
  "name":"PutRecommendationFeedback",
177
191
  "http":{
@@ -187,6 +201,34 @@
187
201
  {"shape":"AccessDeniedException"},
188
202
  {"shape":"ThrottlingException"}
189
203
  ]
204
+ },
205
+ "TagResource":{
206
+ "name":"TagResource",
207
+ "http":{
208
+ "method":"POST",
209
+ "requestUri":"/tags/{resourceArn}"
210
+ },
211
+ "input":{"shape":"TagResourceRequest"},
212
+ "output":{"shape":"TagResourceResponse"},
213
+ "errors":[
214
+ {"shape":"InternalServerException"},
215
+ {"shape":"ValidationException"},
216
+ {"shape":"ResourceNotFoundException"}
217
+ ]
218
+ },
219
+ "UntagResource":{
220
+ "name":"UntagResource",
221
+ "http":{
222
+ "method":"DELETE",
223
+ "requestUri":"/tags/{resourceArn}"
224
+ },
225
+ "input":{"shape":"UntagResourceRequest"},
226
+ "output":{"shape":"UntagResourceResponse"},
227
+ "errors":[
228
+ {"shape":"InternalServerException"},
229
+ {"shape":"ValidationException"},
230
+ {"shape":"ResourceNotFoundException"}
231
+ ]
190
232
  }
191
233
  },
192
234
  "shapes":{
@@ -212,15 +254,23 @@
212
254
  "ClientRequestToken":{
213
255
  "shape":"ClientRequestToken",
214
256
  "idempotencyToken":true
215
- }
257
+ },
258
+ "Tags":{"shape":"TagMap"}
216
259
  }
217
260
  },
218
261
  "AssociateRepositoryResponse":{
219
262
  "type":"structure",
220
263
  "members":{
221
- "RepositoryAssociation":{"shape":"RepositoryAssociation"}
264
+ "RepositoryAssociation":{"shape":"RepositoryAssociation"},
265
+ "Tags":{"shape":"TagMap"}
222
266
  }
223
267
  },
268
+ "AssociationArn":{
269
+ "type":"string",
270
+ "max":1600,
271
+ "min":1,
272
+ "pattern":"^arn:aws[^:\\s]*:codeguru-reviewer:[^:\\s]+:[\\d]{12}:association:[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$"
273
+ },
224
274
  "AssociationId":{
225
275
  "type":"string",
226
276
  "max":64,
@@ -259,6 +309,7 @@
259
309
  "Type":{"shape":"Type"},
260
310
  "PullRequestId":{"shape":"PullRequestId"},
261
311
  "SourceCodeType":{"shape":"SourceCodeType"},
312
+ "AssociationArn":{"shape":"AssociationArn"},
262
313
  "Metrics":{"shape":"Metrics"}
263
314
  }
264
315
  },
@@ -330,7 +381,7 @@
330
381
  ],
331
382
  "members":{
332
383
  "Name":{"shape":"CodeReviewName"},
333
- "RepositoryAssociationArn":{"shape":"Arn"},
384
+ "RepositoryAssociationArn":{"shape":"AssociationArn"},
334
385
  "Type":{"shape":"CodeReviewType"},
335
386
  "ClientRequestToken":{
336
387
  "shape":"ClientRequestToken",
@@ -396,7 +447,7 @@
396
447
  "required":["AssociationArn"],
397
448
  "members":{
398
449
  "AssociationArn":{
399
- "shape":"Arn",
450
+ "shape":"AssociationArn",
400
451
  "location":"uri",
401
452
  "locationName":"AssociationArn"
402
453
  }
@@ -405,7 +456,8 @@
405
456
  "DescribeRepositoryAssociationResponse":{
406
457
  "type":"structure",
407
458
  "members":{
408
- "RepositoryAssociation":{"shape":"RepositoryAssociation"}
459
+ "RepositoryAssociation":{"shape":"RepositoryAssociation"},
460
+ "Tags":{"shape":"TagMap"}
409
461
  }
410
462
  },
411
463
  "DisassociateRepositoryRequest":{
@@ -413,7 +465,7 @@
413
465
  "required":["AssociationArn"],
414
466
  "members":{
415
467
  "AssociationArn":{
416
- "shape":"Arn",
468
+ "shape":"AssociationArn",
417
469
  "location":"uri",
418
470
  "locationName":"AssociationArn"
419
471
  }
@@ -422,7 +474,8 @@
422
474
  "DisassociateRepositoryResponse":{
423
475
  "type":"structure",
424
476
  "members":{
425
- "RepositoryAssociation":{"shape":"RepositoryAssociation"}
477
+ "RepositoryAssociation":{"shape":"RepositoryAssociation"},
478
+ "Tags":{"shape":"TagMap"}
426
479
  }
427
480
  },
428
481
  "ErrorMessage":{"type":"string"},
@@ -613,6 +666,23 @@
613
666
  "NextToken":{"shape":"NextToken"}
614
667
  }
615
668
  },
669
+ "ListTagsForResourceRequest":{
670
+ "type":"structure",
671
+ "required":["resourceArn"],
672
+ "members":{
673
+ "resourceArn":{
674
+ "shape":"AssociationArn",
675
+ "location":"uri",
676
+ "locationName":"resourceArn"
677
+ }
678
+ }
679
+ },
680
+ "ListTagsForResourceResponse":{
681
+ "type":"structure",
682
+ "members":{
683
+ "Tags":{"shape":"TagMap"}
684
+ }
685
+ },
616
686
  "MaxResults":{
617
687
  "type":"integer",
618
688
  "max":100,
@@ -805,13 +875,14 @@
805
875
  "Associated",
806
876
  "Associating",
807
877
  "Failed",
808
- "Disassociating"
878
+ "Disassociating",
879
+ "Disassociated"
809
880
  ]
810
881
  },
811
882
  "RepositoryAssociationStates":{
812
883
  "type":"list",
813
884
  "member":{"shape":"RepositoryAssociationState"},
814
- "max":3,
885
+ "max":5,
815
886
  "min":1
816
887
  },
817
888
  "RepositoryAssociationSummaries":{
@@ -864,6 +935,48 @@
864
935
  "max":256,
865
936
  "min":0
866
937
  },
938
+ "TagKey":{
939
+ "type":"string",
940
+ "max":128,
941
+ "min":1
942
+ },
943
+ "TagKeyList":{
944
+ "type":"list",
945
+ "member":{"shape":"TagKey"},
946
+ "max":50,
947
+ "min":1
948
+ },
949
+ "TagMap":{
950
+ "type":"map",
951
+ "key":{"shape":"TagKey"},
952
+ "value":{"shape":"TagValue"},
953
+ "max":50,
954
+ "min":1
955
+ },
956
+ "TagResourceRequest":{
957
+ "type":"structure",
958
+ "required":[
959
+ "resourceArn",
960
+ "Tags"
961
+ ],
962
+ "members":{
963
+ "resourceArn":{
964
+ "shape":"AssociationArn",
965
+ "location":"uri",
966
+ "locationName":"resourceArn"
967
+ },
968
+ "Tags":{"shape":"TagMap"}
969
+ }
970
+ },
971
+ "TagResourceResponse":{
972
+ "type":"structure",
973
+ "members":{
974
+ }
975
+ },
976
+ "TagValue":{
977
+ "type":"string",
978
+ "max":256
979
+ },
867
980
  "Text":{
868
981
  "type":"string",
869
982
  "max":2048,
@@ -898,6 +1011,30 @@
898
1011
  "RepositoryAnalysis"
899
1012
  ]
900
1013
  },
1014
+ "UntagResourceRequest":{
1015
+ "type":"structure",
1016
+ "required":[
1017
+ "resourceArn",
1018
+ "TagKeys"
1019
+ ],
1020
+ "members":{
1021
+ "resourceArn":{
1022
+ "shape":"AssociationArn",
1023
+ "location":"uri",
1024
+ "locationName":"resourceArn"
1025
+ },
1026
+ "TagKeys":{
1027
+ "shape":"TagKeyList",
1028
+ "location":"querystring",
1029
+ "locationName":"tagKeys"
1030
+ }
1031
+ }
1032
+ },
1033
+ "UntagResourceResponse":{
1034
+ "type":"structure",
1035
+ "members":{
1036
+ }
1037
+ },
901
1038
  "UserId":{
902
1039
  "type":"string",
903
1040
  "max":256,