aws-sdk-core 2.11.542 → 2.11.547

Sign up to get free protection for your applications and to get access to all the features.
Files changed (37) hide show
  1. checksums.yaml +4 -4
  2. data/apis/alexaforbusiness/2017-11-09/api-2.json +3 -2
  3. data/apis/appmesh/2019-01-25/api-2.json +1420 -11
  4. data/apis/appmesh/2019-01-25/paginators-1.json +12 -0
  5. data/apis/ce/2017-10-25/api-2.json +1 -0
  6. data/apis/cloudfront/2019-03-26/api-2.json +2 -1
  7. data/apis/comprehend/2017-11-27/api-2.json +58 -35
  8. data/apis/connect/2017-08-08/api-2.json +145 -0
  9. data/apis/ebs/2019-11-02/api-2.json +377 -9
  10. data/apis/ec2/2016-11-15/api-2.json +28 -4
  11. data/apis/elasticbeanstalk/2010-12-01/paginators-1.json +12 -0
  12. data/apis/elasticbeanstalk/2010-12-01/waiters-2.json +63 -0
  13. data/apis/elasticfilesystem/2015-02-01/api-2.json +146 -13
  14. data/apis/elasticfilesystem/2015-02-01/examples-1.json +1 -1
  15. data/apis/eventbridge/2015-10-07/api-2.json +76 -12
  16. data/apis/events/2015-10-07/api-2.json +76 -12
  17. data/apis/forecast/2018-06-26/api-2.json +136 -8
  18. data/apis/glue/2017-03-31/api-2.json +95 -10
  19. data/apis/ivs/2020-07-14/api-2.json +809 -0
  20. data/apis/ivs/2020-07-14/examples-1.json +5 -0
  21. data/apis/ivs/2020-07-14/paginators-1.json +27 -0
  22. data/apis/lakeformation/2017-03-31/api-2.json +23 -6
  23. data/apis/macie2/2020-01-01/api-2.json +7 -1
  24. data/apis/macie2/2020-01-01/paginators-1.json +57 -2
  25. data/apis/organizations/2016-11-28/api-2.json +4 -2
  26. data/apis/sagemaker/2017-07-24/api-2.json +32 -0
  27. data/apis/secretsmanager/2017-10-17/api-2.json +111 -5
  28. data/apis/secretsmanager/2017-10-17/examples-1.json +23 -0
  29. data/apis/storagegateway/2013-06-30/api-2.json +47 -9
  30. data/apis/wafv2/2019-07-29/api-2.json +63 -6
  31. data/endpoints.json +122 -0
  32. data/lib/aws-sdk-core.rb +1 -0
  33. data/lib/aws-sdk-core/elasticbeanstalk.rb +1 -0
  34. data/lib/aws-sdk-core/ivs.rb +6 -0
  35. data/lib/aws-sdk-core/version.rb +1 -1
  36. data/service-models.json +4 -0
  37. metadata +7 -2
@@ -189,7 +189,7 @@
189
189
  },
190
190
  "output": {
191
191
  "SecurityGroups": [
192
- "sg-fghi4567"
192
+ "sg-4567abcd"
193
193
  ]
194
194
  },
195
195
  "comments": {
@@ -23,7 +23,8 @@
23
23
  {"shape":"ResourceNotFoundException"},
24
24
  {"shape":"ConcurrentModificationException"},
25
25
  {"shape":"InvalidStateException"},
26
- {"shape":"InternalException"}
26
+ {"shape":"InternalException"},
27
+ {"shape":"OperationDisabledException"}
27
28
  ]
28
29
  },
29
30
  "CreateEventBus":{
@@ -40,7 +41,8 @@
40
41
  {"shape":"InvalidStateException"},
41
42
  {"shape":"InternalException"},
42
43
  {"shape":"ConcurrentModificationException"},
43
- {"shape":"LimitExceededException"}
44
+ {"shape":"LimitExceededException"},
45
+ {"shape":"OperationDisabledException"}
44
46
  ]
45
47
  },
