cdk-lambda-subminute 2.0.404 → 2.0.406
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/README.md +1 -1
- package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +7 -1
- package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +70 -67
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +350 -300
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +370 -279
- package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +28 -5
- package/node_modules/aws-sdk/apis/metadata.json +4 -4
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +97 -97
- package/node_modules/aws-sdk/apis/timestream-influxdb-2023-01-27.min.json +522 -0
- package/node_modules/aws-sdk/apis/timestream-influxdb-2023-01-27.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/workspaces-thin-client-2023-08-22.min.json +1 -2
- package/node_modules/aws-sdk/clients/all.d.ts +1 -1
- package/node_modules/aws-sdk/clients/all.js +2 -2
- package/node_modules/aws-sdk/clients/amplify.d.ts +8 -8
- package/node_modules/aws-sdk/clients/backup.d.ts +13 -5
- package/node_modules/aws-sdk/clients/codebuild.d.ts +13 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +50 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +100 -1
- package/node_modules/aws-sdk/clients/elbv2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/fis.d.ts +60 -13
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/rds.d.ts +2 -2
- package/node_modules/aws-sdk/clients/s3.d.ts +47 -47
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +5 -5
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +4 -4
- package/node_modules/aws-sdk/clients/timestreaminfluxdb.d.ts +773 -0
- package/node_modules/aws-sdk/clients/timestreaminfluxdb.js +18 -0
- package/node_modules/aws-sdk/clients/workspacesthinclient.d.ts +0 -4
- 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 +412 -412
- package/node_modules/aws-sdk/dist/aws-sdk.js +797 -653
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.min.json +0 -923
- package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.paginators.json +0 -28
- package/node_modules/aws-sdk/clients/iotroborunner.d.ts +0 -534
- package/node_modules/aws-sdk/clients/iotroborunner.js +0 -18
- /package/node_modules/aws-sdk/apis/{iot-roborunner-2018-05-10.examples.json → timestream-influxdb-2023-01-27.examples.json} +0 -0
@@ -320,7 +320,6 @@ export abstract class ConfigurationServicePlaceholders {
|
|
320
320
|
resourceexplorer2?: AWS.ResourceExplorer2.Types.ClientConfiguration;
|
321
321
|
scheduler?: AWS.Scheduler.Types.ClientConfiguration;
|
322
322
|
chimesdkvoice?: AWS.ChimeSDKVoice.Types.ClientConfiguration;
|
323
|
-
iotroborunner?: AWS.IoTRoboRunner.Types.ClientConfiguration;
|
324
323
|
ssmsap?: AWS.SsmSap.Types.ClientConfiguration;
|
325
324
|
oam?: AWS.OAM.Types.ClientConfiguration;
|
326
325
|
arczonalshift?: AWS.ARCZonalShift.Types.ClientConfiguration;
|
@@ -378,6 +377,7 @@ export abstract class ConfigurationServicePlaceholders {
|
|
378
377
|
supplychain?: AWS.SupplyChain.Types.ClientConfiguration;
|
379
378
|
artifact?: AWS.Artifact.Types.ClientConfiguration;
|
380
379
|
chatbot?: AWS.Chatbot.Types.ClientConfiguration;
|
380
|
+
timestreaminfluxdb?: AWS.TimestreamInfluxDB.Types.ClientConfiguration;
|
381
381
|
}
|
382
382
|
export interface ConfigurationServiceApiVersions {
|
383
383
|
acm?: AWS.ACM.Types.apiVersion;
|
@@ -700,7 +700,6 @@ export interface ConfigurationServiceApiVersions {
|
|
700
700
|
resourceexplorer2?: AWS.ResourceExplorer2.Types.apiVersion;
|
701
701
|
scheduler?: AWS.Scheduler.Types.apiVersion;
|
702
702
|
chimesdkvoice?: AWS.ChimeSDKVoice.Types.apiVersion;
|
703
|
-
iotroborunner?: AWS.IoTRoboRunner.Types.apiVersion;
|
704
703
|
ssmsap?: AWS.SsmSap.Types.apiVersion;
|
705
704
|
oam?: AWS.OAM.Types.apiVersion;
|
706
705
|
arczonalshift?: AWS.ARCZonalShift.Types.apiVersion;
|
@@ -758,4 +757,5 @@ export interface ConfigurationServiceApiVersions {
|
|
758
757
|
supplychain?: AWS.SupplyChain.Types.apiVersion;
|
759
758
|
artifact?: AWS.Artifact.Types.apiVersion;
|
760
759
|
chatbot?: AWS.Chatbot.Types.apiVersion;
|
760
|
+
timestreaminfluxdb?: AWS.TimestreamInfluxDB.Types.apiVersion;
|
761
761
|
}
|
package/package.json
CHANGED
@@ -44,7 +44,7 @@
|
|
44
44
|
"@typescript-eslint/eslint-plugin": "^6",
|
45
45
|
"@typescript-eslint/parser": "^6",
|
46
46
|
"aws-cdk-lib": "^2.95.0",
|
47
|
-
"esbuild": "^0.20.
|
47
|
+
"esbuild": "^0.20.2",
|
48
48
|
"eslint": "^8",
|
49
49
|
"eslint-import-resolver-typescript": "^2.7.1",
|
50
50
|
"eslint-plugin-import": "^2.29.1",
|
@@ -67,7 +67,7 @@
|
|
67
67
|
},
|
68
68
|
"dependencies": {
|
69
69
|
"aws-cdk-lib": "^2.95.0",
|
70
|
-
"aws-sdk": "^2.
|
70
|
+
"aws-sdk": "^2.1579.0",
|
71
71
|
"constructs": "^10.0.5"
|
72
72
|
},
|
73
73
|
"bundledDependencies": [
|
@@ -89,7 +89,7 @@
|
|
89
89
|
],
|
90
90
|
"main": "lib/index.js",
|
91
91
|
"license": "Apache-2.0",
|
92
|
-
"version": "2.0.
|
92
|
+
"version": "2.0.406",
|
93
93
|
"jest": {
|
94
94
|
"testMatch": [
|
95
95
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|