aws-sdk-core 2.11.625 → 2.11.630

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/apis/backup/2018-11-15/api-2.json +54 -0
  3. data/apis/chime/2018-05-01/api-2.json +637 -1
  4. data/apis/cloudformation/2010-05-15/api-2.json +18 -5
  5. data/apis/codebuild/2016-10-06/api-2.json +9 -1
  6. data/apis/codepipeline/2015-07-09/api-2.json +13 -1
  7. data/apis/connect/2017-08-08/api-2.json +183 -0
  8. data/apis/dms/2016-01-01/api-2.json +35 -2
  9. data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +9 -4
  10. data/apis/fms/2018-01-01/api-2.json +106 -5
  11. data/apis/iot/2015-05-28/api-2.json +5 -1
  12. data/apis/iotsecuretunneling/2018-10-05/api-2.json +2 -6
  13. data/apis/iotsitewise/2019-12-02/api-2.json +45 -2
  14. data/apis/lex-models/2017-04-19/api-2.json +5 -1
  15. data/apis/lightsail/2016-11-28/api-2.json +688 -1
  16. data/apis/macie2/2020-01-01/api-2.json +24 -0
  17. data/apis/network-firewall/2020-11-12/api-2.json +1884 -0
  18. data/apis/network-firewall/2020-11-12/examples-1.json +5 -0
  19. data/apis/network-firewall/2020-11-12/paginators-1.json +28 -0
  20. data/apis/outposts/2019-12-03/api-2.json +4 -1
  21. data/apis/personalize-runtime/2018-05-22/api-2.json +20 -2
  22. data/apis/polly/2016-06-10/api-2.json +7 -4
  23. data/apis/quicksight/2018-04-01/api-2.json +7 -2
  24. data/apis/rds/2014-10-31/api-2.json +4 -2
  25. data/apis/robomaker/2018-06-29/api-2.json +6 -3
  26. data/apis/s3control/2018-08-20/api-2.json +501 -0
  27. data/apis/sagemaker/2017-07-24/api-2.json +13 -3
  28. data/apis/servicecatalog-appregistry/2020-06-24/api-2.json +857 -0
  29. data/apis/servicecatalog-appregistry/2020-06-24/examples-1.json +5 -0
  30. data/apis/servicecatalog-appregistry/2020-06-24/paginators-1.json +28 -0
  31. data/apis/servicecatalog/2015-12-10/api-2.json +45 -1
  32. data/apis/shield/2016-06-02/api-2.json +378 -4
  33. data/apis/shield/2016-06-02/paginators-1.json +10 -0
  34. data/apis/synthetics/2017-10-11/api-2.json +12 -1
  35. data/apis/textract/2018-06-27/api-2.json +26 -2
  36. data/endpoints.json +31 -2
  37. data/lib/aws-sdk-core.rb +2 -0
  38. data/lib/aws-sdk-core/appregistry.rb +6 -0
  39. data/lib/aws-sdk-core/networkfirewall.rb +6 -0
  40. data/lib/aws-sdk-core/version.rb +1 -1
  41. data/service-models.json +8 -0
  42. metadata +10 -2
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,28 @@
1
+ {
2
+ "pagination": {
3
+ "ListFirewallPolicies": {
4
+ "input_token": "NextToken",
5
+ "output_token": "NextToken",
6
+ "limit_key": "MaxResults",
7
+ "result_key": "FirewallPolicies"
8
+ },
9
+ "ListFirewalls": {
10
+ "input_token": "NextToken",
11
+ "output_token": "NextToken",
12
+ "limit_key": "MaxResults",
13
+ "result_key": "Firewalls"
14
+ },
15
+ "ListRuleGroups": {
16
+ "input_token": "NextToken",
17
+ "output_token": "NextToken",
18
+ "limit_key": "MaxResults",
19
+ "result_key": "RuleGroups"
20
+ },
21
+ "ListTagsForResource": {
22
+ "input_token": "NextToken",
23
+ "output_token": "NextToken",
24
+ "limit_key": "MaxResults",
25
+ "result_key": "Tags"
26
+ }
27
+ }
28
+ }
@@ -146,7 +146,10 @@
146
146
  },
