aws-sdk-core 2.11.405 → 2.11.406

Sign up to get free protection for your applications and to get access to all the features.
@@ -216,7 +216,10 @@
216
216
  },
217
217
  "HlsConfiguration": {
218
218
  "shape": "HlsConfiguration"
219
- },
219
+ },
220
+ "LivePreRollConfiguration" : {
221
+ "shape" : "LivePreRollConfiguration"
222
+ },
220
223
  "Name": {
221
224
  "shape": "__string"
222
225
  },
@@ -349,7 +352,18 @@
349
352
  }
350
353
  },
351
354
  "type": "structure"
352
- },
355
+ },
356
+ "LivePreRollConfiguration" : {
357
+ "type" : "structure",
358
+ "members" : {
359
+ "AdDecisionServerUrl" : {
360
+ "shape" : "__string"
361
+ },
362
+ "MaxDurationSeconds" : {
363
+ "shape" : "__integer"
364
+ }
365
+ }
366
+ },
353
367
  "PutPlaybackConfigurationRequest": {
354
368
  "members": {
355
369
  "AdDecisionServerUrl": {
@@ -360,7 +374,10 @@
360
374
  },
361
375
  "DashConfiguration": {
362
376
  "shape": "DashConfigurationForPut"
363
- },
377
+ },
378
+ "LivePreRollConfiguration" : {
379
+ "shape" : "LivePreRollConfiguration"
380
+ },
364
381
  "Name": {
365
382
  "shape": "__string"
366
383
  },
@@ -393,7 +410,10 @@
393
410
  },
394
411
  "HlsConfiguration": {
395
412
  "shape": "HlsConfiguration"
396
- },
413
+ },
414
+ "LivePreRollConfiguration" : {
415
+ "shape" : "LivePreRollConfiguration"
416
+ },
397
417
  "Name": {
398
418
  "shape": "__string"
399
419
  },
@@ -53,7 +53,9 @@
53
53
  {"shape":"PolicyTypeNotEnabledException"},
54
54
  {"shape":"ServiceException"},
55
55
  {"shape":"TargetNotFoundException"},
56
- {"shape":"TooManyRequestsException"}
56
+ {"shape":"TooManyRequestsException"},
57
+ {"shape":"UnsupportedAPIEndpointException"},
58
+ {"shape":"PolicyChangesInProgressException"}
57
59
  ]
58
60
  },
59
61
  "CancelHandshake":{
@@ -172,7 +174,8 @@
172
174
  {"shape":"MalformedPolicyDocumentException"},
173
175
  {"shape":"PolicyTypeNotAvailableForOrganizationException"},
174
176
  {"shape":"ServiceException"},
175
- {"shape":"TooManyRequestsException"}
177
+ {"shape":"TooManyRequestsException"},
178
+ {"shape":"UnsupportedAPIEndpointException"}
176
179
  ]
177
180
  },
178
181
  "DeclineHandshake":{
@@ -243,7 +246,8 @@
243
246
  {"shape":"PolicyInUseException"},
244
247
  {"shape":"PolicyNotFoundException"},
245
248
  {"shape":"ServiceException"},
246
- {"shape":"TooManyRequestsException"}
249
+ {"shape":"TooManyRequestsException"},
250
+ {"shape":"UnsupportedAPIEndpointException"}
247
251
  ]
248
252
  },
249
253
  "DescribeAccount":{
@@ -281,6 +285,26 @@
281
285
  {"shape":"UnsupportedAPIEndpointException"}
282
286
  ]
283
287
  },
288
+ "DescribeEffectivePolicy":{
289
+ "name":"DescribeEffectivePolicy",
290
+ "http":{
291
+ "method":"POST",
292
+ "requestUri":"/"
293
+ },
294
+ "input":{"shape":"DescribeEffectivePolicyRequest"},
295
+ "output":{"shape":"DescribeEffectivePolicyResponse"},
296
+ "errors":[
297
+ {"shape":"AccessDeniedException"},
298
+ {"shape":"AWSOrganizationsNotInUseException"},
299
+ {"shape":"ConstraintViolationException"},
300
+ {"shape":"ServiceException"},
301
+ {"shape":"TooManyRequestsException"},
302
+ {"shape":"TargetNotFoundException"},
303
+ {"shape":"EffectivePolicyNotFoundException"},
304
+ {"shape":"InvalidInputException"},
305
+ {"shape":"UnsupportedAPIEndpointException"}
306
+ ]
307
+ },
284
308
  "DescribeHandshake":{
285
309
  "name":"DescribeHandshake",
286
310
  "http":{
@@ -344,7 +368,8 @@
344
368
  {"shape":"InvalidInputException"},
345
369
  {"shape":"PolicyNotFoundException"},
346
370
  {"shape":"ServiceException"},
347
- {"shape":"TooManyRequestsException"}
371
+ {"shape":"TooManyRequestsException"},
372
+ {"shape":"UnsupportedAPIEndpointException"}
348
373
  ]
349
374
  },
350
375
  "DetachPolicy":{
@@ -364,7 +389,9 @@
364
389
  {"shape":"PolicyNotFoundException"},
365
390
  {"shape":"ServiceException"},
366
391
  {"shape":"TargetNotFoundException"},
367
- {"shape":"TooManyRequestsException"}
392
+ {"shape":"TooManyRequestsException"},
393
+ {"shape":"UnsupportedAPIEndpointException"},
394
+ {"shape":"PolicyChangesInProgressException"}
368
395
  ]
369
396
  },
370
397
  "DisableAWSServiceAccess":{
@@ -401,7 +428,9 @@
401
428
  {"shape":"PolicyTypeNotEnabledException"},
402
429
  {"shape":"RootNotFoundException"},
403
430
  {"shape":"ServiceException"},
404
- {"shape":"TooManyRequestsException"}
431
+ {"shape":"TooManyRequestsException"},
432
+ {"shape":"UnsupportedAPIEndpointException"},
433
+ {"shape":"PolicyChangesInProgressException"}
405
434
  ]
406
435
  },
407
436
  "EnableAWSServiceAccess":{
@@ -457,7 +486,9 @@
457
486
  {"shape":"RootNotFoundException"},
458
487
  {"shape":"ServiceException"},
459
488
  {"shape":"TooManyRequestsException"},
460
- {"shape":"PolicyTypeNotAvailableForOrganizationException"}
489
+ {"shape":"PolicyTypeNotAvailableForOrganizationException"},
490
+ {"shape":"UnsupportedAPIEndpointException"},
491
+ {"shape":"PolicyChangesInProgressException"}
461
492
  ]
462
493
  },
463
494
  "InviteAccountToOrganization":{
@@ -663,7 +694,8 @@
663
694
  {"shape":"AWSOrganizationsNotInUseException"},
664
695
  {"shape":"InvalidInputException"},
665
696
  {"shape":"ServiceException"},
666
- {"shape":"TooManyRequestsException"}
697
+ {"shape":"TooManyRequestsException"},
698
+ {"shape":"UnsupportedAPIEndpointException"}
667
699
  ]
668
700
  },
669
701
  "ListPoliciesForTarget":{
@@ -680,7 +712,8 @@
680
712
  {"shape":"InvalidInputException"},
681
713
  {"shape":"ServiceException"},
682
714
  {"shape":"TargetNotFoundException"},
683
- {"shape":"TooManyRequestsException"}
715
+ {"shape":"TooManyRequestsException"},
716
+ {"shape":"UnsupportedAPIEndpointException"}
684
717
  ]
685
718
  },
686
719
  "ListRoots":{
@@ -730,7 +763,8 @@
730
763
  {"shape":"InvalidInputException"},
731
764
  {"shape":"PolicyNotFoundException"},
732
765
  {"shape":"ServiceException"},
733
- {"shape":"TooManyRequestsException"}
766
+ {"shape":"TooManyRequestsException"},
767
+ {"shape":"UnsupportedAPIEndpointException"}
734
768
  ]
