aws-sdk-core 2.11.629 → 2.11.630

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0561a95e8ee375f90965d3fe6f612fc856d64df98ecf1858eaf09c1cd788151d
4
- data.tar.gz: fa1e44b5e0d023a3b6bd7a19fb3d9ceb3e232294583886a20d05cda3e897b19f
3
+ metadata.gz: e2fe4cc399cbc169e136a24ede5c71328f5aed9c559015ead7daa177687c7078
4
+ data.tar.gz: 37ae800626faee2c027dc48d80402f42cbbe230b5f54bc12efd9ccadb6e671f8
5
5
  SHA512:
6
- metadata.gz: bf3c3cbe7273ccfe9de9a861bf7d79dfdd30a7ba85d840679caf5f6fd4e8c031e1547bfb634c5b8ffe505b0d126e1d5e6fd28f168aa2b13db866acc78e1c2909
7
- data.tar.gz: cb504e26c4fc0d9574f509d6450558e40b2832045632b28d122ecbd0e83802c14a7fb02e931a780553b0895cec7ab78180faf8061253d81049309d2687604cf5
6
+ metadata.gz: 68f1417fedfa2cc55ee359b759ae5f74b7ce572b8ca6bcf32439ffd18adb84f10eaddc6a955dd57c9c69fa40da58b5bd37594177e4403b8c832f47c5652d86bc
7
+ data.tar.gz: fe419504b39c0a5f6252318a62c526f8e3dc02bea34ce1d8b14275901e12fe483ad39c8a2050ec692699191286b85857f8ef4b30c73e0f183ec48c34cbbf8822
@@ -202,6 +202,18 @@
202
202
  ],
203
203
  "idempotent":true
204
204
  },
205
+ "DescribeGlobalSettings":{
206
+ "name":"DescribeGlobalSettings",
207
+ "http":{
208
+ "method":"GET",
209
+ "requestUri":"/global-settings"
210
+ },
211
+ "input":{"shape":"DescribeGlobalSettingsInput"},
212
+ "output":{"shape":"DescribeGlobalSettingsOutput"},
213
+ "errors":[
214
+ {"shape":"ServiceUnavailableException"}
215
+ ]
216
+ },
205
217
  "DescribeProtectedResource":{
206
218
  "name":"DescribeProtectedResource",
207
219
  "http":{
@@ -626,6 +638,7 @@
626
638
  {"shape":"ResourceNotFoundException"},
627
639
  {"shape":"InvalidParameterValueException"},
628
640
  {"shape":"MissingParameterValueException"},
641
+ {"shape":"InvalidRequestException"},
629
642
  {"shape":"ServiceUnavailableException"},
630
643
  {"shape":"LimitExceededException"}
631
644
  ],
@@ -726,6 +739,20 @@
726
739
  ],
727
740
  "idempotent":true
728
741
  },
742
+ "UpdateGlobalSettings":{
743
+ "name":"UpdateGlobalSettings",
744
+ "http":{
745
+ "method":"PUT",
746
+ "requestUri":"/global-settings"
747
+ },
748
+ "input":{"shape":"UpdateGlobalSettingsInput"},
749
+ "errors":[
750
+ {"shape":"ServiceUnavailableException"},
751
+ {"shape":"MissingParameterValueException"},
752
+ {"shape":"InvalidParameterValueException"},
753
+ {"shape":"InvalidRequestException"}
754
+ ]
755
+ },
729
756
  "UpdateRecoveryPointLifecycle":{
730
757
  "name":"UpdateRecoveryPointLifecycle",
731
758
  "http":{
@@ -1335,6 +1362,18 @@
1335
1362
  "CopyJob":{"shape":"CopyJob"}
1336
1363
  }
1337
1364
  },
