cdk-comprehend-s3olap 2.0.16 → 2.0.19
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 +11 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +69 -13
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +54 -5
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/metadata.json +0 -3
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +233 -44
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.min.json +75 -25
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +231 -182
- package/node_modules/aws-sdk/clients/all.d.ts +0 -1
- package/node_modules/aws-sdk/clients/all.js +0 -1
- package/node_modules/aws-sdk/clients/glue.d.ts +106 -2
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +69 -1
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +1 -1
- package/node_modules/aws-sdk/clients/mgn.d.ts +218 -3
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +70 -8
- package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +8 -8
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +69 -8
- 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 +19 -54
- package/node_modules/aws-sdk/dist/aws-sdk.js +7 -8
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +16 -16
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +5 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.js +4 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.examples.json +0 -5
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.min.json +0 -1206
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.paginators.json +0 -40
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +0 -1525
- package/node_modules/aws-sdk/clients/redshiftserverless.js +0 -18
@@ -308,7 +308,6 @@ export abstract class ConfigurationServicePlaceholders {
|
|
308
308
|
chimesdkmediapipelines?: AWS.ChimeSDKMediaPipelines.Types.ClientConfiguration;
|
309
309
|
emrserverless?: AWS.EMRServerless.Types.ClientConfiguration;
|
310
310
|
m2?: AWS.M2.Types.ClientConfiguration;
|
311
|
-
redshiftserverless?: AWS.RedshiftServerless.Types.ClientConfiguration;
|
312
311
|
connectcampaigns?: AWS.ConnectCampaigns.Types.ClientConfiguration;
|
313
312
|
}
|
314
313
|
export interface ConfigurationServiceApiVersions {
|
@@ -620,6 +619,5 @@ export interface ConfigurationServiceApiVersions {
|
|
620
619
|
chimesdkmediapipelines?: AWS.ChimeSDKMediaPipelines.Types.apiVersion;
|
621
620
|
emrserverless?: AWS.EMRServerless.Types.apiVersion;
|
622
621
|
m2?: AWS.M2.Types.apiVersion;
|
623
|
-
redshiftserverless?: AWS.RedshiftServerless.Types.apiVersion;
|
624
622
|
connectcampaigns?: AWS.ConnectCampaigns.Types.apiVersion;
|
625
623
|
}
|
@@ -88,7 +88,11 @@ export namespace DocumentClient {
|
|
88
88
|
*/
|
89
89
|
params?: {[key: string]: any}
|
90
90
|
/**
|
91
|
-
* An optional pre-configured instance
|
91
|
+
* An optional pre-configured instance
|
92
|
+
* of the AWS.DynamoDB service object. This instance's config will be
|
93
|
+
* copied to a new instance used by this client. You should not need to
|
94
|
+
* retain a reference to the input object, and may destroy it or allow it
|
95
|
+
* to be garbage collected.
|
92
96
|
*/
|
93
97
|
service?: DynamoDB
|
94
98
|
}
|
@@ -46,8 +46,10 @@ AWS.DynamoDB.DocumentClient = AWS.util.inherit({
|
|
46
46
|
* @option options params [map] An optional map of parameters to bind to every
|
47
47
|
* request sent by this service object.
|
48
48
|
* @option options service [AWS.DynamoDB] An optional pre-configured instance
|
49
|
-
* of the AWS.DynamoDB service object
|
50
|
-
*
|
49
|
+
* of the AWS.DynamoDB service object. This instance's config will be
|
50
|
+
* copied to a new instance used by this client. You should not need to
|
51
|
+
* retain a reference to the input object, and may destroy it or allow it
|
52
|
+
* to be garbage collected.
|
51
53
|
* @option options convertEmptyValues [Boolean] set to true if you would like
|
52
54
|
* the document client to convert empty values (0-length strings, binary
|
53
55
|
* buffers, and sets) to be converted to NULL types when persisting to
|
package/package.json
CHANGED
@@ -44,7 +44,7 @@
|
|
44
44
|
"@types/node": "^14",
|
45
45
|
"@typescript-eslint/eslint-plugin": "^5",
|
46
46
|
"@typescript-eslint/parser": "^5",
|
47
|
-
"aws-cdk-lib": "^2.29.
|
47
|
+
"aws-cdk-lib": "^2.29.1",
|
48
48
|
"constructs": "^10.0.5",
|
49
49
|
"esbuild": "^0.14.47",
|
50
50
|
"eslint": "^8",
|
@@ -59,7 +59,7 @@
|
|
59
59
|
"jsii-pacmak": "^1.61.0",
|
60
60
|
"json-schema": "^0.4.0",
|
61
61
|
"npm-check-updates": "^12",
|
62
|
-
"projen": "^0.58.
|
62
|
+
"projen": "^0.58.17",
|
63
63
|
"standard-version": "^9",
|
64
64
|
"ts-jest": "^27",
|
65
65
|
"typescript": "^4.7.4"
|
@@ -69,8 +69,8 @@
|
|
69
69
|
"constructs": "^10.0.5"
|
70
70
|
},
|
71
71
|
"dependencies": {
|
72
|
-
"aws-cdk-lib": "^2.29.
|
73
|
-
"aws-sdk": "^2.
|
72
|
+
"aws-cdk-lib": "^2.29.1",
|
73
|
+
"aws-sdk": "^2.1162.0",
|
74
74
|
"constructs": "^10.0.5",
|
75
75
|
"esbuild": "^0.14.47"
|
76
76
|
},
|
@@ -92,7 +92,7 @@
|
|
92
92
|
],
|
93
93
|
"main": "lib/index.js",
|
94
94
|
"license": "Apache-2.0",
|
95
|
-
"version": "2.0.
|
95
|
+
"version": "2.0.19",
|
96
96
|
"jest": {
|
97
97
|
"testMatch": [
|
98
98
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|