735
769
  },
736
770
  "MoveAccount":{
@@ -845,7 +879,9 @@
845
879
  {"shape":"MalformedPolicyDocumentException"},
846
880
  {"shape":"PolicyNotFoundException"},
847
881
  {"shape":"ServiceException"},
848
- {"shape":"TooManyRequestsException"}
882
+ {"shape":"TooManyRequestsException"},
883
+ {"shape":"UnsupportedAPIEndpointException"},
884
+ {"shape":"PolicyChangesInProgressException"}
849
885
  ]
850
886
  }
851
887
  },
@@ -1041,6 +1077,7 @@
1041
1077
  "OU_NUMBER_LIMIT_EXCEEDED",
1042
1078
  "OU_DEPTH_LIMIT_EXCEEDED",
1043
1079
  "POLICY_NUMBER_LIMIT_EXCEEDED",
1080
+ "POLICY_CONTENT_LIMIT_EXCEEDED",
1044
1081
  "MAX_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED",
1045
1082
  "MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED",
1046
1083
  "ACCOUNT_CANNOT_LEAVE_ORGANIZATION",
@@ -1068,7 +1105,8 @@
1068
1105
  "INVALID_ADDRESS",
1069
1106
  "INVALID_EMAIL",
1070
1107
  "CONCURRENT_ACCOUNT_MODIFICATION",
1071
- "INTERNAL_FAILURE"
1108
+ "INTERNAL_FAILURE",
1109
+ "GOVCLOUD_ACCOUNT_ALREADY_EXISTS"
1072
1110
  ]
1073
1111
  },
1074
1112
  "CreateAccountRequest":{
@@ -1252,6 +1290,20 @@
1252
1290
  "CreateAccountStatus":{"shape":"CreateAccountStatus"}
1253
1291
  }
1254
1292
  },
1293
+ "DescribeEffectivePolicyRequest":{
1294
+ "type":"structure",
1295
+ "required":["PolicyType"],
1296
+ "members":{
1297
+ "PolicyType":{"shape":"EffectivePolicyType"},
1298
+ "TargetId":{"shape":"PolicyTargetId"}
1299
+ }
1300
+ },
1301
+ "DescribeEffectivePolicyResponse":{
1302
+ "type":"structure",
1303
+ "members":{
1304
+ "EffectivePolicy":{"shape":"EffectivePolicy"}
1305
+ }
1306
+ },
1255
1307
  "DescribeHandshakeRequest":{
1256
1308
  "type":"structure",
1257
1309
  "required":["HandshakeId"],
@@ -1374,6 +1426,26 @@
1374
1426
  },
1375
1427
  "exception":true
1376
1428
  },
1429
+ "EffectivePolicy":{
1430
+ "type":"structure",
1431
+ "members":{
1432
+ "PolicyContent":{"shape":"PolicyContent"},
1433
+ "LastUpdatedTimestamp":{"shape":"Timestamp"},
1434
+ "TargetId":{"shape":"PolicyTargetId"},
1435
+ "PolicyType":{"shape":"EffectivePolicyType"}
1436
+ }
1437
+ },
1438
+ "EffectivePolicyNotFoundException":{
1439
+ "type":"structure",
1440
+ "members":{
1441
+ "Message":{"shape":"ExceptionMessage"}
1442
+ },
1443
+ "exception":true
1444
+ },
1445
+ "EffectivePolicyType":{
1446
+ "type":"string",
1447
+ "enum":["TAG_POLICY"]
1448
+ },
1377
1449
  "Email":{
1378
1450
  "type":"string",
1379
1451
  "max":64,
@@ -1610,6 +1682,7 @@
1610
1682
  "INVALID_SYNTAX_ORGANIZATION_ARN",
1611
1683
  "INVALID_SYNTAX_POLICY_ID",
1612
1684
  "INVALID_ENUM",
1685
+ "INVALID_ENUM_POLICY_TYPE",
1613
1686
  "INVALID_LIST_MEMBER",
1614
1687
  "MAX_LENGTH_EXCEEDED",
1615
1688
  "MAX_VALUE_EXCEEDED",
@@ -1625,7 +1698,8 @@
1625
1698
  "INVALID_FULL_NAME_TARGET",
1626
1699
  "UNRECOGNIZED_SERVICE_PRINCIPAL",
1627
1700
  "INVALID_ROLE_NAME",
1628
- "INVALID_SYSTEM_TAGS_PARAMETER"
1701
+ "INVALID_SYSTEM_TAGS_PARAMETER",
1702
+ "TARGET_NOT_SUPPORTED"
1629
1703
  ]