147
147
  "CreateOutpostInput":{
148
148
  "type":"structure",
149
- "required":["SiteId"],
149
+ "required":[
150
+ "Name",
151
+ "SiteId"
152
+ ],
150
153
  "members":{
151
154
  "Name":{"shape":"OutpostName"},
152
155
  "Description":{"shape":"OutpostDescription"},
@@ -64,6 +64,22 @@
64
64
  "max":150
65
65
  },
66
66
  "ErrorMessage":{"type":"string"},
67
+ "FilterAttributeName":{
68
+ "type":"string",
69
+ "max":50,
70
+ "pattern":"[A-Za-z0-9]+"
71
+ },
72
+ "FilterAttributeValue":{
73
+ "type":"string",
74
+ "max":1000,
75
+ "sensitive":true
76
+ },
77
+ "FilterValues":{
78
+ "type":"map",
79
+ "key":{"shape":"FilterAttributeName"},
80
+ "value":{"shape":"FilterAttributeValue"},
81
+ "max":25
82
+ },
67
83
  "GetPersonalizedRankingRequest":{
68
84
  "type":"structure",
69
85
  "required":[
@@ -76,7 +92,8 @@
76
92
  "inputList":{"shape":"InputList"},
77
93
  "userId":{"shape":"UserID"},
78
94
  "context":{"shape":"Context"},
79
- "filterArn":{"shape":"Arn"}
95
+ "filterArn":{"shape":"Arn"},
96
+ "filterValues":{"shape":"FilterValues"}
80
97
  }
81
98
  },
82
99
  "GetPersonalizedRankingResponse":{
@@ -95,7 +112,8 @@
95
112
  "userId":{"shape":"UserID"},
96
113
  "numResults":{"shape":"NumResults"},
97
114
  "context":{"shape":"Context"},
98
- "filterArn":{"shape":"Arn"}
115
+ "filterArn":{"shape":"Arn"},
116
+ "filterValues":{"shape":"FilterValues"}
99
117
  }
100
118
  },
101
119
  "GetRecommendationsResponse":{
@@ -411,7 +411,10 @@
411
411
  "Size":{"shape":"Size"}
412
412
  }
413
413
  },
414
- "LexiconContent":{"type":"string"},
414
+ "LexiconContent":{
415
+ "type":"string",
416
+ "sensitive":true
417
+ },
415
418
  "LexiconDescription":{
416
419
  "type":"structure",
417
420
  "members":{
@@ -425,8 +428,7 @@
425
428
  },
426
429
  "LexiconName":{
427
430
  "type":"string",
428
- "pattern":"[0-9A-Za-z]{1,20}",
429
- "sensitive":true
431
+ "pattern":"[0-9A-Za-z]{1,20}"
430
432
  },
431
433
  "LexiconNameList":{
432
434
  "type":"list",
@@ -542,7 +544,7 @@
542
544
  },
543
545
  "OutputS3KeyPrefix":{
544
546
  "type":"string",
545
- "pattern":"^[0-9a-zA-Z\\/\\!\\-_\\.\\*\\'\\(\\)]{0,800}$"
547
+ "pattern":"^[0-9a-zA-Z\\/\\!\\-_\\.\\*\\'\\(\\):;\\$@=+\\,\\?&]{0,800}$"
546
548
  },
547
549
  "OutputUri":{"type":"string"},
548
550
  "PutLexiconInput":{
@@ -809,6 +811,7 @@
809
811
  "Mizuki",
810
812
  "Naja",
811
813
  "Nicole",
814
+ "Olivia",
812
815
  "Penelope",
813
816
  "Raveena",
814
817
  "Ricardo",
@@ -4552,15 +4552,20 @@
4552
4552
  "locationName":"session-lifetime"
4553
4553
  },
4554
4554
  "UndoRedoDisabled":{
4555
- "shape":"boolean",
4555
+ "shape":"Boolean",
4556
4556
  "location":"querystring",
4557
4557
  "locationName":"undo-redo-disabled"
4558
4558
  },
4559
4559
  "ResetDisabled":{
4560
- "shape":"boolean",
4560
+ "shape":"Boolean",
4561
4561
  "location":"querystring",
4562
4562
  "locationName":"reset-disabled"
4563
4563
  },
4564
+ "StatePersistenceEnabled":{
4565
+ "shape":"Boolean",
4566
+ "location":"querystring",
4567
+ "locationName":"state-persistence-enabled"
4568
+ },
4564
4569
  "UserArn":{
4565
4570
  "shape":"Arn",
4566
4571
  "location":"querystring",
@@ -208,7 +208,8 @@
208
208
  {"shape":"DBSnapshotNotFoundFault"},
209
209
  {"shape":"InvalidDBSnapshotStateFault"},
210
210
  {"shape":"SnapshotQuotaExceededFault"},
211
- {"shape":"KMSKeyNotAccessibleFault"}
211
+ {"shape":"KMSKeyNotAccessibleFault"},
212
+ {"shape":"CustomAvailabilityZoneNotFoundFault"}
212
213
  ]
213
214
  },
214
215
  "CopyOptionGroup":{
@@ -2674,7 +2675,8 @@
2674
2675
  "Tags":{"shape":"TagList"},
2675
2676
  "CopyTags":{"shape":"BooleanOptional"},
2676
2677
  "PreSignedUrl":{"shape":"String"},
2677
- "OptionGroupName":{"shape":"String"}
2678
+ "OptionGroupName":{"shape":"String"},
2679
+ "TargetCustomAvailabilityZone":{"shape":"String"}
2678
2680
  }
2679
2681
  },
2680
2682
  "CopyDBSnapshotResult":{
@@ -1304,7 +1304,8 @@
1304
1304
  },
1305
1305
  "template":{"shape":"Arn"},
1306
1306
  "worldCount":{"shape":"WorldCount"},
1307
- "tags":{"shape":"TagMap"}
1307
+ "tags":{"shape":"TagMap"},
1308
+ "worldTags":{"shape":"TagMap"}
1308
1309
  }
1309
1310
  },
1310
1311
  "CreateWorldGenerationJobResponse":{
@@ -1317,7 +1318,8 @@
1317
1318
  "clientRequestToken":{"shape":"ClientRequestToken"},
1318
1319
  "template":{"shape":"Arn"},
1319
1320
  "worldCount":{"shape":"WorldCount"},
1320
- "tags":{"shape":"TagMap"}
1321
+ "tags":{"shape":"TagMap"},
1322
+ "worldTags":{"shape":"TagMap"}
1321
1323
  }
1322
1324
  },
1323
1325
  "CreateWorldTemplateRequest":{
@@ -1766,7 +1768,8 @@
1766
1768
  "template":{"shape":"Arn"},
1767
1769
  "worldCount":{"shape":"WorldCount"},
1768
1770
  "finishedWorldsSummary":{"shape":"FinishedWorldsSummary"},
1769
- "tags":{"shape":"TagMap"}
1771
+ "tags":{"shape":"TagMap"},
1772
+ "worldTags":{"shape":"TagMap"}
1770
1773
  }
1771
1774
  },
1772
1775
  "DescribeWorldRequest":{
@@ -158,6 +158,29 @@
158
158
  "hostPrefix":"{AccountId}."
159
159
  }
160
160
  },
161
+ "DeleteStorageLensConfiguration":{
162
+ "name":"DeleteStorageLensConfiguration",
163
+ "http":{
164
+ "method":"DELETE",
165
+ "requestUri":"/v20180820/storagelens/{storagelensid}"
166
+ },
167
+ "input":{"shape":"DeleteStorageLensConfigurationRequest"},
168
+ "endpoint":{
169
+ "hostPrefix":"{AccountId}."
170
+ }
171
+ },
172
+ "DeleteStorageLensConfigurationTagging":{
173
+ "name":"DeleteStorageLensConfigurationTagging",
174
+ "http":{
175
+ "method":"DELETE",
176
+ "requestUri":"/v20180820/storagelens/{storagelensid}/tagging"
177
+ },
178
+ "input":{"shape":"DeleteStorageLensConfigurationTaggingRequest"},
179
+ "output":{"shape":"DeleteStorageLensConfigurationTaggingResult"},
180
+ "endpoint":{
181
+ "hostPrefix":"{AccountId}."
182
+ }
183
+ },
161
184
  "DescribeJob":{
162
185
  "name":"DescribeJob",
163
186
  "http":{
@@ -292,6 +315,30 @@
292
315
  "hostPrefix":"{AccountId}."
293
316
  }
294
317
  },
318
+ "GetStorageLensConfiguration":{
319
+ "name":"GetStorageLensConfiguration",
320
+ "http":{
321
+ "method":"GET",
322
+ "requestUri":"/v20180820/storagelens/{storagelensid}"
323
+ },
324
+ "input":{"shape":"GetStorageLensConfigurationRequest"},
325
+ "output":{"shape":"GetStorageLensConfigurationResult"},
326
+ "endpoint":{
327
+ "hostPrefix":"{AccountId}."
328
+ }
329
+ },
330
+ "GetStorageLensConfigurationTagging":{
331
+ "name":"GetStorageLensConfigurationTagging",
332
+ "http":{
333
+ "method":"GET",
334
+ "requestUri":"/v20180820/storagelens/{storagelensid}/tagging"
335
+ },
336
+ "input":{"shape":"GetStorageLensConfigurationTaggingRequest"},
337
+ "output":{"shape":"GetStorageLensConfigurationTaggingResult"},
338
+ "endpoint":{
339
+ "hostPrefix":"{AccountId}."
340
+ }
341
+ },
295
342
  "ListAccessPoints":{
296
343
  "name":"ListAccessPoints",
297
344
  "http":{
@@ -333,6 +380,18 @@
333
380
  "hostPrefix":"{AccountId}."
334
381
  }
335
382
  },
383
+ "ListStorageLensConfigurations":{
384
+ "name":"ListStorageLensConfigurations",
385
+ "http":{
386
+ "method":"GET",
387
+ "requestUri":"/v20180820/storagelens"
388
+ },
389
+ "input":{"shape":"ListStorageLensConfigurationsRequest"},
390
+ "output":{"shape":"ListStorageLensConfigurationsResult"},
391
+ "endpoint":{
392
+ "hostPrefix":"{AccountId}."
393
+ }
394
+ },
336
395
  "PutAccessPointPolicy":{
337
396
  "name":"PutAccessPointPolicy",
338
397
  "http":{
@@ -421,6 +480,37 @@
421
480
  "hostPrefix":"{AccountId}."
422
481
  }
423
482
  },
483
+ "PutStorageLensConfiguration":{
484
+ "name":"PutStorageLensConfiguration",
485
+ "http":{
486
+ "method":"PUT",
487
+ "requestUri":"/v20180820/storagelens/{storagelensid}"
488
+ },
489
+ "input":{
490
+ "shape":"PutStorageLensConfigurationRequest",
491
+ "locationName":"PutStorageLensConfigurationRequest",
492
+ "xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
493
+ },
494
+ "endpoint":{
495
+ "hostPrefix":"{AccountId}."
496
+ }
497
+ },
498
+ "PutStorageLensConfigurationTagging":{
499
+ "name":"PutStorageLensConfigurationTagging",
500
+ "http":{
501
+ "method":"PUT",
502
+ "requestUri":"/v20180820/storagelens/{storagelensid}/tagging"
503
+ },
504
+ "input":{
505
+ "shape":"PutStorageLensConfigurationTaggingRequest",
506
+ "locationName":"PutStorageLensConfigurationTaggingRequest",
507
+ "xmlNamespace":{"uri":"http://awss3control.amazonaws.com/doc/2018-08-20/"}
508
+ },
509
+ "output":{"shape":"PutStorageLensConfigurationTaggingResult"},
510
+ "endpoint":{
511
+ "hostPrefix":"{AccountId}."
512
+ }
513
+ },
424
514
  "UpdateJobPriority":{
425
515
  "name":"UpdateJobPriority",
426
516
  "http":{
@@ -498,6 +588,26 @@
498
588
  "max":64,
499
589
  "pattern":"^\\d{12}$"
500
590
  },
591
+ "AccountLevel":{
592
+ "type":"structure",
593
+ "required":["BucketLevel"],
594
+ "members":{
595
+ "ActivityMetrics":{"shape":"ActivityMetrics"},
596
+ "BucketLevel":{"shape":"BucketLevel"}
597
+ }
598
+ },
599
+ "ActivityMetrics":{
600
+ "type":"structure",
601
+ "members":{
602
+ "IsEnabled":{"shape":"IsEnabled"}
603
+ }
604
+ },
605
+ "AwsOrgArn":{
606
+ "type":"string",
607
+ "max":1024,
608
+ "min":1,
609
+ "pattern":"arn:[a-z\\-]+:organizations::\\d{12}:organization\\/o-[a-z0-9]{10,32}"
610
+ },
501
611
  "BadRequestException":{
502
612
  "type":"structure",
503
613
  "members":{
@@ -527,6 +637,13 @@
527
637
  "authenticated-read"
528
638
  ]
529
639
  },
640
+ "BucketLevel":{
641
+ "type":"structure",
642
+ "members":{
643
+ "ActivityMetrics":{"shape":"ActivityMetrics"},
644
+ "PrefixLevel":{"shape":"PrefixLevel"}
645
+ }
646
+ },
530
647
  "BucketLocationConstraint":{
531
648
  "type":"string",
532
649
  "enum":[
@@ -548,8 +665,22 @@
548
665
  "max":255,
549
666
  "min":3
550
667
  },
668
+ "Buckets":{
669
+ "type":"list",
670
+ "member":{
671
+ "shape":"S3BucketArnString",
672
+ "locationName":"Arn"
673
+ }
674
+ },
675
+ "ConfigId":{
676
+ "type":"string",
677
+ "max":64,
678
+ "min":1,
679
+ "pattern":"[a-zA-Z0-9\\-\\_\\.]+"
680
+ },
551
681
  "ConfirmRemoveSelfBucketAccess":{"type":"boolean"},
552
682
  "ConfirmationRequired":{"type":"boolean"},
683
+ "ContinuationToken":{"type":"string"},
553
684
  "CreateAccessPointRequest":{
554
685
  "type":"structure",
555
686
  "required":[
@@ -859,6 +990,51 @@
859
990
  }
860
991
  }
861
992
  },
993
+ "DeleteStorageLensConfigurationRequest":{
994
+ "type":"structure",
995
+ "required":[
996
+ "ConfigId",
997
+ "AccountId"
998
+ ],
999
+ "members":{
1000
+ "ConfigId":{
1001
+ "shape":"ConfigId",
1002
+ "location":"uri",
1003
+ "locationName":"storagelensid"
1004
+ },
1005
+ "AccountId":{
1006
+ "shape":"AccountId",
1007
+ "hostLabel":true,
1008
+ "location":"header",
1009
+ "locationName":"x-amz-account-id"
1010
+ }
1011
+ }
1012
+ },
1013
+ "DeleteStorageLensConfigurationTaggingRequest":{
1014
+ "type":"structure",
1015
+ "required":[
1016
+ "ConfigId",
1017
+ "AccountId"
1018
+ ],
1019
+ "members":{
1020
+ "ConfigId":{
1021
+ "shape":"ConfigId",
1022
+ "location":"uri",
1023
+ "locationName":"storagelensid"
1024
+ },
1025
+ "AccountId":{
1026
+ "shape":"AccountId",
1027
+ "hostLabel":true,
1028
+ "location":"header",
1029
+ "locationName":"x-amz-account-id"
1030
+ }
1031
+ }
1032
+ },
1033
+ "DeleteStorageLensConfigurationTaggingResult":{
1034
+ "type":"structure",
1035
+ "members":{
1036
+ }
1037
+ },
862
1038
  "DescribeJobRequest":{
863
1039
  "type":"structure",
864
1040
  "required":[
@@ -890,6 +1066,13 @@
890
1066
  "max":1024,
891
1067
  "min":1
892
1068
  },
1069
+ "Exclude":{
1070
+ "type":"structure",
1071
+ "members":{
1072
+ "Buckets":{"shape":"Buckets"},
1073
+ "Regions":{"shape":"Regions"}
1074
+ }
1075
+ },
893
1076
  "ExpirationStatus":{
894
1077
  "type":"string",
895
1078
  "enum":[
@@ -898,6 +1081,13 @@
898
1081
  ]
899
1082
  },
900
1083
  "ExpiredObjectDeleteMarker":{"type":"boolean"},
1084
+ "Format":{
1085
+ "type":"string",
1086
+ "enum":[
1087
+ "CSV",
1088
+ "Parquet"
1089
+ ]
1090
+ },
901
1091
  "FunctionArnString":{
902
1092
  "type":"string",
903
1093
  "max":1024,
@@ -1139,6 +1329,59 @@
1139
1329
  }
1140
1330
  }
1141
1331
  },
1332
+ "GetStorageLensConfigurationRequest":{
1333
+ "type":"structure",
1334
+ "required":[
1335
+ "ConfigId",
1336
+ "AccountId"
1337
+ ],
1338
+ "members":{
1339
+ "ConfigId":{
1340
+ "shape":"ConfigId",
1341
+ "location":"uri",
1342
+ "locationName":"storagelensid"
1343
+ },
1344
+ "AccountId":{
1345
+ "shape":"AccountId",
1346
+ "hostLabel":true,
1347
+ "location":"header",
1348
+ "locationName":"x-amz-account-id"
1349
+ }
1350
+ }
1351
+ },
1352
+ "GetStorageLensConfigurationResult":{
1353
+ "type":"structure",
1354
+ "members":{
1355
+ "StorageLensConfiguration":{"shape":"StorageLensConfiguration"}
1356
+ },
1357
+ "payload":"StorageLensConfiguration"
1358
+ },
1359
+ "GetStorageLensConfigurationTaggingRequest":{
1360
+ "type":"structure",
1361
+ "required":[
1362
+ "ConfigId",
1363
+ "AccountId"
1364
+ ],
1365
+ "members":{
1366
+ "ConfigId":{
1367
+ "shape":"ConfigId",
1368
+ "location":"uri",
1369
+ "locationName":"storagelensid"
1370
+ },
1371
+ "AccountId":{
1372
+ "shape":"AccountId",
1373
+ "hostLabel":true,
1374
+ "location":"header",
1375
+ "locationName":"x-amz-account-id"
1376
+ }
1377
+ }
1378
+ },
1379
+ "GetStorageLensConfigurationTaggingResult":{
1380
+ "type":"structure",
1381
+ "members":{
1382
+ "Tags":{"shape":"StorageLensTags"}
1383
+ }
1384
+ },
1142
1385
  "GrantFullControl":{"type":"string"},