1365
+ "DescribeGlobalSettingsInput":{
1366
+ "type":"structure",
1367
+ "members":{
1368
+ }
1369
+ },
1370
+ "DescribeGlobalSettingsOutput":{
1371
+ "type":"structure",
1372
+ "members":{
1373
+ "GlobalSettings":{"shape":"GlobalSettings"},
1374
+ "LastUpdateTime":{"shape":"timestamp"}
1375
+ }
1376
+ },
1338
1377
  "DescribeProtectedResourceInput":{
1339
1378
  "type":"structure",
1340
1379
  "required":["ResourceArn"],
@@ -1379,6 +1418,7 @@
1379
1418
  "RecoveryPointArn":{"shape":"ARN"},
1380
1419
  "BackupVaultName":{"shape":"BackupVaultName"},
1381
1420
  "BackupVaultArn":{"shape":"ARN"},
1421
+ "SourceBackupVaultArn":{"shape":"ARN"},
1382
1422
  "ResourceArn":{"shape":"ARN"},
1383
1423
  "ResourceType":{"shape":"ResourceType"},
1384
1424
  "CreatedBy":{"shape":"RecoveryPointCreator"},
@@ -1613,6 +1653,13 @@
1613
1653
  "ResourceTypes":{"shape":"ResourceTypes"}
1614
1654
  }
1615
1655
  },
1656
+ "GlobalSettings":{
1657
+ "type":"map",
1658
+ "key":{"shape":"GlobalSettingsName"},
1659
+ "value":{"shape":"GlobalSettingsValue"}
1660
+ },
1661
+ "GlobalSettingsName":{"type":"string"},
1662
+ "GlobalSettingsValue":{"type":"string"},
1616
1663
  "IAMPolicy":{"type":"string"},
1617
1664
  "IAMRoleArn":{"type":"string"},
1618
1665
  "InvalidParameterValueException":{
@@ -2142,6 +2189,7 @@
2142
2189
  "RecoveryPointArn":{"shape":"ARN"},
2143
2190
  "BackupVaultName":{"shape":"BackupVaultName"},
2144
2191
  "BackupVaultArn":{"shape":"ARN"},
2192
+ "SourceBackupVaultArn":{"shape":"ARN"},
2145
2193
  "ResourceArn":{"shape":"ARN"},
2146
2194
  "ResourceType":{"shape":"ResourceType"},
2147
2195
  "CreatedBy":{"shape":"RecoveryPointCreator"},
@@ -2424,6 +2472,12 @@
2424
2472
  "AdvancedBackupSettings":{"shape":"AdvancedBackupSettings"}
2425
2473
  }
2426
2474
  },
2475
+ "UpdateGlobalSettingsInput":{
2476
+ "type":"structure",
2477
+ "members":{
2478
+ "GlobalSettings":{"shape":"GlobalSettings"}
2479
+ }
2480
+ },
2427
2481
  "UpdateRecoveryPointLifecycleInput":{
2428
2482
  "type":"structure",
2429
2483
  "required":[
@@ -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":{
@@ -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"},
@@ -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"},
@@ -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,
@@ -676,6 +676,7 @@
676
676
  },
677
677
  "athena" : {
678
678
  "endpoints" : {
679
+ "af-south-1" : { },
679
680
  "ap-east-1" : { },
680
681
  "ap-northeast-1" : { },
681
682
  "ap-northeast-2" : { },
@@ -856,7 +857,7 @@
856
857
  "credentialScope" : {
857
858
  "region" : "us-east-1"
858
859
  },
859
- "hostname" : "service.chime.aws.amazon.com",
860
+ "hostname" : "chime.us-east-1.amazonaws.com",
860
861
  "protocols" : [ "https" ]
861
862
  }
862
863
  },
@@ -9248,6 +9249,11 @@
9248
9249
  "us-isob-east-1" : { }
9249
9250
  }
9250
9251
  },
9252
+ "es" : {
9253
+ "endpoints" : {
9254
+ "us-isob-east-1" : { }
9255
+ }
9256
+ },
9251
9257
  "events" : {
9252
9258
  "endpoints" : {
9253
9259
  "us-isob-east-1" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.629'
2
+ VERSION = '2.11.630'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.11.629
4
+ version: 2.11.630
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-17 00:00:00.000000000 Z
11
+ date: 2020-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath