aws-sdk-core 2.11.627 → 2.11.632

Sign up to get free protection for your applications and to get access to all the features.
Files changed (54) hide show
  1. checksums.yaml +4 -4
  2. data/apis/appmesh/2019-01-25/api-2.json +6 -2
  3. data/apis/autoscaling/2011-01-01/api-2.json +3 -2
  4. data/apis/backup/2018-11-15/api-2.json +54 -0
  5. data/apis/ce/2017-10-25/api-2.json +2 -1
  6. data/apis/chime/2018-05-01/api-2.json +3206 -166
  7. data/apis/chime/2018-05-01/paginators-1.json +60 -0
  8. data/apis/cloudformation/2010-05-15/api-2.json +18 -5
  9. data/apis/cloudhsmv2/2017-04-28/api-2.json +101 -5
  10. data/apis/codebuild/2016-10-06/api-2.json +9 -1
  11. data/apis/codeguru-reviewer/2019-09-19/api-2.json +146 -9
  12. data/apis/codepipeline/2015-07-09/api-2.json +13 -1
  13. data/apis/cognito-identity/2014-06-30/api-2.json +12 -5
  14. data/apis/cognito-identity/2014-06-30/paginators-1.json +7 -1
  15. data/apis/cognito-identity/2014-06-30/smoke.json +20 -0
  16. data/apis/connect/2017-08-08/api-2.json +1489 -71
  17. data/apis/connect/2017-08-08/paginators-1.json +42 -0
  18. data/apis/dms/2016-01-01/api-2.json +35 -2
  19. data/apis/ds/2015-04-16/api-2.json +162 -2
  20. data/apis/eventbridge/2015-10-07/api-2.json +38 -22
  21. data/apis/events/2015-10-07/api-2.json +38 -22
  22. data/apis/fms/2018-01-01/api-2.json +106 -5
  23. data/apis/glue/2017-03-31/api-2.json +949 -17
  24. data/apis/glue/2017-03-31/paginators-1.json +24 -0
  25. data/apis/iotsecuretunneling/2018-10-05/api-2.json +2 -6
  26. data/apis/iotsitewise/2019-12-02/api-2.json +45 -2
  27. data/apis/kafka/2018-11-14/api-2.json +2 -1
  28. data/apis/kinesisanalyticsv2/2018-05-23/api-2.json +48 -1
  29. data/apis/lambda/2015-03-31/api-2.json +2 -0
  30. data/apis/lex-models/2017-04-19/api-2.json +93 -5
  31. data/apis/macie2/2020-01-01/api-2.json +65 -0
  32. data/apis/medialive/2017-10-14/api-2.json +23 -0
  33. data/apis/network-firewall/2020-11-12/api-2.json +1884 -0
  34. data/apis/network-firewall/2020-11-12/examples-1.json +5 -0
  35. data/apis/network-firewall/2020-11-12/paginators-1.json +28 -0
  36. data/apis/outposts/2019-12-03/api-2.json +4 -1
  37. data/apis/quicksight/2018-04-01/api-2.json +7 -2
  38. data/apis/rds/2014-10-31/api-2.json +4 -2
  39. data/apis/redshift/2012-12-01/api-2.json +2 -1
  40. data/apis/redshift/2012-12-01/paginators-1.json +42 -0
  41. data/apis/runtime.lex/2016-11-28/api-2.json +86 -5
  42. data/apis/s3/2006-03-01/api-2.json +2 -37
  43. data/apis/s3/2006-03-01/examples-1.json +103 -103
  44. data/apis/s3control/2018-08-20/api-2.json +501 -0
  45. data/apis/sagemaker/2017-07-24/api-2.json +13 -3
  46. data/apis/servicecatalog-appregistry/2020-06-24/api-2.json +1 -1
  47. data/apis/servicecatalog/2015-12-10/api-2.json +45 -1
  48. data/apis/synthetics/2017-10-11/api-2.json +12 -1
  49. data/endpoints.json +79 -1
  50. data/lib/aws-sdk-core.rb +1 -0
  51. data/lib/aws-sdk-core/networkfirewall.rb +6 -0
  52. data/lib/aws-sdk-core/version.rb +1 -1
  53. data/service-models.json +4 -0
  54. metadata +7 -2
@@ -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",
@@ -927,7 +927,8 @@
927
927
  "Add",
928
928
  "Modify",
929
929
  "Remove",
930
- "Import"
930
+ "Import",
931
+ "Dynamic"
931
932
  ]