1143
1386
  "GrantRead":{"type":"string"},
1144
1387
  "GrantReadACP":{"type":"string"},
@@ -1158,6 +1401,13 @@
1158
1401
  },
1159
1402
  "exception":true
1160
1403
  },
1404
+ "Include":{
1405
+ "type":"structure",
1406
+ "members":{
1407
+ "Buckets":{"shape":"Buckets"},
1408
+ "Regions":{"shape":"Regions"}
1409
+ }
1410
+ },
1161
1411
  "InternalServiceException":{
1162
1412
  "type":"structure",
1163
1413
  "members":{
@@ -1180,6 +1430,7 @@
1180
1430
  },
1181
1431
  "exception":true
1182
1432
  },
1433
+ "IsEnabled":{"type":"boolean"},
1183
1434
  "IsPublic":{"type":"boolean"},
1184
1435
  "JobArn":{
1185
1436
  "type":"string",
@@ -1650,6 +1901,44 @@
1650
1901
  "NextToken":{"shape":"NonEmptyMaxLength1024String"}
1651
1902
  }
1652
1903
  },
1904
+ "ListStorageLensConfigurationEntry":{
1905
+ "type":"structure",
1906
+ "required":[
1907
+ "Id",
1908
+ "StorageLensArn",
1909
+ "HomeRegion"
1910
+ ],
1911
+ "members":{
1912
+ "Id":{"shape":"ConfigId"},
1913
+ "StorageLensArn":{"shape":"StorageLensArn"},
1914
+ "HomeRegion":{"shape":"S3AWSRegion"},
1915
+ "IsEnabled":{"shape":"IsEnabled"}
1916
+ }
1917
+ },
1918
+ "ListStorageLensConfigurationsRequest":{
1919
+ "type":"structure",
1920
+ "required":["AccountId"],
1921
+ "members":{
1922
+ "AccountId":{
1923
+ "shape":"AccountId",
1924
+ "hostLabel":true,
1925
+ "location":"header",
1926
+ "locationName":"x-amz-account-id"
1927
+ },
1928
+ "NextToken":{
1929
+ "shape":"ContinuationToken",
1930
+ "location":"querystring",
1931
+ "locationName":"nextToken"
1932
+ }
1933
+ }
1934
+ },
1935
+ "ListStorageLensConfigurationsResult":{
1936
+ "type":"structure",
1937
+ "members":{
1938
+ "NextToken":{"shape":"ContinuationToken"},
1939
+ "StorageLensConfigurationList":{"shape":"StorageLensConfigurationList"}
1940
+ }
1941
+ },
1653
1942
  "Location":{"type":"string"},
1654
1943
  "MaxLength1024String":{
1655
1944
  "type":"string",
@@ -1660,6 +1949,11 @@
1660
1949
  "max":1000,
1661
1950
  "min":0
1662
1951
  },
1952
+ "MinStorageBytesPercentage":{
1953
+ "type":"double",
1954
+ "max":100,
1955
+ "min":0.1
1956
+ },
1663
1957
  "NetworkOrigin":{
1664
1958
  "type":"string",
1665
1959
  "enum":[
@@ -1736,6 +2030,10 @@
1736
2030
  "S3PutObjectRetention"
1737
2031
  ]
1738
2032
  },
2033
+ "OutputSchemaVersion":{
2034
+ "type":"string",
2035
+ "enum":["V_1"]
2036
+ },
1739
2037
  "Policy":{"type":"string"},
1740
2038
  "PolicyStatus":{
1741
2039
  "type":"structure",
@@ -1747,6 +2045,20 @@
1747
2045
  }
1748
2046
  },
1749
2047
  "Prefix":{"type":"string"},
2048
+ "PrefixLevel":{
2049
+ "type":"structure",
2050
+ "required":["StorageMetrics"],
2051
+ "members":{
2052
+ "StorageMetrics":{"shape":"PrefixLevelStorageMetrics"}
2053
+ }
2054
+ },
2055
+ "PrefixLevelStorageMetrics":{
2056
+ "type":"structure",
2057
+ "members":{
2058
+ "IsEnabled":{"shape":"IsEnabled"},
2059
+ "SelectionCriteria":{"shape":"SelectionCriteria"}
2060
+ }
2061
+ },
1750
2062
  "PublicAccessBlockConfiguration":{
1751
2063
  "type":"structure",
1752
2064
  "members":{
@@ -1919,6 +2231,56 @@
1919
2231
  },
1920
2232
  "payload":"PublicAccessBlockConfiguration"
1921
2233
  },
2234
+ "PutStorageLensConfigurationRequest":{
2235
+ "type":"structure",
2236
+ "required":[
2237
+ "ConfigId",
2238
+ "AccountId",
2239
+ "StorageLensConfiguration"
2240
+ ],
2241
+ "members":{
2242
+ "ConfigId":{
2243
+ "shape":"ConfigId",
2244
+ "location":"uri",
2245
+ "locationName":"storagelensid"
2246
+ },
2247
+ "AccountId":{
2248
+ "shape":"AccountId",
2249
+ "hostLabel":true,
2250
+ "location":"header",
2251
+ "locationName":"x-amz-account-id"
2252
+ },
2253
+ "StorageLensConfiguration":{"shape":"StorageLensConfiguration"},
2254
+ "Tags":{"shape":"StorageLensTags"}
2255
+ }
2256
+ },
2257
+ "PutStorageLensConfigurationTaggingRequest":{
2258
+ "type":"structure",
2259
+ "required":[
2260
+ "ConfigId",
2261
+ "AccountId",
2262
+ "Tags"
2263
+ ],
2264
+ "members":{
2265
+ "ConfigId":{
2266
+ "shape":"ConfigId",
2267
+ "location":"uri",
2268
+ "locationName":"storagelensid"
2269
+ },
2270
+ "AccountId":{
2271
+ "shape":"AccountId",
2272
+ "hostLabel":true,
2273
+ "location":"header",
2274
+ "locationName":"x-amz-account-id"
2275
+ },
2276
+ "Tags":{"shape":"StorageLensTags"}
2277
+ }
2278
+ },
2279
+ "PutStorageLensConfigurationTaggingResult":{
2280
+ "type":"structure",
2281
+ "members":{
2282
+ }
2283
+ },
1922
2284
  "RegionalBucket":{
1923
2285
  "type":"structure",
1924
2286
  "required":[
@@ -1941,6 +2303,13 @@
1941
2303
  "locationName":"RegionalBucket"
1942
2304
  }
1943
2305
  },
2306
+ "Regions":{
2307
+ "type":"list",
2308
+ "member":{
2309
+ "shape":"S3AWSRegion",
2310
+ "locationName":"Region"
2311
+ }
2312
+ },
1944
2313
  "ReportPrefixString":{
1945
2314
  "type":"string",
1946
2315
  "max":512,
@@ -1953,6 +2322,12 @@
1953
2322
  "Ready"
1954
2323
  ]
1955
2324
  },
2325
+ "S3AWSRegion":{
2326
+ "type":"string",
2327
+ "max":30,
2328
+ "min":5,
2329
+ "pattern":"[a-z0-9\\-]+"
2330
+ },
1956
2331
  "S3AccessControlList":{
1957
2332
  "type":"structure",
1958
2333
  "required":["Owner"],
@@ -1985,6 +2360,23 @@
1985
2360
  "min":1,
1986
2361
  "pattern":"arn:[^:]+:s3:.*"
1987
2362
  },
