cdk-comprehend-s3olap 2.0.102 → 2.0.103
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-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +6 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +237 -126
- package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +102 -19
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +584 -572
- package/node_modules/aws-sdk/clients/comprehend.d.ts +148 -34
- package/node_modules/aws-sdk/clients/s3control.d.ts +109 -41
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +31 -10
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +4 -4
- package/node_modules/aws-sdk/dist/aws-sdk.js +240 -129
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +78 -78
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -1228,6 +1228,42 @@
|
|
1228
1228
|
"hostPrefix": "{AccountId}."
|
1229
1229
|
}
|
1230
1230
|
},
|
1231
|
+
"GetBucketVersioning": {
|
1232
|
+
"http": {
|
1233
|
+
"method": "GET",
|
1234
|
+
"requestUri": "/v20180820/bucket/{name}/versioning"
|
1235
|
+
},
|
1236
|
+
"input": {
|
1237
|
+
"type": "structure",
|
1238
|
+
"required": [
|
1239
|
+
"AccountId",
|
1240
|
+
"Bucket"
|
1241
|
+
],
|
1242
|
+
"members": {
|
1243
|
+
"AccountId": {
|
1244
|
+
"hostLabel": true,
|
1245
|
+
"location": "header",
|
1246
|
+
"locationName": "x-amz-account-id"
|
1247
|
+
},
|
1248
|
+
"Bucket": {
|
1249
|
+
"location": "uri",
|
1250
|
+
"locationName": "name"
|
1251
|
+
}
|
1252
|
+
}
|
1253
|
+
},
|
1254
|
+
"output": {
|
1255
|
+
"type": "structure",
|
1256
|
+
"members": {
|
1257
|
+
"Status": {},
|
1258
|
+
"MFADelete": {
|
1259
|
+
"locationName": "MfaDelete"
|
1260
|
+
}
|
1261
|
+
}
|
1262
|
+
},
|
1263
|
+
"endpoint": {
|
1264
|
+
"hostPrefix": "{AccountId}."
|
1265
|
+
}
|
1266
|
+
},
|
1231
1267
|
"GetJobTagging": {
|
1232
1268
|
"http": {
|
1233
1269
|
"method": "GET",
|
@@ -1290,7 +1326,7 @@
|
|
1290
1326
|
"type": "structure",
|
1291
1327
|
"members": {
|
1292
1328
|
"AccessPoint": {
|
1293
|
-
"shape": "
|
1329
|
+
"shape": "S6j"
|
1294
1330
|
}
|
1295
1331
|
}
|
1296
1332
|
},
|
@@ -1443,7 +1479,7 @@
|
|
1443
1479
|
"type": "structure",
|
1444
1480
|
"members": {
|
1445
1481
|
"StorageLensConfiguration": {
|
1446
|
-
"shape": "
|
1482
|
+
"shape": "S70"
|
1447
1483
|
}
|
1448
1484
|
},
|
1449
1485
|
"payload": "StorageLensConfiguration"
|
@@ -1479,7 +1515,7 @@
|
|
1479
1515
|
"type": "structure",
|
1480
1516
|
"members": {
|
1481
1517
|
"Tags": {
|
1482
|
-
"shape": "
|
1518
|
+
"shape": "S7u"
|
1483
1519
|
}
|
1484
1520
|
}
|
1485
1521
|
},
|
@@ -1701,7 +1737,7 @@
|
|
1701
1737
|
"AccessPoints": {
|
1702
1738
|
"type": "list",
|
1703
1739
|
"member": {
|
1704
|
-
"shape": "
|
1740
|
+
"shape": "S6j",
|
1705
1741
|
"locationName": "AccessPoint"
|
1706
1742
|
}
|
1707
1743
|
},
|
@@ -2056,6 +2092,53 @@
|
|
2056
2092
|
},
|
2057
2093
|
"httpChecksumRequired": true
|
2058
2094
|
},
|
2095
|
+
"PutBucketVersioning": {
|
2096
|
+
"http": {
|
2097
|
+
"method": "PUT",
|
2098
|
+
"requestUri": "/v20180820/bucket/{name}/versioning"
|
2099
|
+
},
|
2100
|
+
"input": {
|
2101
|
+
"type": "structure",
|
2102
|
+
"required": [
|
2103
|
+
"AccountId",
|
2104
|
+
"Bucket",
|
2105
|
+
"VersioningConfiguration"
|
2106
|
+
],
|
2107
|
+
"members": {
|
2108
|
+
"AccountId": {
|
2109
|
+
"hostLabel": true,
|
2110
|
+
"location": "header",
|
2111
|
+
"locationName": "x-amz-account-id"
|
2112
|
+
},
|
2113
|
+
"Bucket": {
|
2114
|
+
"location": "uri",
|
2115
|
+
"locationName": "name"
|
2116
|
+
},
|
2117
|
+
"MFA": {
|
2118
|
+
"location": "header",
|
2119
|
+
"locationName": "x-amz-mfa"
|
2120
|
+
},
|
2121
|
+
"VersioningConfiguration": {
|
2122
|
+
"locationName": "VersioningConfiguration",
|
2123
|
+
"xmlNamespace": {
|
2124
|
+
"uri": "http://awss3control.amazonaws.com/doc/2018-08-20/"
|
2125
|
+
},
|
2126
|
+
"type": "structure",
|
2127
|
+
"members": {
|
2128
|
+
"MFADelete": {
|
2129
|
+
"locationName": "MfaDelete"
|
2130
|
+
},
|
2131
|
+
"Status": {}
|
2132
|
+
}
|
2133
|
+
}
|
2134
|
+
},
|
2135
|
+
"payload": "VersioningConfiguration"
|
2136
|
+
},
|
2137
|
+
"endpoint": {
|
2138
|
+
"hostPrefix": "{AccountId}."
|
2139
|
+
},
|
2140
|
+
"httpChecksumRequired": true
|
2141
|
+
},
|
2059
2142
|
"PutJobTagging": {
|
2060
2143
|
"http": {
|
2061
2144
|
"method": "PUT",
|
@@ -2193,10 +2276,10 @@
|
|
2193
2276
|
"locationName": "x-amz-account-id"
|
2194
2277
|
},
|
2195
2278
|
"StorageLensConfiguration": {
|
2196
|
-
"shape": "
|
2279
|
+
"shape": "S70"
|
2197
2280
|
},
|
2198
2281
|
"Tags": {
|
2199
|
-
"shape": "
|
2282
|
+
"shape": "S7u"
|
2200
2283
|
}
|
2201
2284
|
}
|
2202
2285
|
},
|
@@ -2231,7 +2314,7 @@
|
|
2231
2314
|
"locationName": "x-amz-account-id"
|
2232
2315
|
},
|
2233
2316
|
"Tags": {
|
2234
|
-
"shape": "
|
2317
|
+
"shape": "S7u"
|
2235
2318
|
}
|
2236
2319
|
}
|
2237
2320
|
},
|
@@ -2906,7 +2989,7 @@
|
|
2906
2989
|
}
|
2907
2990
|
}
|
2908
2991
|
},
|
2909
|
-
"
|
2992
|
+
"S6j": {
|
2910
2993
|
"type": "structure",
|
2911
2994
|
"members": {
|
2912
2995
|
"Name": {},
|
@@ -2931,7 +3014,7 @@
|
|
2931
3014
|
}
|
2932
3015
|
}
|
2933
3016
|
},
|
2934
|
-
"
|
3017
|
+
"S70": {
|
2935
3018
|
"type": "structure",
|
2936
3019
|
"required": [
|
2937
3020
|
"Id",
|
@@ -2947,13 +3030,13 @@
|
|
2947
3030
|
],
|
2948
3031
|
"members": {
|
2949
3032
|
"ActivityMetrics": {
|
2950
|
-
"shape": "
|
3033
|
+
"shape": "S72"
|
2951
3034
|
},
|
2952
3035
|
"BucketLevel": {
|
2953
3036
|
"type": "structure",
|
2954
3037
|
"members": {
|
2955
3038
|
"ActivityMetrics": {
|
2956
|
-
"shape": "
|
3039
|
+
"shape": "S72"
|
2957
3040
|
},
|
2958
3041
|
"PrefixLevel": {
|
2959
3042
|
"type": "structure",
|
@@ -2991,10 +3074,10 @@
|
|
2991
3074
|
"type": "structure",
|
2992
3075
|
"members": {
|
2993
3076
|
"Buckets": {
|
2994
|
-
"shape": "
|
3077
|
+
"shape": "S7c"
|
2995
3078
|
},
|
2996
3079
|
"Regions": {
|
2997
|
-
"shape": "
|
3080
|
+
"shape": "S7d"
|
2998
3081
|
}
|
2999
3082
|
}
|
3000
3083
|
},
|
@@ -3002,10 +3085,10 @@
|
|
3002
3085
|
"type": "structure",
|
3003
3086
|
"members": {
|
3004
3087
|
"Buckets": {
|
3005
|
-
"shape": "
|
3088
|
+
"shape": "S7c"
|
3006
3089
|
},
|
3007
3090
|
"Regions": {
|
3008
|
-
"shape": "
|
3091
|
+
"shape": "S7d"
|
3009
3092
|
}
|
3010
3093
|
}
|
3011
3094
|
},
|
@@ -3076,7 +3159,7 @@
|
|
3076
3159
|
"StorageLensArn": {}
|
3077
3160
|
}
|
3078
3161
|
},
|
3079
|
-
"
|
3162
|
+
"S72": {
|
3080
3163
|
"type": "structure",
|
3081
3164
|
"members": {
|
3082
3165
|
"IsEnabled": {
|
@@ -3084,19 +3167,19 @@
|
|
3084
3167
|
}
|
3085
3168
|
}
|
3086
3169
|
},
|
3087
|
-
"
|
3170
|
+
"S7c": {
|
3088
3171
|
"type": "list",
|
3089
3172
|
"member": {
|
3090
3173
|
"locationName": "Arn"
|
3091
3174
|
}
|
3092
3175
|
},
|
3093
|
-
"
|
3176
|
+
"S7d": {
|
3094
3177
|
"type": "list",
|
3095
3178
|
"member": {
|
3096
3179
|
"locationName": "Region"
|
3097
3180
|
}
|
3098
3181
|
},
|
3099
|
-
"
|
3182
|
+
"S7u": {
|
3100
3183
|
"type": "list",
|
3101
3184
|
"member": {
|
3102
3185
|
"locationName": "Tag",
|