1630
1704
  },
1631
1705
  "InviteAccountToOrganizationRequest":{
@@ -2015,6 +2089,13 @@
2015
2089
  "type":"string",
2016
2090
  "pattern":"^(arn:aws:organizations::\\d{12}:policy\\/o-[a-z0-9]{10,32}\\/[0-9a-z_]+\\/p-[0-9a-z]{10,32})|(arn:aws:organizations::aws:policy\\/[0-9a-z_]+\\/p-[0-9a-zA-Z_]{10,128})"
2017
2091
  },
2092
+ "PolicyChangesInProgressException":{
2093
+ "type":"structure",
2094
+ "members":{
2095
+ "Message":{"shape":"ExceptionMessage"}
2096
+ },
2097
+ "exception":true
2098
+ },
2018
2099
  "PolicyContent":{
2019
2100
  "type":"string",
2020
2101
  "max":1000000,
@@ -2084,7 +2165,10 @@
2084
2165
  },
2085
2166
  "PolicyType":{
2086
2167
  "type":"string",
2087
- "enum":["SERVICE_CONTROL_POLICY"]
2168
+ "enum":[
2169
+ "SERVICE_CONTROL_POLICY",
2170
+ "TAG_POLICY"
2171
+ ]
2088
2172
  },
2089
2173
  "PolicyTypeAlreadyEnabledException":{
2090
2174
  "type":"structure",
@@ -57,6 +57,7 @@
57
57
  "output":{"shape":"CommitTransactionResponse"},
58
58
  "errors":[
59
59
  {"shape":"BadRequestException"},
60
+ {"shape":"StatementTimeoutException"},
60
61
  {"shape":"InternalServerErrorException"},
61
62
  {"shape":"ForbiddenException"},
62
63
  {"shape":"ServiceUnavailableError"},
@@ -109,6 +110,7 @@
109
110
  "output":{"shape":"RollbackTransactionResponse"},
110
111
  "errors":[
111
112
  {"shape":"BadRequestException"},
113
+ {"shape":"StatementTimeoutException"},
112
114
  {"shape":"InternalServerErrorException"},
113
115
  {"shape":"ForbiddenException"},
114
116
  {"shape":"ServiceUnavailableError"},
@@ -452,6 +454,7 @@
452
454
  "type":"structure",
453
455
  "members":{
454
456
  "name":{"shape":"ParameterName"},
457
+ "typeHint":{"shape":"TypeHint"},
455
458
  "value":{"shape":"Field"}
456
459
  }
457
460
  },
@@ -511,6 +514,15 @@
511
514
  "max":128,
512
515
  "min":0
513
516
  },
517
+ "TypeHint":{
518
+ "type":"string",
519
+ "enum":[
520
+ "DATE",
521
+ "DECIMAL",
522
+ "TIME",
523
+ "TIMESTAMP"
524
+ ]
525
+ },
514
526
  "UpdateResult":{
515
527
  "type":"structure",
516
528
  "members":{
@@ -12,6 +12,36 @@
12
12
  "uid":"resourcegroupstaggingapi-2017-01-26"
13
13
  },
14
14
  "operations":{
15
+ "DescribeReportCreation":{
16
+ "name":"DescribeReportCreation",
17
+ "http":{
18
+ "method":"POST",
19
+ "requestUri":"/"
20
+ },
21
+ "input":{"shape":"DescribeReportCreationInput"},
22
+ "output":{"shape":"DescribeReportCreationOutput"},
23
+ "errors":[
24
+ {"shape":"ConstraintViolationException"},
25
+ {"shape":"InternalServiceException"},
26
+ {"shape":"InvalidParameterException"},
27
+ {"shape":"ThrottledException"}
28
+ ]
29
+ },
30
+ "GetComplianceSummary":{
31
+ "name":"GetComplianceSummary",
32
+ "http":{
33
+ "method":"POST",
34
+ "requestUri":"/"
35
+ },
36
+ "input":{"shape":"GetComplianceSummaryInput"},
37
+ "output":{"shape":"GetComplianceSummaryOutput"},
38
+ "errors":[
39
+ {"shape":"ConstraintViolationException"},
40
+ {"shape":"InternalServiceException"},
41
+ {"shape":"InvalidParameterException"},
42
+ {"shape":"ThrottledException"}
43
+ ]
44
+ },
15
45
  "GetResources":{
16
46
  "name":"GetResources",
17
47
  "http":{
@@ -57,6 +87,22 @@
57
87
  {"shape":"PaginationTokenExpiredException"}
58
88
  ]
59
89
  },
90
+ "StartReportCreation":{
91
+ "name":"StartReportCreation",
92
+ "http":{
93
+ "method":"POST",
94
+ "requestUri":"/"
95
+ },
96
+ "input":{"shape":"StartReportCreationInput"},
97
+ "output":{"shape":"StartReportCreationOutput"},
98
+ "errors":[
99
+ {"shape":"ConcurrentModificationException"},
100
+ {"shape":"ConstraintViolationException"},
101
+ {"shape":"InternalServiceException"},
102
+ {"shape":"InvalidParameterException"},
103
+ {"shape":"ThrottledException"}
104
+ ]
105
+ },
60
106
  "TagResources":{
61
107
  "name":"TagResources",
62
108
  "http":{
@@ -90,7 +136,44 @@
90
136
  "AmazonResourceType":{
91
137
  "type":"string",
92
138
  "max":256,
93
- "min":0
139
+ "min":0,
140
+ "pattern":"[\\s\\S]*"
141
+ },
142
+ "ComplianceDetails":{
143
+ "type":"structure",
144
+ "members":{
145
+ "NoncompliantKeys":{"shape":"TagKeyList"},
146
+ "KeysWithNoncompliantValues":{"shape":"TagKeyList"},
147
+ "ComplianceStatus":{"shape":"ComplianceStatus"}
148
+ }
149
+ },
150
+ "ComplianceStatus":{"type":"boolean"},
151
+ "ConcurrentModificationException":{
152
+ "type":"structure",
153
+ "members":{
154
+ "Message":{"shape":"ExceptionMessage"}
155
+ },
156
+ "exception":true
157
+ },
158
+ "ConstraintViolationException":{
159
+ "type":"structure",
160
+ "members":{
161
+ "Message":{"shape":"ExceptionMessage"}
162
+ },
163
+ "exception":true
164
+ },
165
+ "DescribeReportCreationInput":{
166
+ "type":"structure",
167
+ "members":{
168
+ }
169
+ },
170
+ "DescribeReportCreationOutput":{
171
+ "type":"structure",
172
+ "members":{
173
+ "Status":{"shape":"Status"},
174
+ "S3Location":{"shape":"S3Location"},
175
+ "ErrorMessage":{"shape":"ErrorMessage"}
176
+ }
94
177
  },
95
178
  "ErrorCode":{
96
179
  "type":"string",
@@ -105,6 +188,7 @@
105
188
  "max":2048,
106
189
  "min":0
107
190
  },
191
+ "ExcludeCompliantResources":{"type":"boolean"},
108
192
  "FailedResourcesMap":{
109
193
  "type":"map",
110
194
  "key":{"shape":"ResourceARN"},
@@ -118,6 +202,25 @@
118
202
  "ErrorMessage":{"shape":"ErrorMessage"}
119
203
  }
120
204
  },
205
+ "GetComplianceSummaryInput":{
206
+ "type":"structure",
207
+ "members":{
208
+ "TargetIdFilters":{"shape":"TargetIdFilterList"},
209
+ "RegionFilters":{"shape":"RegionFilterList"},
210
+ "ResourceTypeFilters":{"shape":"ResourceTypeFilterList"},
211
+ "TagKeyFilters":{"shape":"TagKeyFilterList"},
212
+ "GroupBy":{"shape":"GroupBy"},
213
+ "MaxResults":{"shape":"MaxResultsGetComplianceSummary"},
214
+ "PaginationToken":{"shape":"PaginationToken"}
215
+ }
216
+ },
217
+ "GetComplianceSummaryOutput":{
218
+ "type":"structure",
219
+ "members":{
220
+ "SummaryList":{"shape":"SummaryList"},
221
+ "PaginationToken":{"shape":"PaginationToken"}
222
+ }
223
+ },
121
224
  "GetResourcesInput":{
122
225
  "type":"structure",
123
226
  "members":{
@@ -125,7 +228,9 @@
125
228
  "TagFilters":{"shape":"TagFilterList"},
126
229
  "ResourcesPerPage":{"shape":"ResourcesPerPage"},
127
230
  "TagsPerPage":{"shape":"TagsPerPage"},
128
- "ResourceTypeFilters":{"shape":"ResourceTypeFilterList"}
231
+ "ResourceTypeFilters":{"shape":"ResourceTypeFilterList"},
232
+ "IncludeComplianceDetails":{"shape":"IncludeComplianceDetails"},
233
+ "ExcludeCompliantResources":{"shape":"ExcludeCompliantResources"}
129
234
  }
130
235
  },
131
236
  "GetResourcesOutput":{
@@ -163,6 +268,19 @@
163
268
  "TagValues":{"shape":"TagValuesOutputList"}
164
269
  }
165
270
  },
271
+ "GroupBy":{
272
+ "type":"list",
273
+ "member":{"shape":"GroupByAttribute"}
274
+ },
275
+ "GroupByAttribute":{
276
+ "type":"string",
277
+ "enum":[
278
+ "TARGET_ID",
279
+ "REGION",
280
+ "RESOURCE_TYPE"
281
+ ]
282
+ },
283
+ "IncludeComplianceDetails":{"type":"boolean"},
166
284
  "InternalServiceException":{
167
285
  "type":"structure",
168
286
  "members":{
@@ -178,10 +296,18 @@
178
296
  },
179
297
  "exception":true
180
298
  },
299
+ "LastUpdated":{"type":"string"},
300
+ "MaxResultsGetComplianceSummary":{
301
+ "type":"integer",
302
+ "max":1000,
303
+ "min":1
304
+ },
305
+ "NonCompliantResources":{"type":"long"},
181
306
  "PaginationToken":{
182
307
  "type":"string",
183
308
  "max":2048,
184
- "min":0
309
+ "min":0,
310
+ "pattern":"[\\s\\S]*"
185
311
  },
186
312
  "PaginationTokenExpiredException":{
187
313
  "type":"structure",
@@ -190,11 +316,24 @@
190
316
  },
191
317
  "exception":true
192
318
  },
193
- "ResourceARN":{
319
+ "Region":{
194
320
  "type":"string",
195
- "max":1600,
321
+ "max":256,
322
+ "min":1,
323
+ "pattern":"[\\s\\S]*"
324
+ },
325
+ "RegionFilterList":{
326
+ "type":"list",
327
+ "member":{"shape":"Region"},
328
+ "max":100,
196
329
  "min":1
197
330
  },
331
+ "ResourceARN":{
332
+ "type":"string",
333
+ "max":1011,
334
+ "min":1,
335
+ "pattern":"[\\s\\S]*"
336
+ },
198
337
  "ResourceARNList":{
199
338
  "type":"list",
200
339
  "member":{"shape":"ResourceARN"},
@@ -205,7 +344,8 @@
205
344
  "type":"structure",
206
345
  "members":{
207
346
  "ResourceARN":{"shape":"ResourceARN"},
208
- "Tags":{"shape":"TagList"}
347
+ "Tags":{"shape":"TagList"},
348
+ "ComplianceDetails":{"shape":"ComplianceDetails"}
209
349
  }
210
350
  },
211
351
  "ResourceTagMappingList":{
@@ -217,7 +357,42 @@
217
357
  "member":{"shape":"AmazonResourceType"}
218
358
  },
219
359
  "ResourcesPerPage":{"type":"integer"},
360
+ "S3Bucket":{
361
+ "type":"string",
362
+ "max":63,
363
+ "min":3,
364
+ "pattern":"[\\s\\S]*"
365
+ },
366
+ "S3Location":{"type":"string"},
367
+ "StartReportCreationInput":{
368
+ "type":"structure",
369
+ "required":["S3Bucket"],
370
+ "members":{
371
+ "S3Bucket":{"shape":"S3Bucket"}
372
+ }
373
+ },
374
+ "StartReportCreationOutput":{
375
+ "type":"structure",
376
+ "members":{
377
+ }
378
+ },
379
+ "Status":{"type":"string"},
220
380
  "StatusCode":{"type":"integer"},
381
+ "Summary":{
382
+ "type":"structure",
383
+ "members":{
384
+ "LastUpdated":{"shape":"LastUpdated"},
385
+ "TargetId":{"shape":"TargetId"},
386
+ "TargetIdType":{"shape":"TargetIdType"},
387
+ "Region":{"shape":"Region"},
388
+ "ResourceType":{"shape":"AmazonResourceType"},
389
+ "NonCompliantResources":{"shape":"NonCompliantResources"}
390
+ }
391
+ },
392
+ "SummaryList":{
393
+ "type":"list",
394
+ "member":{"shape":"Summary"}
395
+ },
221
396
  "Tag":{
222
397
  "type":"structure",
223
398
  "required":[
@@ -245,6 +420,13 @@
245
420
  "TagKey":{
246
421
  "type":"string",
247
422
  "max":128,
423
+ "min":1,
424
+ "pattern":"[\\s\\S]*"
425
+ },
426
+ "TagKeyFilterList":{
427
+ "type":"list",
428
+ "member":{"shape":"TagKey"},
429
+ "max":50,
248
430
  "min":1
249
431
  },
250
432
  "TagKeyList":{
@@ -288,7 +470,8 @@
288
470
  "TagValue":{
289
471
  "type":"string",
290
472
  "max":256,
291
- "min":0
473
+ "min":0,
474
+ "pattern":"[\\s\\S]*"
292
475
  },
293
476
  "TagValueList":{
294
477
  "type":"list",
@@ -301,6 +484,26 @@
301
484
  "member":{"shape":"TagValue"}
302
485
  },
303
486
  "TagsPerPage":{"type":"integer"},
487
+ "TargetId":{
488
+ "type":"string",
489
+ "max":68,
490
+ "min":6,
491
+ "pattern":"[\\s\\S]*"
492
+ },
493
+ "TargetIdFilterList":{
494
+ "type":"list",
495
+ "member":{"shape":"TargetId"},
496
+ "max":100,
497
+ "min":1
498
+ },
499
+ "TargetIdType":{
500
+ "type":"string",
501
+ "enum":[
502
+ "ACCOUNT",
503
+ "OU",
504
+ "ROOT"
505
+ ]
506
+ },
304
507
  "ThrottledException":{
305
508
  "type":"structure",
306
509
  "members":{