cdk-lambda-subminute 2.0.224 → 2.0.226
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 +15 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +54 -16
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +3 -0
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/ebs-2019-11-02.min.json +2 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +795 -780
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +25 -0
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +823 -0
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +390 -318
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.examples.json +5 -0
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +438 -0
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.paginators.json +22 -0
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/metadata.json +7 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +3 -0
- 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/autoscaling.d.ts +7 -7
- package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +1 -1
- package/node_modules/aws-sdk/clients/ebs.d.ts +17 -12
- package/node_modules/aws-sdk/clients/ec2.d.ts +29 -0
- package/node_modules/aws-sdk/clients/eks.d.ts +1 -1
- package/node_modules/aws-sdk/clients/entityresolution.d.ts +815 -0
- package/node_modules/aws-sdk/clients/entityresolution.js +18 -0
- package/node_modules/aws-sdk/clients/glue.d.ts +123 -1
- package/node_modules/aws-sdk/clients/healthlake.d.ts +70 -70
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +494 -0
- package/node_modules/aws-sdk/clients/managedblockchainquery.js +19 -0
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +421 -414
- package/node_modules/aws-sdk/clients/opensearchserverless.d.ts +1 -1
- package/node_modules/aws-sdk/clients/polly.d.ts +2 -2
- package/node_modules/aws-sdk/clients/route53.d.ts +13 -13
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1 -0
- 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 +92 -11
- package/node_modules/aws-sdk/dist/aws-sdk.js +839 -783
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +98 -98
- 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/package.json +1 -1
- package/package.json +4 -4
|
@@ -352,6 +352,8 @@ export abstract class ConfigurationServicePlaceholders {
|
|
|
352
352
|
verifiedpermissions?: AWS.VerifiedPermissions.Types.ClientConfiguration;
|
|
353
353
|
appfabric?: AWS.AppFabric.Types.ClientConfiguration;
|
|
354
354
|
medicalimaging?: AWS.MedicalImaging.Types.ClientConfiguration;
|
|
355
|
+
entityresolution?: AWS.EntityResolution.Types.ClientConfiguration;
|
|
356
|
+
managedblockchainquery?: AWS.ManagedBlockchainQuery.Types.ClientConfiguration;
|
|
355
357
|
}
|
|
356
358
|
export interface ConfigurationServiceApiVersions {
|
|
357
359
|
acm?: AWS.ACM.Types.apiVersion;
|
|
@@ -706,4 +708,6 @@ export interface ConfigurationServiceApiVersions {
|
|
|
706
708
|
verifiedpermissions?: AWS.VerifiedPermissions.Types.apiVersion;
|
|
707
709
|
appfabric?: AWS.AppFabric.Types.apiVersion;
|
|
708
710
|
medicalimaging?: AWS.MedicalImaging.Types.apiVersion;
|
|
711
|
+
entityresolution?: AWS.EntityResolution.Types.apiVersion;
|
|
712
|
+
managedblockchainquery?: AWS.ManagedBlockchainQuery.Types.apiVersion;
|
|
709
713
|
}
|
package/package.json
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@typescript-eslint/parser": "^5",
|
|
46
46
|
"aws-cdk-lib": "^2.88.0",
|
|
47
47
|
"constructs": "^10.0.5",
|
|
48
|
-
"esbuild": "^0.18.
|
|
48
|
+
"esbuild": "^0.18.17",
|
|
49
49
|
"eslint": "^8",
|
|
50
50
|
"eslint-import-resolver-node": "^0.3.7",
|
|
51
51
|
"eslint-import-resolver-typescript": "^2.7.1",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"jsii-pacmak": "^1.85.0",
|
|
59
59
|
"jsii-rosetta": "1.x",
|
|
60
60
|
"npm-check-updates": "^16",
|
|
61
|
-
"projen": "^0.71.
|
|
61
|
+
"projen": "^0.71.153",
|
|
62
62
|
"source-map-support": "^0.5.21",
|
|
63
63
|
"standard-version": "^9",
|
|
64
64
|
"ts-jest": "^27",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
72
|
"aws-cdk-lib": "^2.88.0",
|
|
73
|
-
"aws-sdk": "^2.
|
|
73
|
+
"aws-sdk": "^2.1424.0",
|
|
74
74
|
"constructs": "^10.0.5"
|
|
75
75
|
},
|
|
76
76
|
"bundledDependencies": [
|
|
@@ -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.226",
|
|
96
96
|
"jest": {
|
|
97
97
|
"testMatch": [
|
|
98
98
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|