2363
+ "S3BucketDestination":{
2364
+ "type":"structure",
2365
+ "required":[
2366
+ "Format",
2367
+ "OutputSchemaVersion",
2368
+ "AccountId",
2369
+ "Arn"
2370
+ ],
2371
+ "members":{
2372
+ "Format":{"shape":"Format"},
2373
+ "OutputSchemaVersion":{"shape":"OutputSchemaVersion"},
2374
+ "AccountId":{"shape":"AccountId"},
2375
+ "Arn":{"shape":"S3BucketArnString"},
2376
+ "Prefix":{"shape":"Prefix"},
2377
+ "Encryption":{"shape":"StorageLensDataExportEncryption"}
2378
+ }
2379
+ },
1988
2380
  "S3CannedAccessControlList":{
1989
2381
  "type":"string",
1990
2382
  "enum":[
@@ -2239,7 +2631,116 @@
2239
2631
  "value":{"shape":"MaxLength1024String"},
2240
2632
  "max":8192
2241
2633
  },
2634
+ "SSEKMS":{
2635
+ "type":"structure",
2636
+ "required":["KeyId"],
2637
+ "members":{
2638
+ "KeyId":{"shape":"SSEKMSKeyId"}
2639
+ },
2640
+ "locationName":"SSE-KMS"
2641
+ },
2642
+ "SSEKMSKeyId":{"type":"string"},
2643
+ "SSES3":{
2644
+ "type":"structure",
2645
+ "members":{
2646
+ },
2647
+ "locationName":"SSE-S3"
2648
+ },
2649
+ "SelectionCriteria":{
2650
+ "type":"structure",
2651
+ "members":{
2652
+ "Delimiter":{"shape":"StorageLensPrefixLevelDelimiter"},
2653
+ "MaxDepth":{"shape":"StorageLensPrefixLevelMaxDepth"},
2654
+ "MinStorageBytesPercentage":{"shape":"MinStorageBytesPercentage"}
2655
+ }
2656
+ },
2242
2657
  "Setting":{"type":"boolean"},
2658
+ "StorageLensArn":{
2659
+ "type":"string",
2660
+ "max":1024,
2661
+ "min":1,
2662
+ "pattern":"arn:[a-z\\-]+:s3:[a-z0-9\\-]+:\\d{12}:storage\\-lens\\/.*"
2663
+ },
2664
+ "StorageLensAwsOrg":{
2665
+ "type":"structure",
2666
+ "required":["Arn"],
2667
+ "members":{
2668
+ "Arn":{"shape":"AwsOrgArn"}
2669
+ }
2670
+ },
2671
+ "StorageLensConfiguration":{
2672
+ "type":"structure",
2673
+ "required":[
2674
+ "Id",
2675
+ "AccountLevel",
2676
+ "IsEnabled"
2677
+ ],
2678
+ "members":{
2679
+ "Id":{"shape":"ConfigId"},
2680
+ "AccountLevel":{"shape":"AccountLevel"},
2681
+ "Include":{"shape":"Include"},
2682
+ "Exclude":{"shape":"Exclude"},
2683
+ "DataExport":{"shape":"StorageLensDataExport"},
2684
+ "IsEnabled":{"shape":"IsEnabled"},
2685
+ "AwsOrg":{"shape":"StorageLensAwsOrg"},
2686
+ "StorageLensArn":{"shape":"StorageLensArn"}
2687
+ }
2688
+ },
2689
+ "StorageLensConfigurationList":{
2690
+ "type":"list",
2691
+ "member":{
2692
+ "shape":"ListStorageLensConfigurationEntry",
2693
+ "locationName":"StorageLensConfiguration"
2694
+ },
2695
+ "flattened":true
2696
+ },
2697
+ "StorageLensDataExport":{
2698
+ "type":"structure",
2699
+ "required":["S3BucketDestination"],
2700
+ "members":{
2701
+ "S3BucketDestination":{"shape":"S3BucketDestination"}
2702
+ }
2703
+ },
2704
+ "StorageLensDataExportEncryption":{
2705
+ "type":"structure",
2706
+ "members":{
2707
+ "SSES3":{
2708
+ "shape":"SSES3",
2709
+ "locationName":"SSE-S3"
2710
+ },
2711
+ "SSEKMS":{
2712
+ "shape":"SSEKMS",
2713
+ "locationName":"SSE-KMS"
2714
+ }
2715
+ }
2716
+ },
2717
+ "StorageLensPrefixLevelDelimiter":{
2718
+ "type":"string",
2719
+ "max":1
2720
+ },
2721
+ "StorageLensPrefixLevelMaxDepth":{
2722
+ "type":"integer",
2723
+ "max":10,
2724
+ "min":1
2725
+ },
2726
+ "StorageLensTag":{
2727
+ "type":"structure",
2728
+ "required":[
2729
+ "Key",
2730
+ "Value"
2731
+ ],
2732
+ "members":{
2733
+ "Key":{"shape":"TagKeyString"},
2734
+ "Value":{"shape":"TagValueString"}
2735
+ }
2736
+ },
2737
+ "StorageLensTags":{
2738
+ "type":"list",
2739
+ "member":{
2740
+ "shape":"StorageLensTag",
2741
+ "locationName":"Tag"
2742
+ }
2743
+ },
2243
2744
  "StringForNextToken":{
2244
2745
  "type":"string",
2245
2746
  "max":1024,