cdk-comprehend-s3olap 2.0.198 → 2.0.200
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 +17 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +149 -149
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +523 -212
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +344 -84
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +56 -49
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +265 -256
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.min.json +3 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +624 -606
- package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +2 -2
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +934 -857
- package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +68 -67
- package/node_modules/aws-sdk/clients/amp.d.ts +132 -132
- package/node_modules/aws-sdk/clients/appstream.d.ts +426 -8
- package/node_modules/aws-sdk/clients/chime.d.ts +268 -268
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +33 -22
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +28 -0
- package/node_modules/aws-sdk/clients/ecs.d.ts +4 -0
- package/node_modules/aws-sdk/clients/gamelift.d.ts +6 -6
- package/node_modules/aws-sdk/clients/glue.d.ts +23 -0
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +7 -7
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +113 -12
- package/node_modules/aws-sdk/clients/transfer.d.ts +11 -6
- 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 +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +420 -408
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +74 -74
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +28 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -263,7 +263,7 @@
|
|
263
263
|
"DeleteRecordingConfiguration": {
|
264
264
|
"http": {
|
265
265
|
"requestUri": "/DeleteRecordingConfiguration",
|
266
|
-
"responseCode":
|
266
|
+
"responseCode": 204
|
267
267
|
},
|
268
268
|
"input": {
|
269
269
|
"type": "structure",
|
@@ -838,7 +838,7 @@
|
|
838
838
|
"PutMetadata": {
|
839
839
|
"http": {
|
840
840
|
"requestUri": "/PutMetadata",
|
841
|
-
"responseCode":
|
841
|
+
"responseCode": 204
|
842
842
|
},
|
843
843
|
"input": {
|
844
844
|
"type": "structure",
|