aws-sdk-core 2.11.300 → 2.11.301

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,19 @@
1
+ {
2
+ "pagination": {
3
+ "ListApplications": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults"
7
+ },
8
+ "ListComponents": {
9
+ "input_token": "NextToken",
10
+ "output_token": "NextToken",
11
+ "limit_key": "MaxResults"
12
+ },
13
+ "ListProblems": {
14
+ "input_token": "NextToken",
15
+ "output_token": "NextToken",
16
+ "limit_key": "MaxResults"
17
+ }
18
+ }
19
+ }
@@ -1675,7 +1675,9 @@
1675
1675
  "HTTP",
1676
1676
  "HTTPS",
1677
1677
  "TCP",
1678
- "TLS"
1678
+ "TLS",
1679
+ "UDP",
1680
+ "TCP_UDP"
1679
1681
  ]
1680
1682
  },
1681
1683
  "QueryStringConditionConfig":{
@@ -22,6 +22,7 @@
22
22
  "output":{"shape":"CreateBackupResponse"},
23
23
  "errors":[
24
24
  {"shape":"BadRequest"},
25
+ {"shape":"UnsupportedOperation"},
25
26
  {"shape":"FileSystemNotFound"},
26
27
  {"shape":"BackupInProgress"},
27
28
  {"shape":"IncompatibleParameterError"},
@@ -193,6 +194,7 @@
193
194
  "output":{"shape":"UpdateFileSystemResponse"},
194
195
  "errors":[
195
196
  {"shape":"BadRequest"},
197
+ {"shape":"UnsupportedOperation"},
196
198
  {"shape":"IncompatibleParameterError"},
197
199
  {"shape":"InternalServerError"},
198
200
  {"shape":"FileSystemNotFound"},
@@ -207,6 +209,13 @@
207
209
  "min":12,
208
210
  "pattern":"^\\d{12}$"
209
211
  },
212
+ "ActiveDirectoryBackupAttributes":{
213
+ "type":"structure",
214
+ "members":{
215
+ "DomainName":{"shape":"ActiveDirectoryFullyQualifiedName"},
216
+ "ActiveDirectoryId":{"shape":"DirectoryId"}
217
+ }
218
+ },
210
219
  "ActiveDirectoryError":{
211
220
  "type":"structure",
212
221
  "required":["ActiveDirectoryId"],
@@ -226,6 +235,7 @@
226
235
  "INVALID_DOMAIN_STAGE"
227
236
  ]
228
237
  },
238
+ "ActiveDirectoryFullyQualifiedName":{"type":"string"},
229
239
  "ArchivePath":{
230
240
  "type":"string",
231
241
  "max":900,
@@ -255,7 +265,8 @@
255
265
  "KmsKeyId":{"shape":"KmsKeyId"},
256
266
  "ResourceARN":{"shape":"ResourceARN"},
257
267
  "Tags":{"shape":"Tags"},
258
- "FileSystem":{"shape":"FileSystem"}
268
+ "FileSystem":{"shape":"FileSystem"},
269
+ "DirectoryInformation":{"shape":"ActiveDirectoryBackupAttributes"}
259
270
  }
260
271
  },
261
272
  "BackupFailureDetails":{
@@ -329,7 +340,7 @@
329
340
  "type":"string",
330
341
  "max":255,
331
342
  "min":1,
332
- "pattern":"[A-za-z0-9_/.-]{0,255}$"
343
+ "pattern":"[A-za-z0-9_.-]{0,255}$"
333
344
  },
334
345
  "CreateBackupRequest":{
335
346
  "type":"structure",
@@ -415,6 +426,7 @@
415
426
  "required":["ThroughputCapacity"],
416
427
  "members":{
417
428
  "ActiveDirectoryId":{"shape":"DirectoryId"},
429
+ "SelfManagedActiveDirectoryConfiguration":{"shape":"SelfManagedActiveDirectoryConfiguration"},
418
430
  "ThroughputCapacity":{"shape":"MegabytesPerSecond"},
419
431
  "WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"},
420
432
  "DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
@@ -532,6 +544,23 @@
532
544
  "min":12,
533
545
  "pattern":"^d-[0-9a-f]{10}$"
534
546
  },
547
+ "DirectoryPassword":{
548
+ "type":"string",
549
+ "max":256,
550
+ "min":1,
551
+ "sensitive":true
552
+ },
553
+ "DirectoryUserName":{
554
+ "type":"string",
555
+ "max":256,
556
+ "min":1
557
+ },
558
+ "DnsIps":{
559
+ "type":"list",
560
+ "member":{"shape":"IpAddress"},
561
+ "max":2,
562
+ "min":1
563
+ },
535
564
  "ErrorMessage":{
536
565
  "type":"string",
537
566
  "max":256,
@@ -558,6 +587,11 @@
558
587
  "LustreConfiguration":{"shape":"LustreFileSystemConfiguration"}
559
588
  }
560
589
  },
590
+ "FileSystemAdministratorsGroupName":{
591
+ "type":"string",
592
+ "max":256,
593
+ "min":1
594
+ },
561
595
  "FileSystemFailureDetails":{
562
596
  "type":"structure",
563
597
  "members":{
@@ -581,7 +615,9 @@
581
615
  "AVAILABLE",
582
616
  "CREATING",
583
617
  "FAILED",
584
- "DELETING"
618
+ "DELETING",
619
+ "MISCONFIGURED",
620
+ "UPDATING"
585
621
  ]
586
622
  },
587
623
  "FileSystemMaintenanceOperation":{
@@ -686,6 +722,10 @@
686
722
  },
687
723
  "exception":true
688
724
  },
725
+ "IpAddress":{
726
+ "type":"string",
727
+ "pattern":"^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])$"
728
+ },
689
729
  "KmsKeyId":{
690
730
  "type":"string",
691
731
  "max":2048,
@@ -762,6 +802,11 @@
762
802
  },
763
803
  "exception":true
764
804
  },
805
+ "OrganizationalUnitDistinguishedName":{
806
+ "type":"string",
807
+ "max":2000,
808
+ "min":1
809
+ },
765
810
  "Parameter":{
766
811
  "type":"string",
767
812
  "min":1
@@ -806,6 +851,41 @@
806
851
  "member":{"shape":"SecurityGroupId"},
807
852
  "max":50
808
853
  },
854
+ "SelfManagedActiveDirectoryAttributes":{
855
+ "type":"structure",
856
+ "members":{
857
+ "DomainName":{"shape":"ActiveDirectoryFullyQualifiedName"},
858
+ "OrganizationalUnitDistinguishedName":{"shape":"OrganizationalUnitDistinguishedName"},
859
+ "FileSystemAdministratorsGroup":{"shape":"FileSystemAdministratorsGroupName"},
860
+ "UserName":{"shape":"DirectoryUserName"},
861
+ "DnsIps":{"shape":"DnsIps"}
862
+ }
863
+ },
864
+ "SelfManagedActiveDirectoryConfiguration":{
865
+ "type":"structure",
866
+ "required":[
867
+ "DomainName",
868
+ "UserName",
869
+ "Password",
870
+ "DnsIps"
871
+ ],
872
+ "members":{
873
+ "DomainName":{"shape":"ActiveDirectoryFullyQualifiedName"},
874
+ "OrganizationalUnitDistinguishedName":{"shape":"OrganizationalUnitDistinguishedName"},
875
+ "FileSystemAdministratorsGroup":{"shape":"FileSystemAdministratorsGroupName"},
876
+ "UserName":{"shape":"DirectoryUserName"},
877
+ "Password":{"shape":"DirectoryPassword"},
878
+ "DnsIps":{"shape":"DnsIps"}
879
+ }
880
+ },
881
+ "SelfManagedActiveDirectoryConfigurationUpdates":{
882
+ "type":"structure",
883
+ "members":{
884
+ "UserName":{"shape":"DirectoryUserName"},
885
+ "Password":{"shape":"DirectoryPassword"},
886
+ "DnsIps":{"shape":"DnsIps"}
887
+ }
888
+ },
809
889
  "ServiceLimit":{
810
890
  "type":"string",
811
891
  "enum":[
@@ -884,6 +964,13 @@
884
964
  "max":50,
885
965
  "min":1
886
966
  },
967
+ "UnsupportedOperation":{
968
+ "type":"structure",
969
+ "members":{
970
+ "Message":{"shape":"ErrorMessage"}
971
+ },
972
+ "exception":true
973
+ },
887
974
  "UntagResourceRequest":{
888
975
  "type":"structure",
889
976
  "required":[
@@ -930,7 +1017,8 @@
930
1017
  "members":{
931
1018
  "WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"},
932
1019
  "DailyAutomaticBackupStartTime":{"shape":"DailyTime"},
933
- "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"}
1020
+ "AutomaticBackupRetentionDays":{"shape":"AutomaticBackupRetentionDays"},
1021
+ "SelfManagedActiveDirectoryConfiguration":{"shape":"SelfManagedActiveDirectoryConfigurationUpdates"}
934
1022
  }
935
1023
  },
936
1024
  "VpcId":{
@@ -949,6 +1037,7 @@
949
1037
  "type":"structure",
950
1038
  "members":{
951
1039
  "ActiveDirectoryId":{"shape":"DirectoryId"},
1040
+ "SelfManagedActiveDirectoryConfiguration":{"shape":"SelfManagedActiveDirectoryAttributes"},
952
1041
  "ThroughputCapacity":{"shape":"MegabytesPerSecond"},
953
1042
  "MaintenanceOperationsInProgress":{"shape":"FileSystemMaintenanceOperations"},
954
1043
  "WeeklyMaintenanceStartTime":{"shape":"WeeklyTime"},
@@ -12,100 +12,6 @@
12
12
  "uid":"resourcegroupstaggingapi-2017-01-26"
13
13
  },
14
14
  "operations":{
15
- "DeleteTagPolicy":{
16
- "name":"DeleteTagPolicy",
17
- "http":{
18
- "method":"POST",
19
- "requestUri":"/"
20
- },
21
- "input":{"shape":"DeleteTagPolicyInput"},
22
- "output":{"shape":"DeleteTagPolicyOutput"},
23
- "errors":[
24
- {"shape":"ConcurrentModificationException"},
25
- {"shape":"ConstraintViolationException"},
26
- {"shape":"InvalidParameterException"},
27
- {"shape":"ThrottledException"},
28
- {"shape":"InternalServiceException"}
29
- ]
30
- },
31
- "DescribeReportCreation":{
32
- "name":"DescribeReportCreation",
33
- "http":{
34
- "method":"POST",
35
- "requestUri":"/"
36
- },
37
- "input":{"shape":"DescribeReportCreationInput"},
38
- "output":{"shape":"DescribeReportCreationOutput"},
39
- "errors":[
40
- {"shape":"ConstraintViolationException"},
41
- {"shape":"InternalServiceException"},
42
- {"shape":"InvalidParameterException"},
43
- {"shape":"ThrottledException"}
44
- ]
45
- },
46
- "DisableTagPolicies":{
47
- "name":"DisableTagPolicies",
48
- "http":{
49
- "method":"POST",
50
- "requestUri":"/"
51
- },
52
- "input":{"shape":"DisableTagPoliciesInput"},
53
- "output":{"shape":"DisableTagPoliciesOutput"},
54
- "errors":[
55
- {"shape":"ConcurrentModificationException"},
56
- {"shape":"ConstraintViolationException"},
57
- {"shape":"InvalidParameterException"},
58
- {"shape":"ThrottledException"},
59
- {"shape":"InternalServiceException"}
60
- ]
61
- },
62
- "EnableTagPolicies":{
63
- "name":"EnableTagPolicies",
64
- "http":{
65
- "method":"POST",
66
- "requestUri":"/"
67
- },
68
- "input":{"shape":"EnableTagPoliciesInput"},
69
- "output":{"shape":"EnableTagPoliciesOutput"},
70
- "errors":[
71
- {"shape":"ConcurrentModificationException"},
72
- {"shape":"ConstraintViolationException"},
73
- {"shape":"InvalidParameterException"},
74
- {"shape":"ThrottledException"},
75
- {"shape":"InternalServiceException"}
76
- ]
77
- },
78
- "GetComplianceSummary":{
79
- "name":"GetComplianceSummary",
80
- "http":{
81
- "method":"POST",
82
- "requestUri":"/"
83
- },
84
- "input":{"shape":"GetComplianceSummaryInput"},
85
- "output":{"shape":"GetComplianceSummaryOutput"},
86
- "errors":[
87
- {"shape":"ConstraintViolationException"},
88
- {"shape":"InternalServiceException"},
89
- {"shape":"InvalidParameterException"},
90
- {"shape":"ThrottledException"}
91
- ]
92
- },
93
- "GetEffectiveTagPolicy":{
94
- "name":"GetEffectiveTagPolicy",
95
- "http":{
96
- "method":"POST",
97
- "requestUri":"/"
98
- },
99
- "input":{"shape":"GetEffectiveTagPolicyInput"},
100
- "output":{"shape":"GetEffectiveTagPolicyOutput"},
101
- "errors":[
102
- {"shape":"ConcurrentModificationException"},
103
- {"shape":"ConstraintViolationException"},
104
- {"shape":"InvalidParameterException"},
105
- {"shape":"ThrottledException"},
106
- {"shape":"InternalServiceException"}
107
- ]
108
- },
109
15
  "GetResources":{
110
16
  "name":"GetResources",
111
17
  "http":{
@@ -136,21 +42,6 @@
136
42
  {"shape":"PaginationTokenExpiredException"}
137
43
  ]
138
44
  },
139
- "GetTagPolicy":{
140
- "name":"GetTagPolicy",
141
- "http":{
142
- "method":"POST",
143
- "requestUri":"/"
144
- },
145
- "input":{"shape":"GetTagPolicyInput"},
146
- "output":{"shape":"GetTagPolicyOutput"},
147
- "errors":[
148
- {"shape":"ConstraintViolationException"},
149
- {"shape":"InvalidParameterException"},
150
- {"shape":"ThrottledException"},
151
- {"shape":"InternalServiceException"}
152
- ]
153
- },
154
45
  "GetTagValues":{
155
46
  "name":"GetTagValues",
156
47
  "http":{
@@ -166,38 +57,6 @@
166
57
  {"shape":"PaginationTokenExpiredException"}
167
58
  ]
168
59
  },
169
- "PutTagPolicy":{
170
- "name":"PutTagPolicy",
171
- "http":{
172
- "method":"POST",
173
- "requestUri":"/"
174
- },
175
- "input":{"shape":"PutTagPolicyInput"},
176
- "output":{"shape":"PutTagPolicyOutput"},
177
- "errors":[
178
- {"shape":"ConcurrentModificationException"},
179
- {"shape":"ConstraintViolationException"},
180
- {"shape":"InvalidParameterException"},
181
- {"shape":"ThrottledException"},
182
- {"shape":"InternalServiceException"}
183
- ]
184
- },
185
- "StartReportCreation":{
186
- "name":"StartReportCreation",
187
- "http":{
188
- "method":"POST",
189
- "requestUri":"/"
190
- },
191
- "input":{"shape":"StartReportCreationInput"},
192
- "output":{"shape":"StartReportCreationOutput"},
193
- "errors":[
194
- {"shape":"ConcurrentModificationException"},
195
- {"shape":"ConstraintViolationException"},
196
- {"shape":"InternalServiceException"},
197
- {"shape":"InvalidParameterException"},
198
- {"shape":"ThrottledException"}
199
- ]
200
- },
201
60
  "TagResources":{
202
61
  "name":"TagResources",
203
62
  "http":{
@@ -233,77 +92,6 @@
233
92
  "max":256,
234
93
  "min":0
235
94
  },
236
- "ComplianceDetails":{
237
- "type":"structure",
238
- "members":{
239
- "MissingKeys":{"shape":"TagKeyList"},
240
- "InvalidKeys":{"shape":"TagKeyList"},
241
- "InvalidValues":{"shape":"TagKeyList"},
242
- "ComplianceStatus":{"shape":"ComplianceStatus"}
243
- }
244
- },
245
- "ComplianceStatus":{"type":"boolean"},
246
- "ConcurrentModificationException":{
247
- "type":"structure",
248
- "members":{
249
- "Message":{"shape":"ExceptionMessage"}
250
- },
251
- "exception":true
252
- },
253
- "ConstraintViolationException":{
254
- "type":"structure",
255
- "members":{
256
- "Message":{"shape":"ExceptionMessage"}
257
- },
258
- "exception":true
259
- },
260
- "DeleteTagPolicyInput":{
261
- "type":"structure",
262
- "required":["TargetId"],
263
- "members":{
264
- "TargetId":{"shape":"TargetId"}
265
- }
266
- },
267
- "DeleteTagPolicyOutput":{
268
- "type":"structure",
269
- "members":{
270
- }
271
- },
272
- "DescribeReportCreationInput":{
273
- "type":"structure",
274
- "members":{
275
- }
276
- },
277
- "DescribeReportCreationOutput":{
278
- "type":"structure",
279
- "members":{
280
- "Status":{"shape":"Status"},
281
- "S3Location":{"shape":"S3Location"},
282
- "ErrorMessage":{"shape":"ErrorMessage"}
283
- }
284
- },
285
- "DisableTagPoliciesInput":{
286
- "type":"structure",
287
- "members":{
288
- }
289
- },
290
- "DisableTagPoliciesOutput":{
291
- "type":"structure",
292
- "members":{
293
- }
294
- },
295
- "EnableTagPoliciesInput":{
296
- "type":"structure",
297
- "required":["RootId"],
298
- "members":{
299
- "RootId":{"shape":"RootId"}
300
- }
301
- },
302
- "EnableTagPoliciesOutput":{
303
- "type":"structure",
304
- "members":{
305
- }
306
- },
307
95
  "ErrorCode":{
308
96
  "type":"string",
309
97
  "enum":[
@@ -317,7 +105,6 @@
317
105
  "max":2048,
318
106
  "min":0
319
107
  },
320
- "ExcludeCompliantResources":{"type":"boolean"},
321
108
  "FailedResourcesMap":{
322
109
  "type":"map",
323
110
  "key":{"shape":"ResourceARN"},
@@ -331,38 +118,6 @@
331
118
  "ErrorMessage":{"shape":"ErrorMessage"}
332
119
  }
333
120
  },
334
- "GetComplianceSummaryInput":{
335
- "type":"structure",
336
- "members":{
337
- "TargetIdFilters":{"shape":"TargetIdFilterList"},
338
- "RegionFilters":{"shape":"RegionFilterList"},
339
- "ResourceTypeFilters":{"shape":"ResourceTypeFilterList"},
340
- "TagKeyFilters":{"shape":"TagKeyFilterList"},
341
- "GroupBy":{"shape":"GroupBy"},
342
- "MaxResults":{"shape":"MaxResultsGetComplianceSummary"},
343
- "PaginationToken":{"shape":"PaginationToken"}
344
- }
345
- },
346
- "GetComplianceSummaryOutput":{
347
- "type":"structure",
348
- "members":{
349
- "SummaryList":{"shape":"SummaryList"},
350
- "PaginationToken":{"shape":"PaginationToken"}
351
- }
352
- },
353
- "GetEffectiveTagPolicyInput":{
354
- "type":"structure",
355
- "members":{
356
- "TargetId":{"shape":"TargetId"}
357
- }
358
- },
359
- "GetEffectiveTagPolicyOutput":{
360
- "type":"structure",
361
- "members":{
362
- "Policy":{"shape":"Policy"},
363
- "LastUpdated":{"shape":"LastUpdated"}
364
- }
365
- },
366
121
  "GetResourcesInput":{
367
122
  "type":"structure",
368
123
  "members":{
@@ -370,10 +125,7 @@
370
125
  "TagFilters":{"shape":"TagFilterList"},
371
126
  "ResourcesPerPage":{"shape":"ResourcesPerPage"},
372
127
  "TagsPerPage":{"shape":"TagsPerPage"},
373
- "ResourceTypeFilters":{"shape":"ResourceTypeFilterList"},
374
- "IncludeComplianceDetails":{"shape":"IncludeComplianceDetails"},
375
- "ExcludeCompliantResources":{"shape":"ExcludeCompliantResources"},
376
- "Policy":{"shape":"Policy"}
128
+ "ResourceTypeFilters":{"shape":"ResourceTypeFilterList"}
377
129
  }
378
130
  },
379
131
  "GetResourcesOutput":{
@@ -386,8 +138,7 @@
386
138
  "GetTagKeysInput":{
387
139
  "type":"structure",
388
140
  "members":{
389
- "PaginationToken":{"shape":"PaginationToken"},
390
- "MaxResults":{"shape":"MaxResultTagsDS1"}
141
+ "PaginationToken":{"shape":"PaginationToken"}
391
142
  }
392
143
  },
393
144
  "GetTagKeysOutput":{
@@ -397,27 +148,12 @@
397
148
  "TagKeys":{"shape":"TagKeyList"}
398
149
  }
399
150
  },
400
- "GetTagPolicyInput":{
401
- "type":"structure",
402
- "required":["TargetId"],
403
- "members":{
404
- "TargetId":{"shape":"TargetId"}
405
- }
406
- },
407
- "GetTagPolicyOutput":{
408
- "type":"structure",
409
- "members":{
410
- "Policy":{"shape":"Policy"},
411
- "LastUpdated":{"shape":"LastUpdated"}
412
- }
413
- },
414
151
  "GetTagValuesInput":{
415
152
  "type":"structure",
416
153
  "required":["Key"],
417
154
  "members":{
418
155
  "PaginationToken":{"shape":"PaginationToken"},
419
- "Key":{"shape":"TagKey"},
420
- "MaxResults":{"shape":"MaxResultTagsDS1"}
156
+ "Key":{"shape":"TagKey"}
421
157
  }
422
158
  },
423
159
  "GetTagValuesOutput":{
@@ -427,19 +163,6 @@
427
163
  "TagValues":{"shape":"TagValuesOutputList"}
428
164
  }
429
165
  },
430
- "GroupBy":{
431
- "type":"list",
432
- "member":{"shape":"GroupByAttribute"}
433
- },
434
- "GroupByAttribute":{
435
- "type":"string",
436
- "enum":[
437
- "TARGET_ID",
438
- "REGION",
439
- "RESOURCE_TYPE"
440
- ]
441
- },
442
- "IncludeComplianceDetails":{"type":"boolean"},
443
166
  "InternalServiceException":{
444
167
  "type":"structure",
445
168
  "members":{
@@ -455,21 +178,6 @@
455
178
  },
456
179
  "exception":true
457
180
  },
458
- "LastUpdated":{
459
- "type":"timestamp",
460
- "timestampFormat":"iso8601"
461
- },
462
- "MaxResultTagsDS1":{
463
- "type":"integer",
464
- "max":50,
465
- "min":1
466
- },
467
- "MaxResultsGetComplianceSummary":{
468
- "type":"integer",
469
- "max":1000,
470
- "min":1
471
- },
472
- "NonCompliantResources":{"type":"long"},
473
181
  "PaginationToken":{
474
182
  "type":"string",
475
183
  "max":2048,
@@ -482,37 +190,9 @@
482
190
  },
483
191
  "exception":true
484
192
  },
485
- "Policy":{
486
- "type":"string",
487
- "max":5000,
488
- "min":34
489
- },
490
- "PutTagPolicyInput":{
491
- "type":"structure",
492
- "required":[
493
- "TargetId",
494
- "Policy"
495
- ],
496
- "members":{
497
- "TargetId":{"shape":"TargetId"},
498
- "Policy":{"shape":"Policy"}
499
- }
500
- },
501
- "PutTagPolicyOutput":{
502
- "type":"structure",
503
- "members":{
504
- }
505
- },
506
- "Region":{"type":"string"},
507
- "RegionFilterList":{
508
- "type":"list",
509
- "member":{"shape":"Region"},
510
- "max":100,
511
- "min":1
512
- },
513
193
  "ResourceARN":{
514
194
  "type":"string",
515
- "max":1011,
195
+ "max":1600,
516
196
  "min":1
517
197
  },
518
198
  "ResourceARNList":{
@@ -525,8 +205,7 @@
525
205
  "type":"structure",
526
206
  "members":{
527
207
  "ResourceARN":{"shape":"ResourceARN"},
528
- "Tags":{"shape":"TagList"},
529
- "ComplianceDetails":{"shape":"ComplianceDetails"}
208
+ "Tags":{"shape":"TagList"}
530
209
  }
531
210
  },
532
211
  "ResourceTagMappingList":{
@@ -538,42 +217,7 @@
538
217
  "member":{"shape":"AmazonResourceType"}
539
218
  },
540
219
  "ResourcesPerPage":{"type":"integer"},
541
- "RootId":{
542
- "type":"string",
543
- "max":34,
544
- "min":6,
545
- "pattern":"r-.*"
546
- },
547
- "S3Bucket":{"type":"string"},
548
- "S3Location":{"type":"string"},
549
- "StartReportCreationInput":{
550
- "type":"structure",
551
- "required":["S3Bucket"],
552
- "members":{
553
- "S3Bucket":{"shape":"S3Bucket"}
554
- }
555
- },
556
- "StartReportCreationOutput":{
557
- "type":"structure",
558
- "members":{
559
- }
560
- },
561
- "Status":{"type":"string"},
562
220
  "StatusCode":{"type":"integer"},
563
- "Summary":{
564
- "type":"structure",
565
- "members":{
566
- "LastUpdated":{"shape":"LastUpdated"},
567
- "TargetId":{"shape":"TargetId"},
568
- "Region":{"shape":"Region"},
569
- "ResourceType":{"shape":"AmazonResourceType"},
570
- "NonCompliantResources":{"shape":"NonCompliantResources"}
571
- }
572
- },
573
- "SummaryList":{
574
- "type":"list",
575
- "member":{"shape":"Summary"}
576
- },
577
221
  "Tag":{
578
222
  "type":"structure",
579
223
  "required":[
@@ -603,12 +247,6 @@
603
247
  "max":128,
604
248
  "min":1
605
249
  },
606
- "TagKeyFilterList":{
607
- "type":"list",
608
- "member":{"shape":"TagKey"},
609
- "max":50,
610
- "min":1
611
- },
612
250
  "TagKeyList":{
613
251
  "type":"list",
614
252
  "member":{"shape":"TagKey"}
@@ -663,17 +301,6 @@
663
301
  "member":{"shape":"TagValue"}
664
302
  },
665
303
  "TagsPerPage":{"type":"integer"},
666
- "TargetId":{
667
- "type":"string",
668
- "max":68,
669
- "min":6
670
- },
671
- "TargetIdFilterList":{
672
- "type":"list",
673
- "member":{"shape":"TargetId"},
674
- "max":100,
675
- "min":1
676
- },
677
304
  "ThrottledException":{
678
305
  "type":"structure",
679
306
  "members":{