932
933
  },
933
934
  "ChangeSetId":{
@@ -964,7 +965,10 @@
964
965
  "CREATE_PENDING",
965
966
  "CREATE_IN_PROGRESS",
966
967
  "CREATE_COMPLETE",
968
+ "DELETE_PENDING",
969
+ "DELETE_IN_PROGRESS",
967
970
  "DELETE_COMPLETE",
971
+ "DELETE_FAILED",
968
972
  "FAILED"
969
973
  ]
970
974
  },
@@ -984,7 +988,10 @@
984
988
  "Status":{"shape":"ChangeSetStatus"},
985
989
  "StatusReason":{"shape":"ChangeSetStatusReason"},
986
990
  "CreationTime":{"shape":"CreationTime"},
987
- "Description":{"shape":"Description"}
991
+ "Description":{"shape":"Description"},
992
+ "IncludeNestedStacks":{"shape":"IncludeNestedStacks"},
993
+ "ParentChangeSetId":{"shape":"ChangeSetId"},
994
+ "RootChangeSetId":{"shape":"ChangeSetId"}
988
995
  }
989
996
  },
990
997
  "ChangeSetType":{
@@ -1061,7 +1068,8 @@
1061
1068
  "ClientToken":{"shape":"ClientToken"},
1062
1069
  "Description":{"shape":"Description"},
1063
1070
  "ChangeSetType":{"shape":"ChangeSetType"},
1064
- "ResourcesToImport":{"shape":"ResourcesToImport"}
1071
+ "ResourcesToImport":{"shape":"ResourcesToImport"},
1072
+ "IncludeNestedStacks":{"shape":"IncludeNestedStacks"}
1065
1073
  }
1066
1074
  },
1067
1075
  "CreateChangeSetOutput":{
@@ -1294,7 +1302,10 @@
1294
1302
  "Capabilities":{"shape":"Capabilities"},
1295
1303
  "Tags":{"shape":"Tags"},
1296
1304
  "Changes":{"shape":"Changes"},
1297
- "NextToken":{"shape":"NextToken"}
1305
+ "NextToken":{"shape":"NextToken"},
1306
+ "IncludeNestedStacks":{"shape":"IncludeNestedStacks"},
1307
+ "ParentChangeSetId":{"shape":"ChangeSetId"},
1308
+ "RootChangeSetId":{"shape":"ChangeSetId"}
1298
1309
  }
1299
1310
  },
1300
1311
  "DescribeStackDriftDetectionStatusInput":{
@@ -1731,6 +1742,7 @@
1731
1742
  "type":"integer",
1732
1743
  "min":0
1733
1744
  },
1745
+ "IncludeNestedStacks":{"type":"boolean"},
1734
1746
  "InsufficientCapabilitiesException":{
1735
1747
  "type":"structure",
1736
1748
  "members":{
@@ -2353,7 +2365,8 @@
2353
2365
  "ResourceType":{"shape":"ResourceType"},
2354
2366
  "Replacement":{"shape":"Replacement"},
2355
2367
  "Scope":{"shape":"Scope"},
2356
- "Details":{"shape":"ResourceChangeDetails"}
2368
+ "Details":{"shape":"ResourceChangeDetails"},
2369
+ "ChangeSetId":{"shape":"ChangeSetId"}
2357
2370
  }
2358
2371
  },
2359
2372
  "ResourceChangeDetail":{
@@ -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,
@@ -1911,7 +1911,8 @@
1911
1911
  "exportConfig":{"shape":"ReportExportConfig"},
1912
1912
  "created":{"shape":"Timestamp"},
1913
1913
  "lastModified":{"shape":"Timestamp"},
1914
- "tags":{"shape":"TagList"}
1914
+ "tags":{"shape":"TagList"},
1915
+ "status":{"shape":"ReportGroupStatusType"}
1915
1916
  }
1916
1917
  },
1917
1918
  "ReportGroupArns":{
@@ -1933,6 +1934,13 @@
1933
1934
  "LAST_MODIFIED_TIME"
1934
1935
  ]
1935
1936
  },
1937
+ "ReportGroupStatusType":{
1938
+ "type":"string",
1939
+ "enum":[
1940
+ "ACTIVE",
1941
+ "DELETING"
1942
+ ]
1943
+ },
1936
1944
  "ReportGroups":{
1937
1945
  "type":"list",
1938
1946
  "member":{"shape":"ReportGroup"},
@@ -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,