46
48
  "CreatePartnerEventSource":{
@@ -55,7 +57,8 @@
55
57
  {"shape":"ResourceAlreadyExistsException"},
56
58
  {"shape":"InternalException"},
57
59
  {"shape":"ConcurrentModificationException"},
58
- {"shape":"LimitExceededException"}
60
+ {"shape":"LimitExceededException"},
61
+ {"shape":"OperationDisabledException"}
59
62
  ]
60
63
  },
61
64
  "DeactivateEventSource":{
@@ -69,7 +72,8 @@
69
72
  {"shape":"ResourceNotFoundException"},
70
73
  {"shape":"ConcurrentModificationException"},
71
74
  {"shape":"InvalidStateException"},
72
- {"shape":"InternalException"}
75
+ {"shape":"InternalException"},
76
+ {"shape":"OperationDisabledException"}
73
77
  ]
74
78
  },
75
79
  "DeleteEventBus":{
@@ -93,7 +97,8 @@
93
97
  "input":{"shape":"DeletePartnerEventSourceRequest"},
94
98
  "errors":[
95
99
  {"shape":"InternalException"},
96
- {"shape":"ConcurrentModificationException"}
100
+ {"shape":"ConcurrentModificationException"},
101
+ {"shape":"OperationDisabledException"}
97
102
  ]
98
103
  },
99
104
  "DeleteRule":{
@@ -133,7 +138,8 @@
133
138
  "output":{"shape":"DescribeEventSourceResponse"},
134
139
  "errors":[
135
140
  {"shape":"ResourceNotFoundException"},
136
- {"shape":"InternalException"}
141
+ {"shape":"InternalException"},
142
+ {"shape":"OperationDisabledException"}
137
143
  ]
138
144
  },
139
145
  "DescribePartnerEventSource":{
@@ -146,7 +152,8 @@
146
152
  "output":{"shape":"DescribePartnerEventSourceResponse"},
147
153
  "errors":[
148
154
  {"shape":"ResourceNotFoundException"},
149
- {"shape":"InternalException"}
155
+ {"shape":"InternalException"},
156
+ {"shape":"OperationDisabledException"}
150
157
  ]
151
158
  },
152
159
  "DescribeRule":{
@@ -211,7 +218,8 @@
211
218
  "input":{"shape":"ListEventSourcesRequest"},
212
219
  "output":{"shape":"ListEventSourcesResponse"},
213
220
  "errors":[
214
- {"shape":"InternalException"}
221
+ {"shape":"InternalException"},
222
+ {"shape":"OperationDisabledException"}
215
223
  ]
216
224
  },
217
225
  "ListPartnerEventSourceAccounts":{
@@ -224,7 +232,8 @@
224
232
  "output":{"shape":"ListPartnerEventSourceAccountsResponse"},
225
233
  "errors":[
226
234
  {"shape":"ResourceNotFoundException"},
227
- {"shape":"InternalException"}
235
+ {"shape":"InternalException"},
236
+ {"shape":"OperationDisabledException"}
228
237
  ]
229
238
  },
230
239
  "ListPartnerEventSources":{
@@ -236,7 +245,8 @@
236
245
  "input":{"shape":"ListPartnerEventSourcesRequest"},
237
246
  "output":{"shape":"ListPartnerEventSourcesResponse"},
238
247
  "errors":[
239
- {"shape":"InternalException"}
248
+ {"shape":"InternalException"},
249
+ {"shape":"OperationDisabledException"}
240
250
  ]
241
251
  },
242
252
  "ListRuleNamesByTarget":{
@@ -312,7 +322,8 @@
312
322
  "input":{"shape":"PutPartnerEventsRequest"},
313
323
  "output":{"shape":"PutPartnerEventsResponse"},
314
324
  "errors":[
315
- {"shape":"InternalException"}
325
+ {"shape":"InternalException"},
326
+ {"shape":"OperationDisabledException"}
316
327
  ]
317
328
  },
318
329
  "PutPermission":{
@@ -745,6 +756,29 @@
745
756
  ]
746
757
  },
747
758
  "EventTime":{"type":"timestamp"},
