cdk-lambda-subminute 2.0.305 → 2.0.307
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +14 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.examples.json +251 -0
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +349 -106
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.examples.json +5 -0
- package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.min.json +359 -0
- package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/inspector-scan-2023-08-08.examples.json +174 -0
- package/node_modules/aws-sdk/apis/inspector-scan-2023-08-08.min.json +51 -0
- package/node_modules/aws-sdk/apis/inspector-scan-2023-08-08.paginators.json +4 -0
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +989 -176
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.min.json +729 -131
- package/node_modules/aws-sdk/apis/iottwinmaker-2021-11-29.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/kinesis-2013-12-02.min.json +92 -21
- package/node_modules/aws-sdk/apis/metadata.json +8 -0
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +152 -152
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +109 -92
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +112 -84
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +544 -533
- package/node_modules/aws-sdk/clients/all.d.ts +2 -0
- package/node_modules/aws-sdk/clients/all.js +3 -1
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +220 -2
- package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.d.ts +294 -0
- package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.js +18 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +12 -12
- package/node_modules/aws-sdk/clients/inspectorscan.d.ts +59 -0
- package/node_modules/aws-sdk/clients/inspectorscan.js +18 -0
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +1080 -179
- package/node_modules/aws-sdk/clients/iottwinmaker.d.ts +666 -9
- package/node_modules/aws-sdk/clients/kinesis.d.ts +96 -42
- package/node_modules/aws-sdk/clients/s3.d.ts +38 -15
- package/node_modules/aws-sdk/clients/s3control.d.ts +35 -3
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +13 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +89 -15
- package/node_modules/aws-sdk/dist/aws-sdk.js +601 -225
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +93 -92
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/services/s3.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -4
@@ -299,7 +299,7 @@
|
|
299
299
|
"idempotencyToken": true
|
300
300
|
},
|
301
301
|
"Details": {
|
302
|
-
"shape": "
|
302
|
+
"shape": "S3j"
|
303
303
|
}
|
304
304
|
}
|
305
305
|
},
|
@@ -344,10 +344,10 @@
|
|
344
344
|
"locationName": "x-amz-account-id"
|
345
345
|
},
|
346
346
|
"StorageLensGroup": {
|
347
|
-
"shape": "
|
347
|
+
"shape": "S3q"
|
348
348
|
},
|
349
349
|
"Tags": {
|
350
|
-
"shape": "
|
350
|
+
"shape": "S45"
|
351
351
|
}
|
352
352
|
}
|
353
353
|
},
|
@@ -764,7 +764,7 @@
|
|
764
764
|
"idempotencyToken": true
|
765
765
|
},
|
766
766
|
"Details": {
|
767
|
-
"shape": "
|
767
|
+
"shape": "S4j"
|
768
768
|
}
|
769
769
|
}
|
770
770
|
},
|
@@ -973,7 +973,7 @@
|
|
973
973
|
"type": "integer"
|
974
974
|
},
|
975
975
|
"ProgressSummary": {
|
976
|
-
"shape": "
|
976
|
+
"shape": "S4w"
|
977
977
|
},
|
978
978
|
"StatusUpdateReason": {},
|
979
979
|
"FailureReasons": {
|
@@ -1066,13 +1066,13 @@
|
|
1066
1066
|
"type": "structure",
|
1067
1067
|
"members": {
|
1068
1068
|
"CreateMultiRegionAccessPointRequest": {
|
1069
|
-
"shape": "
|
1069
|
+
"shape": "S3j"
|
1070
1070
|
},
|
1071
1071
|
"DeleteMultiRegionAccessPointRequest": {
|
1072
|
-
"shape": "
|
1072
|
+
"shape": "S4j"
|
1073
1073
|
},
|
1074
1074
|
"PutMultiRegionAccessPointPolicyRequest": {
|
1075
|
-
"shape": "
|
1075
|
+
"shape": "S5i"
|
1076
1076
|
}
|
1077
1077
|
}
|
1078
1078
|
},
|
@@ -1395,7 +1395,7 @@
|
|
1395
1395
|
"type": "structure",
|
1396
1396
|
"members": {
|
1397
1397
|
"PolicyStatus": {
|
1398
|
-
"shape": "
|
1398
|
+
"shape": "S67"
|
1399
1399
|
}
|
1400
1400
|
}
|
1401
1401
|
},
|
@@ -1438,7 +1438,7 @@
|
|
1438
1438
|
"type": "structure",
|
1439
1439
|
"members": {
|
1440
1440
|
"PolicyStatus": {
|
1441
|
-
"shape": "
|
1441
|
+
"shape": "S67"
|
1442
1442
|
}
|
1443
1443
|
}
|
1444
1444
|
},
|
@@ -1534,7 +1534,7 @@
|
|
1534
1534
|
"type": "structure",
|
1535
1535
|
"members": {
|
1536
1536
|
"Rules": {
|
1537
|
-
"shape": "
|
1537
|
+
"shape": "S6g"
|
1538
1538
|
}
|
1539
1539
|
}
|
1540
1540
|
},
|
@@ -1624,7 +1624,7 @@
|
|
1624
1624
|
"type": "structure",
|
1625
1625
|
"members": {
|
1626
1626
|
"ReplicationConfiguration": {
|
1627
|
-
"shape": "
|
1627
|
+
"shape": "S73"
|
1628
1628
|
}
|
1629
1629
|
}
|
1630
1630
|
},
|
@@ -1806,7 +1806,7 @@
|
|
1806
1806
|
"type": "structure",
|
1807
1807
|
"members": {
|
1808
1808
|
"AccessPoint": {
|
1809
|
-
"shape": "
|
1809
|
+
"shape": "S87"
|
1810
1810
|
}
|
1811
1811
|
}
|
1812
1812
|
},
|
@@ -1908,7 +1908,7 @@
|
|
1908
1908
|
"type": "structure",
|
1909
1909
|
"members": {
|
1910
1910
|
"Established": {
|
1911
|
-
"shape": "
|
1911
|
+
"shape": "S67"
|
1912
1912
|
}
|
1913
1913
|
}
|
1914
1914
|
},
|
@@ -1953,7 +1953,7 @@
|
|
1953
1953
|
"members": {
|
1954
1954
|
"Mrap": {},
|
1955
1955
|
"Routes": {
|
1956
|
-
"shape": "
|
1956
|
+
"shape": "S8n"
|
1957
1957
|
}
|
1958
1958
|
}
|
1959
1959
|
},
|
@@ -2036,7 +2036,7 @@
|
|
2036
2036
|
"type": "structure",
|
2037
2037
|
"members": {
|
2038
2038
|
"StorageLensConfiguration": {
|
2039
|
-
"shape": "
|
2039
|
+
"shape": "S8u"
|
2040
2040
|
}
|
2041
2041
|
},
|
2042
2042
|
"payload": "StorageLensConfiguration"
|
@@ -2080,7 +2080,7 @@
|
|
2080
2080
|
"type": "structure",
|
2081
2081
|
"members": {
|
2082
2082
|
"Tags": {
|
2083
|
-
"shape": "
|
2083
|
+
"shape": "S9v"
|
2084
2084
|
}
|
2085
2085
|
}
|
2086
2086
|
},
|
@@ -2123,7 +2123,7 @@
|
|
2123
2123
|
"type": "structure",
|
2124
2124
|
"members": {
|
2125
2125
|
"StorageLensGroup": {
|
2126
|
-
"shape": "
|
2126
|
+
"shape": "S3q"
|
2127
2127
|
}
|
2128
2128
|
},
|
2129
2129
|
"payload": "StorageLensGroup"
|
@@ -2333,7 +2333,7 @@
|
|
2333
2333
|
"type": "timestamp"
|
2334
2334
|
},
|
2335
2335
|
"ProgressSummary": {
|
2336
|
-
"shape": "
|
2336
|
+
"shape": "S4w"
|
2337
2337
|
}
|
2338
2338
|
}
|
2339
2339
|
}
|
@@ -2385,7 +2385,7 @@
|
|
2385
2385
|
"AccessPoints": {
|
2386
2386
|
"type": "list",
|
2387
2387
|
"member": {
|
2388
|
-
"shape": "
|
2388
|
+
"shape": "S87",
|
2389
2389
|
"locationName": "AccessPoint"
|
2390
2390
|
}
|
2391
2391
|
},
|
@@ -2626,7 +2626,7 @@
|
|
2626
2626
|
"type": "structure",
|
2627
2627
|
"members": {
|
2628
2628
|
"Tags": {
|
2629
|
-
"shape": "
|
2629
|
+
"shape": "S45"
|
2630
2630
|
}
|
2631
2631
|
}
|
2632
2632
|
},
|
@@ -2802,7 +2802,7 @@
|
|
2802
2802
|
"type": "structure",
|
2803
2803
|
"members": {
|
2804
2804
|
"Rules": {
|
2805
|
-
"shape": "
|
2805
|
+
"shape": "S6g"
|
2806
2806
|
}
|
2807
2807
|
}
|
2808
2808
|
}
|
@@ -2898,7 +2898,7 @@
|
|
2898
2898
|
"locationName": "name"
|
2899
2899
|
},
|
2900
2900
|
"ReplicationConfiguration": {
|
2901
|
-
"shape": "
|
2901
|
+
"shape": "S73",
|
2902
2902
|
"locationName": "ReplicationConfiguration",
|
2903
2903
|
"xmlNamespace": {
|
2904
2904
|
"uri": "http://awss3control.amazonaws.com/doc/2018-08-20/"
|
@@ -3106,7 +3106,7 @@
|
|
3106
3106
|
"idempotencyToken": true
|
3107
3107
|
},
|
3108
3108
|
"Details": {
|
3109
|
-
"shape": "
|
3109
|
+
"shape": "S5i"
|
3110
3110
|
}
|
3111
3111
|
}
|
3112
3112
|
},
|
@@ -3195,10 +3195,10 @@
|
|
3195
3195
|
"locationName": "x-amz-account-id"
|
3196
3196
|
},
|
3197
3197
|
"StorageLensConfiguration": {
|
3198
|
-
"shape": "
|
3198
|
+
"shape": "S8u"
|
3199
3199
|
},
|
3200
3200
|
"Tags": {
|
3201
|
-
"shape": "
|
3201
|
+
"shape": "S9v"
|
3202
3202
|
}
|
3203
3203
|
}
|
3204
3204
|
},
|
@@ -3241,7 +3241,7 @@
|
|
3241
3241
|
"locationName": "x-amz-account-id"
|
3242
3242
|
},
|
3243
3243
|
"Tags": {
|
3244
|
-
"shape": "
|
3244
|
+
"shape": "S9v"
|
3245
3245
|
}
|
3246
3246
|
}
|
3247
3247
|
},
|
@@ -3288,7 +3288,7 @@
|
|
3288
3288
|
"locationName": "mrap"
|
3289
3289
|
},
|
3290
3290
|
"RouteUpdates": {
|
3291
|
-
"shape": "
|
3291
|
+
"shape": "S8n"
|
3292
3292
|
}
|
3293
3293
|
}
|
3294
3294
|
},
|
@@ -3336,7 +3336,7 @@
|
|
3336
3336
|
"locationName": "resourceArn"
|
3337
3337
|
},
|
3338
3338
|
"Tags": {
|
3339
|
-
"shape": "
|
3339
|
+
"shape": "S45"
|
3340
3340
|
}
|
3341
3341
|
}
|
3342
3342
|
},
|
@@ -3535,7 +3535,7 @@
|
|
3535
3535
|
"locationName": "x-amz-account-id"
|
3536
3536
|
},
|
3537
3537
|
"StorageLensGroup": {
|
3538
|
-
"shape": "
|
3538
|
+
"shape": "S3q"
|
3539
3539
|
}
|
3540
3540
|
}
|
3541
3541
|
},
|
@@ -3951,6 +3951,30 @@
|
|
3951
3951
|
"ObjectReplicationStatuses": {
|
3952
3952
|
"type": "list",
|
3953
3953
|
"member": {}
|
3954
|
+
},
|
3955
|
+
"KeyNameConstraint": {
|
3956
|
+
"type": "structure",
|
3957
|
+
"members": {
|
3958
|
+
"MatchAnyPrefix": {
|
3959
|
+
"shape": "S3b"
|
3960
|
+
},
|
3961
|
+
"MatchAnySuffix": {
|
3962
|
+
"shape": "S3b"
|
3963
|
+
},
|
3964
|
+
"MatchAnySubstring": {
|
3965
|
+
"shape": "S3b"
|
3966
|
+
}
|
3967
|
+
}
|
3968
|
+
},
|
3969
|
+
"ObjectSizeGreaterThanBytes": {
|
3970
|
+
"type": "long"
|
3971
|
+
},
|
3972
|
+
"ObjectSizeLessThanBytes": {
|
3973
|
+
"type": "long"
|
3974
|
+
},
|
3975
|
+
"MatchAnyStorageClass": {
|
3976
|
+
"type": "list",
|
3977
|
+
"member": {}
|
3954
3978
|
}
|
3955
3979
|
}
|
3956
3980
|
},
|
@@ -3962,7 +3986,11 @@
|
|
3962
3986
|
},
|
3963
3987
|
"union": true
|
3964
3988
|
},
|
3965
|
-
"
|
3989
|
+
"S3b": {
|
3990
|
+
"type": "list",
|
3991
|
+
"member": {}
|
3992
|
+
},
|
3993
|
+
"S3j": {
|
3966
3994
|
"type": "structure",
|
3967
3995
|
"required": [
|
3968
3996
|
"Name",
|
@@ -3989,7 +4017,7 @@
|
|
3989
4017
|
}
|
3990
4018
|
}
|
3991
4019
|
},
|
3992
|
-
"
|
4020
|
+
"S3q": {
|
3993
4021
|
"type": "structure",
|
3994
4022
|
"required": [
|
3995
4023
|
"Name",
|
@@ -4001,37 +4029,37 @@
|
|
4001
4029
|
"type": "structure",
|
4002
4030
|
"members": {
|
4003
4031
|
"MatchAnyPrefix": {
|
4004
|
-
"shape": "
|
4032
|
+
"shape": "S3t"
|
4005
4033
|
},
|
4006
4034
|
"MatchAnySuffix": {
|
4007
|
-
"shape": "
|
4035
|
+
"shape": "S3v"
|
4008
4036
|
},
|
4009
4037
|
"MatchAnyTag": {
|
4010
|
-
"shape": "
|
4038
|
+
"shape": "S3x"
|
4011
4039
|
},
|
4012
4040
|
"MatchObjectAge": {
|
4013
|
-
"shape": "
|
4041
|
+
"shape": "S3y"
|
4014
4042
|
},
|
4015
4043
|
"MatchObjectSize": {
|
4016
|
-
"shape": "
|
4044
|
+
"shape": "S40"
|
4017
4045
|
},
|
4018
4046
|
"And": {
|
4019
4047
|
"type": "structure",
|
4020
4048
|
"members": {
|
4021
4049
|
"MatchAnyPrefix": {
|
4022
|
-
"shape": "
|
4050
|
+
"shape": "S3t"
|
4023
4051
|
},
|
4024
4052
|
"MatchAnySuffix": {
|
4025
|
-
"shape": "
|
4053
|
+
"shape": "S3v"
|
4026
4054
|
},
|
4027
4055
|
"MatchAnyTag": {
|
4028
|
-
"shape": "
|
4056
|
+
"shape": "S3x"
|
4029
4057
|
},
|
4030
4058
|
"MatchObjectAge": {
|
4031
|
-
"shape": "
|
4059
|
+
"shape": "S3y"
|
4032
4060
|
},
|
4033
4061
|
"MatchObjectSize": {
|
4034
|
-
"shape": "
|
4062
|
+
"shape": "S40"
|
4035
4063
|
}
|
4036
4064
|
}
|
4037
4065
|
},
|
@@ -4039,19 +4067,19 @@
|
|
4039
4067
|
"type": "structure",
|
4040
4068
|
"members": {
|
4041
4069
|
"MatchAnyPrefix": {
|
4042
|
-
"shape": "
|
4070
|
+
"shape": "S3t"
|
4043
4071
|
},
|
4044
4072
|
"MatchAnySuffix": {
|
4045
|
-
"shape": "
|
4073
|
+
"shape": "S3v"
|
4046
4074
|
},
|
4047
4075
|
"MatchAnyTag": {
|
4048
|
-
"shape": "
|
4076
|
+
"shape": "S3x"
|
4049
4077
|
},
|
4050
4078
|
"MatchObjectAge": {
|
4051
|
-
"shape": "
|
4079
|
+
"shape": "S3y"
|
4052
4080
|
},
|
4053
4081
|
"MatchObjectSize": {
|
4054
|
-
"shape": "
|
4082
|
+
"shape": "S40"
|
4055
4083
|
}
|
4056
4084
|
}
|
4057
4085
|
}
|
@@ -4060,26 +4088,26 @@
|
|
4060
4088
|
"StorageLensGroupArn": {}
|
4061
4089
|
}
|
4062
4090
|
},
|
4063
|
-
"
|
4091
|
+
"S3t": {
|
4064
4092
|
"type": "list",
|
4065
4093
|
"member": {
|
4066
4094
|
"locationName": "Prefix"
|
4067
4095
|
}
|
4068
4096
|
},
|
4069
|
-
"
|
4097
|
+
"S3v": {
|
4070
4098
|
"type": "list",
|
4071
4099
|
"member": {
|
4072
4100
|
"locationName": "Suffix"
|
4073
4101
|
}
|
4074
4102
|
},
|
4075
|
-
"
|
4103
|
+
"S3x": {
|
4076
4104
|
"type": "list",
|
4077
4105
|
"member": {
|
4078
4106
|
"shape": "S1v",
|
4079
4107
|
"locationName": "Tag"
|
4080
4108
|
}
|
4081
4109
|
},
|
4082
|
-
"
|
4110
|
+
"S3y": {
|
4083
4111
|
"type": "structure",
|
4084
4112
|
"members": {
|
4085
4113
|
"DaysGreaterThan": {
|
@@ -4090,7 +4118,7 @@
|
|
4090
4118
|
}
|
4091
4119
|
}
|
4092
4120
|
},
|
4093
|
-
"
|
4121
|
+
"S40": {
|
4094
4122
|
"type": "structure",
|
4095
4123
|
"members": {
|
4096
4124
|
"BytesGreaterThan": {
|
@@ -4101,7 +4129,7 @@
|
|
4101
4129
|
}
|
4102
4130
|
}
|
4103
4131
|
},
|
4104
|
-
"
|
4132
|
+
"S45": {
|
4105
4133
|
"type": "list",
|
4106
4134
|
"member": {
|
4107
4135
|
"locationName": "Tag",
|
@@ -4116,7 +4144,7 @@
|
|
4116
4144
|
}
|
4117
4145
|
}
|
4118
4146
|
},
|
4119
|
-
"
|
4147
|
+
"S4j": {
|
4120
4148
|
"type": "structure",
|
4121
4149
|
"required": [
|
4122
4150
|
"Name"
|
@@ -4125,7 +4153,7 @@
|
|
4125
4153
|
"Name": {}
|
4126
4154
|
}
|
4127
4155
|
},
|
4128
|
-
"
|
4156
|
+
"S4w": {
|
4129
4157
|
"type": "structure",
|
4130
4158
|
"members": {
|
4131
4159
|
"TotalNumberOfTasks": {
|
@@ -4147,7 +4175,7 @@
|
|
4147
4175
|
}
|
4148
4176
|
}
|
4149
4177
|
},
|
4150
|
-
"
|
4178
|
+
"S5i": {
|
4151
4179
|
"type": "structure",
|
4152
4180
|
"required": [
|
4153
4181
|
"Name",
|
@@ -4158,7 +4186,7 @@
|
|
4158
4186
|
"Policy": {}
|
4159
4187
|
}
|
4160
4188
|
},
|
4161
|
-
"
|
4189
|
+
"S67": {
|
4162
4190
|
"type": "structure",
|
4163
4191
|
"members": {
|
4164
4192
|
"IsPublic": {
|
@@ -4167,7 +4195,7 @@
|
|
4167
4195
|
}
|
4168
4196
|
}
|
4169
4197
|
},
|
4170
|
-
"
|
4198
|
+
"S6g": {
|
4171
4199
|
"type": "list",
|
4172
4200
|
"member": {
|
4173
4201
|
"locationName": "Rule",
|
@@ -4273,7 +4301,7 @@
|
|
4273
4301
|
}
|
4274
4302
|
}
|
4275
4303
|
},
|
4276
|
-
"
|
4304
|
+
"S73": {
|
4277
4305
|
"type": "structure",
|
4278
4306
|
"required": [
|
4279
4307
|
"Role",
|
@@ -4368,7 +4396,7 @@
|
|
4368
4396
|
"members": {
|
4369
4397
|
"Status": {},
|
4370
4398
|
"Time": {
|
4371
|
-
"shape": "
|
4399
|
+
"shape": "S7m"
|
4372
4400
|
}
|
4373
4401
|
}
|
4374
4402
|
},
|
@@ -4395,7 +4423,7 @@
|
|
4395
4423
|
"members": {
|
4396
4424
|
"Status": {},
|
4397
4425
|
"EventThreshold": {
|
4398
|
-
"shape": "
|
4426
|
+
"shape": "S7m"
|
4399
4427
|
}
|
4400
4428
|
}
|
4401
4429
|
},
|
@@ -4417,7 +4445,7 @@
|
|
4417
4445
|
}
|
4418
4446
|
}
|
4419
4447
|
},
|
4420
|
-
"
|
4448
|
+
"S7m": {
|
4421
4449
|
"type": "structure",
|
4422
4450
|
"members": {
|
4423
4451
|
"Minutes": {
|
@@ -4425,7 +4453,7 @@
|
|
4425
4453
|
}
|
4426
4454
|
}
|
4427
4455
|
},
|
4428
|
-
"
|
4456
|
+
"S87": {
|
4429
4457
|
"type": "structure",
|
4430
4458
|
"members": {
|
4431
4459
|
"Name": {},
|
@@ -4451,7 +4479,7 @@
|
|
4451
4479
|
}
|
4452
4480
|
}
|
4453
4481
|
},
|
4454
|
-
"
|
4482
|
+
"S8n": {
|
4455
4483
|
"type": "list",
|
4456
4484
|
"member": {
|
4457
4485
|
"locationName": "Route",
|
@@ -4468,7 +4496,7 @@
|
|
4468
4496
|
}
|
4469
4497
|
}
|
4470
4498
|
},
|
4471
|
-
"
|
4499
|
+
"S8u": {
|
4472
4500
|
"type": "structure",
|
4473
4501
|
"required": [
|
4474
4502
|
"Id",
|
@@ -4484,13 +4512,13 @@
|
|
4484
4512
|
],
|
4485
4513
|
"members": {
|
4486
4514
|
"ActivityMetrics": {
|
4487
|
-
"shape": "
|
4515
|
+
"shape": "S8w"
|
4488
4516
|
},
|
4489
4517
|
"BucketLevel": {
|
4490
4518
|
"type": "structure",
|
4491
4519
|
"members": {
|
4492
4520
|
"ActivityMetrics": {
|
4493
|
-
"shape": "
|
4521
|
+
"shape": "S8w"
|
4494
4522
|
},
|
4495
4523
|
"PrefixLevel": {
|
4496
4524
|
"type": "structure",
|
@@ -4521,24 +4549,24 @@
|
|
4521
4549
|
}
|
4522
4550
|
},
|
4523
4551
|
"AdvancedCostOptimizationMetrics": {
|
4524
|
-
"shape": "
|
4552
|
+
"shape": "S95"
|
4525
4553
|
},
|
4526
4554
|
"AdvancedDataProtectionMetrics": {
|
4527
|
-
"shape": "
|
4555
|
+
"shape": "S96"
|
4528
4556
|
},
|
4529
4557
|
"DetailedStatusCodesMetrics": {
|
4530
|
-
"shape": "
|
4558
|
+
"shape": "S97"
|
4531
4559
|
}
|
4532
4560
|
}
|
4533
4561
|
},
|
4534
4562
|
"AdvancedCostOptimizationMetrics": {
|
4535
|
-
"shape": "
|
4563
|
+
"shape": "S95"
|
4536
4564
|
},
|
4537
4565
|
"AdvancedDataProtectionMetrics": {
|
4538
|
-
"shape": "
|
4566
|
+
"shape": "S96"
|
4539
4567
|
},
|
4540
4568
|
"DetailedStatusCodesMetrics": {
|
4541
|
-
"shape": "
|
4569
|
+
"shape": "S97"
|
4542
4570
|
},
|
4543
4571
|
"StorageLensGroupLevel": {
|
4544
4572
|
"type": "structure",
|
@@ -4568,10 +4596,10 @@
|
|
4568
4596
|
"type": "structure",
|
4569
4597
|
"members": {
|
4570
4598
|
"Buckets": {
|
4571
|
-
"shape": "
|
4599
|
+
"shape": "S9d"
|
4572
4600
|
},
|
4573
4601
|
"Regions": {
|
4574
|
-
"shape": "
|
4602
|
+
"shape": "S9e"
|
4575
4603
|
}
|
4576
4604
|
}
|
4577
4605
|
},
|
@@ -4579,10 +4607,10 @@
|
|
4579
4607
|
"type": "structure",
|
4580
4608
|
"members": {
|
4581
4609
|
"Buckets": {
|
4582
|
-
"shape": "
|
4610
|
+
"shape": "S9d"
|
4583
4611
|
},
|
4584
4612
|
"Regions": {
|
4585
|
-
"shape": "
|
4613
|
+
"shape": "S9e"
|
4586
4614
|
}
|
4587
4615
|
}
|
4588
4616
|
},
|
@@ -4653,7 +4681,7 @@
|
|
4653
4681
|
"StorageLensArn": {}
|
4654
4682
|
}
|
4655
4683
|
},
|
4656
|
-
"
|
4684
|
+
"S8w": {
|
4657
4685
|
"type": "structure",
|
4658
4686
|
"members": {
|
4659
4687
|
"IsEnabled": {
|
@@ -4661,7 +4689,7 @@
|
|
4661
4689
|
}
|
4662
4690
|
}
|
4663
4691
|
},
|
4664
|
-
"
|
4692
|
+
"S95": {
|
4665
4693
|
"type": "structure",
|
4666
4694
|
"members": {
|
4667
4695
|
"IsEnabled": {
|
@@ -4669,7 +4697,7 @@
|
|
4669
4697
|
}
|
4670
4698
|
}
|
4671
4699
|
},
|
4672
|
-
"
|
4700
|
+
"S96": {
|
4673
4701
|
"type": "structure",
|
4674
4702
|
"members": {
|
4675
4703
|
"IsEnabled": {
|
@@ -4677,7 +4705,7 @@
|
|
4677
4705
|
}
|
4678
4706
|
}
|
4679
4707
|
},
|
4680
|
-
"
|
4708
|
+
"S97": {
|
4681
4709
|
"type": "structure",
|
4682
4710
|
"members": {
|
4683
4711
|
"IsEnabled": {
|
@@ -4685,19 +4713,19 @@
|
|
4685
4713
|
}
|
4686
4714
|
}
|
4687
4715
|
},
|
4688
|
-
"
|
4716
|
+
"S9d": {
|
4689
4717
|
"type": "list",
|
4690
4718
|
"member": {
|
4691
4719
|
"locationName": "Arn"
|
4692
4720
|
}
|
4693
4721
|
},
|
4694
|
-
"
|
4722
|
+
"S9e": {
|
4695
4723
|
"type": "list",
|
4696
4724
|
"member": {
|
4697
4725
|
"locationName": "Region"
|
4698
4726
|
}
|
4699
4727
|
},
|
4700
|
-
"
|
4728
|
+
"S9v": {
|
4701
4729
|
"type": "list",
|
4702
4730
|
"member": {
|
4703
4731
|
"locationName": "Tag",
|