759
+ "HeaderKey":{
760
+ "type":"string",
761
+ "max":512,
762
+ "pattern":"^[!#$%&'*+-.^_`|~0-9a-zA-Z]+$"
763
+ },
764
+ "HeaderParametersMap":{
765
+ "type":"map",
766
+ "key":{"shape":"HeaderKey"},
767
+ "value":{"shape":"HeaderValue"}
768
+ },
769
+ "HeaderValue":{
770
+ "type":"string",
771
+ "max":512,
772
+ "pattern":"^[ \\t]*[\\x20-\\x7E]+([ \\t]+[\\x20-\\x7E]+)*[ \\t]*$"
773
+ },
774
+ "HttpParameters":{
775
+ "type":"structure",
776
+ "members":{
777
+ "PathParameterValues":{"shape":"PathParameterList"},
778
+ "HeaderParameters":{"shape":"HeaderParametersMap"},
779
+ "QueryStringParameters":{"shape":"QueryStringParametersMap"}
780
+ }
781
+ },
748
782
  "InputTransformer":{
749
783
  "type":"structure",
750
784
  "required":["InputTemplate"],
@@ -962,6 +996,12 @@
962
996
  "min":1,
963
997
  "pattern":"[\\.\\-_A-Za-z0-9]+"
964
998
  },
999
+ "OperationDisabledException":{
1000
+ "type":"structure",
1001
+ "members":{
1002
+ },
1003
+ "exception":true
1004
+ },
965
1005
  "PartnerEventSource":{
966
1006
  "type":"structure",
967
1007
  "members":{
@@ -992,6 +1032,14 @@
992
1032
  "min":1,
993
1033
  "pattern":"aws\\.partner/[\\.\\-_A-Za-z0-9]+/[/\\.\\-_A-Za-z0-9]*"
994
1034
  },
1035
+ "PathParameter":{
1036
+ "type":"string",
1037
+ "pattern":"^(?!\\s*$).+"
1038
+ },
1039
+ "PathParameterList":{
1040
+ "type":"list",
1041
+ "member":{"shape":"PathParameter"}
1042
+ },
995
1043
  "PolicyLengthExceededException":{
996
1044
  "type":"structure",
997
1045
  "members":{
@@ -1155,6 +1203,21 @@
1155
1203
  "type":"list",
1156
1204
  "member":{"shape":"PutTargetsResultEntry"}
1157
1205
  },
1206
+ "QueryStringKey":{
1207
+ "type":"string",
1208
+ "max":512,
1209
+ "pattern":"[^\\x00-\\x1F\\x7F]+"
1210
+ },
1211
+ "QueryStringParametersMap":{
1212
+ "type":"map",
1213
+ "key":{"shape":"QueryStringKey"},
1214
+ "value":{"shape":"QueryStringValue"}
1215
+ },
1216
+ "QueryStringValue":{
1217
+ "type":"string",
1218
+ "max":512,
1219
+ "pattern":"[^\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]+"
1220
+ },
1158
1221
  "RemovePermissionRequest":{
1159
1222
  "type":"structure",
1160
1223
  "required":["StatementId"],
@@ -1380,7 +1443,8 @@
1380
1443
  "RunCommandParameters":{"shape":"RunCommandParameters"},
1381
1444
  "EcsParameters":{"shape":"EcsParameters"},
1382
1445
  "BatchParameters":{"shape":"BatchParameters"},
1383
- "SqsParameters":{"shape":"SqsParameters"}
1446
+ "SqsParameters":{"shape":"SqsParameters"},
1447
+ "HttpParameters":{"shape":"HttpParameters"}
1384
1448
  }
1385
1449
  },
1386
1450
  "TargetArn":{
@@ -23,7 +23,8 @@
23
23
  {"shape":"ResourceNotFoundException"},
24
24
  {"shape":"ConcurrentModificationException"},
25
25
  {"shape":"InvalidStateException"},
26
- {"shape":"InternalException"}
26
+ {"shape":"InternalException"},
27
+ {"shape":"OperationDisabledException"}
27
28
  ]
28
29
  },
29
30
  "CreateEventBus":{
@@ -40,7 +41,8 @@
40
41
  {"shape":"InvalidStateException"},
41
42
  {"shape":"InternalException"},
42
43
  {"shape":"ConcurrentModificationException"},
43
- {"shape":"LimitExceededException"}
44
+ {"shape":"LimitExceededException"},
45
+ {"shape":"OperationDisabledException"}
44
46
  ]
45
47
  },
46
48
  "CreatePartnerEventSource":{
@@ -55,7 +57,8 @@
55
57
  {"shape":"ResourceAlreadyExistsException"},
56
58
  {"shape":"InternalException"},
57
59
  {"shape":"ConcurrentModificationException"},
58
- {"shape":"LimitExceededException"}
60
+ {"shape":"LimitExceededException"},
61
+ {"shape":"OperationDisabledException"}
59
62
  ]
60
63
  },
61
64
  "DeactivateEventSource":{
@@ -69,7 +72,8 @@
69
72
  {"shape":"ResourceNotFoundException"},
70
73
  {"shape":"ConcurrentModificationException"},
71
74
  {"shape":"InvalidStateException"},
72
- {"shape":"InternalException"}
75
+ {"shape":"InternalException"},
76
+ {"shape":"OperationDisabledException"}
73
77
  ]
74
78
  },
75
79
  "DeleteEventBus":{
@@ -93,7 +97,8 @@
93
97
  "input":{"shape":"DeletePartnerEventSourceRequest"},
94
98
  "errors":[
95
99
  {"shape":"InternalException"},
96
- {"shape":"ConcurrentModificationException"}
100
+ {"shape":"ConcurrentModificationException"},
101
+ {"shape":"OperationDisabledException"}
97
102
  ]
98
103
  },
99
104
  "DeleteRule":{
@@ -133,7 +138,8 @@
133
138
  "output":{"shape":"DescribeEventSourceResponse"},
134
139
  "errors":[
135
140
  {"shape":"ResourceNotFoundException"},
136
- {"shape":"InternalException"}
141
+ {"shape":"InternalException"},
142
+ {"shape":"OperationDisabledException"}
137
143
  ]
138
144
  },
139
145
  "DescribePartnerEventSource":{
@@ -146,7 +152,8 @@
146
152
  "output":{"shape":"DescribePartnerEventSourceResponse"},
147
153
  "errors":[
148
154
  {"shape":"ResourceNotFoundException"},
149
- {"shape":"InternalException"}
155
+ {"shape":"InternalException"},
156
+ {"shape":"OperationDisabledException"}
150
157
  ]
151
158
  },
152
159
  "DescribeRule":{
@@ -211,7 +218,8 @@
211
218
  "input":{"shape":"ListEventSourcesRequest"},
212
219
  "output":{"shape":"ListEventSourcesResponse"},
213
220
  "errors":[
214
- {"shape":"InternalException"}
221
+ {"shape":"InternalException"},
222
+ {"shape":"OperationDisabledException"}
215
223
  ]
216
224
  },
217
225
  "ListPartnerEventSourceAccounts":{
@@ -224,7 +232,8 @@
224
232
  "output":{"shape":"ListPartnerEventSourceAccountsResponse"},
225
233
  "errors":[
226
234
  {"shape":"ResourceNotFoundException"},
227
- {"shape":"InternalException"}
235
+ {"shape":"InternalException"},
236
+ {"shape":"OperationDisabledException"}
228
237
  ]
229
238
  },
230
239
  "ListPartnerEventSources":{
@@ -236,7 +245,8 @@
236
245
  "input":{"shape":"ListPartnerEventSourcesRequest"},
237
246
  "output":{"shape":"ListPartnerEventSourcesResponse"},
238
247
  "errors":[
239
- {"shape":"InternalException"}
248
+ {"shape":"InternalException"},
249
+ {"shape":"OperationDisabledException"}
240
250
  ]
241
251
  },
242
252
  "ListRuleNamesByTarget":{
@@ -312,7 +322,8 @@
312
322
  "input":{"shape":"PutPartnerEventsRequest"},
313
323
  "output":{"shape":"PutPartnerEventsResponse"},
314
324
  "errors":[
315
- {"shape":"InternalException"}
325
+ {"shape":"InternalException"},
326
+ {"shape":"OperationDisabledException"}
316
327
  ]
317
328
  },
318
329
  "PutPermission":{
@@ -745,6 +756,29 @@
745
756
  ]
746
757
  },
747
758
  "EventTime":{"type":"timestamp"},
759
+ "HeaderKey":{
760
+ "type":"string",
761
+ "max":512,
762
+ "pattern":"^[!#$%&'*+-.^_`|~0-9a-zA-Z]+$"
763
+ },
764
+ "HeaderParametersMap":{
765
+ "type":"map",
766
+ "key":{"shape":"HeaderKey"},
767
+ "value":{"shape":"HeaderValue"}
768
+ },
769
+ "HeaderValue":{
770
+ "type":"string",
771
+ "max":512,
772
+ "pattern":"^[ \\t]*[\\x20-\\x7E]+([ \\t]+[\\x20-\\x7E]+)*[ \\t]*$"
773
+ },
774
+ "HttpParameters":{
775
+ "type":"structure",
776
+ "members":{
777
+ "PathParameterValues":{"shape":"PathParameterList"},
778
+ "HeaderParameters":{"shape":"HeaderParametersMap"},
779
+ "QueryStringParameters":{"shape":"QueryStringParametersMap"}
780
+ }
781
+ },
748
782
  "InputTransformer":{
749
783
  "type":"structure",
750
784
  "required":["InputTemplate"],
@@ -962,6 +996,12 @@
962
996
  "min":1,
963
997
  "pattern":"[\\.\\-_A-Za-z0-9]+"
964
998
  },
999
+ "OperationDisabledException":{
1000
+ "type":"structure",
1001
+ "members":{
1002
+ },
1003
+ "exception":true
1004
+ },
965
1005
  "PartnerEventSource":{
966
1006
  "type":"structure",
967
1007
  "members":{
@@ -992,6 +1032,14 @@
992
1032
  "min":1,
993
1033
  "pattern":"aws\\.partner/[\\.\\-_A-Za-z0-9]+/[/\\.\\-_A-Za-z0-9]*"
994
1034
  },
1035
+ "PathParameter":{
1036
+ "type":"string",
1037
+ "pattern":"^(?!\\s*$).+"
1038
+ },
1039
+ "PathParameterList":{
1040
+ "type":"list",
1041
+ "member":{"shape":"PathParameter"}
1042
+ },
995
1043
  "PolicyLengthExceededException":{
996
1044
  "type":"structure",
997
1045
  "members":{
@@ -1155,6 +1203,21 @@
1155
1203
  "type":"list",
1156
1204
  "member":{"shape":"PutTargetsResultEntry"}
1157
1205
  },
1206
+ "QueryStringKey":{
1207
+ "type":"string",
1208
+ "max":512,
1209
+ "pattern":"[^\\x00-\\x1F\\x7F]+"
1210
+ },
1211
+ "QueryStringParametersMap":{
1212
+ "type":"map",
1213
+ "key":{"shape":"QueryStringKey"},
1214
+ "value":{"shape":"QueryStringValue"}
1215
+ },
1216
+ "QueryStringValue":{
1217
+ "type":"string",
1218
+ "max":512,
1219
+ "pattern":"[^\\x00-\\x09\\x0B\\x0C\\x0E-\\x1F\\x7F]+"
1220
+ },
1158
1221
  "RemovePermissionRequest":{
1159
1222
  "type":"structure",
1160
1223
  "required":["StatementId"],
@@ -1380,7 +1443,8 @@
1380
1443
  "RunCommandParameters":{"shape":"RunCommandParameters"},
1381
1444
  "EcsParameters":{"shape":"EcsParameters"},
1382
1445
  "BatchParameters":{"shape":"BatchParameters"},
1383
- "SqsParameters":{"shape":"SqsParameters"}
1446
+ "SqsParameters":{"shape":"SqsParameters"},
1447
+ "HttpParameters":{"shape":"HttpParameters"}
1384
1448
  }
1385
1449
  },
1386
1450
  "TargetArn":{
@@ -372,6 +372,46 @@
372
372
  ],
373
373
  "idempotent":true
374
374
  },
375
+ "ListTagsForResource":{
376
+ "name":"ListTagsForResource",
377
+ "http":{
378
+ "method":"POST",
379
+ "requestUri":"/"
380
+ },
381
+ "input":{"shape":"ListTagsForResourceRequest"},
382
+ "output":{"shape":"ListTagsForResourceResponse"},
383
+ "errors":[
384
+ {"shape":"ResourceNotFoundException"},
385
+ {"shape":"InvalidInputException"}
386
+ ]
387
+ },
388
+ "TagResource":{
389
+ "name":"TagResource",
390
+ "http":{
391
+ "method":"POST",
392
+ "requestUri":"/"
393
+ },
394
+ "input":{"shape":"TagResourceRequest"},
395
+ "output":{"shape":"TagResourceResponse"},
396
+ "errors":[
397
+ {"shape":"ResourceNotFoundException"},
398
+ {"shape":"LimitExceededException"},
399
+ {"shape":"InvalidInputException"}
400
+ ]
401
+ },
402
+ "UntagResource":{
403
+ "name":"UntagResource",
404
+ "http":{
405
+ "method":"POST",
406
+ "requestUri":"/"
407
+ },
408
+ "input":{"shape":"UntagResourceRequest"},
409
+ "output":{"shape":"UntagResourceResponse"},
410
+ "errors":[
411
+ {"shape":"ResourceNotFoundException"},
412
+ {"shape":"InvalidInputException"}
413
+ ]
414
+ },
375
415
  "UpdateDatasetGroup":{
376
416
  "name":"UpdateDatasetGroup",
377
417
  "http":{
@@ -454,7 +494,8 @@
454
494
  "members":{
455
495
  "DatasetGroupName":{"shape":"Name"},
456
496
  "Domain":{"shape":"Domain"},
457
- "DatasetArns":{"shape":"ArnList"}
497
+ "DatasetArns":{"shape":"ArnList"},
498
+ "Tags":{"shape":"Tags"}
458
499
  }
459
500
  },
460
501
  "CreateDatasetGroupResponse":{
@@ -474,7 +515,8 @@
474
515
  "DatasetImportJobName":{"shape":"Name"},
475
516
  "DatasetArn":{"shape":"Arn"},
476
517
  "DataSource":{"shape":"DataSource"},
477
- "TimestampFormat":{"shape":"TimestampFormat"}
518
+ "TimestampFormat":{"shape":"TimestampFormat"},
519
+ "Tags":{"shape":"Tags"}
478
520
  }
479
521
  },
480
522
  "CreateDatasetImportJobResponse":{
@@ -497,7 +539,8 @@
497
539
  "DatasetType":{"shape":"DatasetType"},
498
540
  "DataFrequency":{"shape":"Frequency"},
499
541
  "Schema":{"shape":"Schema"},
500
- "EncryptionConfig":{"shape":"EncryptionConfig"}
542
+ "EncryptionConfig":{"shape":"EncryptionConfig"},
543
+ "Tags":{"shape":"Tags"}
501
544
  }
502
545
  },
503
546
  "CreateDatasetResponse":{
@@ -516,7 +559,8 @@
516
559
  "members":{
517
560
  "ForecastExportJobName":{"shape":"Name"},
518
561
  "ForecastArn":{"shape":"Arn"},
519
- "Destination":{"shape":"DataDestination"}
562
+ "Destination":{"shape":"DataDestination"},
563
+ "Tags":{"shape":"Tags"}
520
564
  }
521
565
  },
522
566
  "CreateForecastExportJobResponse":{
@@ -534,7 +578,8 @@
534
578
  "members":{
535
579
  "ForecastName":{"shape":"Name"},
536
580
  "PredictorArn":{"shape":"Arn"},
537
- "ForecastTypes":{"shape":"ForecastTypes"}
581
+ "ForecastTypes":{"shape":"ForecastTypes"},
582
+ "Tags":{"shape":"Tags"}
538
583
  }
539
584
  },
540
585
  "CreateForecastResponse":{
@@ -562,7 +607,8 @@
562
607
  "HPOConfig":{"shape":"HyperParameterTuningJobConfig"},
563
608
  "InputDataConfig":{"shape":"InputDataConfig"},
564
609
  "FeaturizationConfig":{"shape":"FeaturizationConfig"},
565
- "EncryptionConfig":{"shape":"EncryptionConfig"}
610
+ "EncryptionConfig":{"shape":"EncryptionConfig"},
611
+ "Tags":{"shape":"Tags"}
566
612
  }
567
613
  },
568
614
  "CreatePredictorResponse":{
@@ -906,7 +952,7 @@
906
952
  "Featurizations":{
907
953
  "type":"list",
908
954
  "member":{"shape":"Featurization"},
909
- "max":1,
955
+ "max":50,
910
956
  "min":1
911
957
  },
912
958
  "FieldStatistics":{
@@ -1153,6 +1199,19 @@
1153
1199
  "NextToken":{"shape":"NextToken"}
1154
1200
  }
1155
1201
  },
1202
+ "ListTagsForResourceRequest":{
1203
+ "type":"structure",
1204
+ "required":["ResourceArn"],
1205
+ "members":{
1206
+ "ResourceArn":{"shape":"Arn"}
1207
+ }
1208
+ },
1209
+ "ListTagsForResourceResponse":{
1210
+ "type":"structure",
1211
+ "members":{
1212
+ "Tags":{"shape":"Tags"}
1213
+ }
1214
+ },
1156
1215
  "MaxResults":{
1157
1216
  "type":"integer",
1158
1217
  "max":100,
@@ -1295,7 +1354,9 @@
1295
1354
  },
1296
1355
  "SchemaAttributes":{
1297
1356
  "type":"list",
1298
- "member":{"shape":"SchemaAttribute"}
1357
+ "member":{"shape":"SchemaAttribute"},
1358
+ "max":100,
1359
+ "min":1
1299
1360
  },
1300
1361
  "Statistics":{
1301
1362
  "type":"structure",
@@ -1336,6 +1397,57 @@
1336
1397
  "max":1,
1337
1398
  "min":1
1338
1399
  },
1400
+ "Tag":{
1401
+ "type":"structure",
1402
+ "required":[
1403
+ "Key",
1404
+ "Value"
1405
+ ],
1406
+ "members":{
1407
+ "Key":{"shape":"TagKey"},
1408
+ "Value":{"shape":"TagValue"}
1409
+ }
1410
+ },
1411
+ "TagKey":{
1412
+ "type":"string",
1413
+ "max":128,
1414
+ "min":1,
1415
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1416
+ },
1417
+ "TagKeys":{
1418
+ "type":"list",
1419
+ "member":{"shape":"TagKey"},
1420
+ "max":200,
1421
+ "min":0
1422
+ },
1423
+ "TagResourceRequest":{
1424
+ "type":"structure",
1425
+ "required":[
1426
+ "ResourceArn",
1427
+ "Tags"
1428
+ ],
1429
+ "members":{
1430
+ "ResourceArn":{"shape":"Arn"},
1431
+ "Tags":{"shape":"Tags"}
1432
+ }
1433
+ },
1434
+ "TagResourceResponse":{
1435
+ "type":"structure",
1436
+ "members":{
1437
+ }
1438
+ },
1439
+ "TagValue":{
1440
+ "type":"string",
1441
+ "max":256,
1442
+ "min":0,
1443
+ "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$"
1444
+ },
1445
+ "Tags":{
1446
+ "type":"list",
1447
+ "member":{"shape":"Tag"},
1448
+ "max":200,
1449
+ "min":0
1450
+ },
1339
1451
  "TestWindowDetails":{
1340
1452
  "type":"list",
1341
1453
  "member":{"shape":"TestWindowSummary"}
@@ -1366,6 +1478,22 @@
1366
1478
  "max":100,
1367
1479
  "min":0
1368
1480
  },
1481
+ "UntagResourceRequest":{
1482
+ "type":"structure",
1483
+ "required":[
1484
+ "ResourceArn",
1485
+ "TagKeys"
1486
+ ],
1487
+ "members":{
1488
+ "ResourceArn":{"shape":"Arn"},
1489
+ "TagKeys":{"shape":"TagKeys"}
1490
+ }
1491
+ },
1492
+ "UntagResourceResponse":{
1493
+ "type":"structure",
1494
+ "members":{
1495
+ }
1496
+ },
1369
1497
  "UpdateDatasetGroupRequest":{
1370
1498
  "type":"structure",
1371
1499
  "required":[