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.
Files changed (43) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +7 -1
  5. package/node_modules/aws-sdk/apis/codebuild-2016-10-06.min.json +70 -67
  6. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +350 -300
  7. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +370 -279
  8. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +28 -5
  9. package/node_modules/aws-sdk/apis/metadata.json +4 -4
  10. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +97 -97
  11. package/node_modules/aws-sdk/apis/timestream-influxdb-2023-01-27.min.json +522 -0
  12. package/node_modules/aws-sdk/apis/timestream-influxdb-2023-01-27.paginators.json +16 -0
  13. package/node_modules/aws-sdk/apis/workspaces-thin-client-2023-08-22.min.json +1 -2
  14. package/node_modules/aws-sdk/clients/all.d.ts +1 -1
  15. package/node_modules/aws-sdk/clients/all.js +2 -2
  16. package/node_modules/aws-sdk/clients/amplify.d.ts +8 -8
  17. package/node_modules/aws-sdk/clients/backup.d.ts +13 -5
  18. package/node_modules/aws-sdk/clients/codebuild.d.ts +13 -0
  19. package/node_modules/aws-sdk/clients/connect.d.ts +50 -0
  20. package/node_modules/aws-sdk/clients/ec2.d.ts +100 -1
  21. package/node_modules/aws-sdk/clients/elbv2.d.ts +1 -1
  22. package/node_modules/aws-sdk/clients/fis.d.ts +60 -13
  23. package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +1 -1
  24. package/node_modules/aws-sdk/clients/rds.d.ts +2 -2
  25. package/node_modules/aws-sdk/clients/s3.d.ts +47 -47
  26. package/node_modules/aws-sdk/clients/sagemaker.d.ts +5 -5
  27. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +4 -4
  28. package/node_modules/aws-sdk/clients/timestreaminfluxdb.d.ts +773 -0
  29. package/node_modules/aws-sdk/clients/timestreaminfluxdb.js +18 -0
  30. package/node_modules/aws-sdk/clients/workspacesthinclient.d.ts +0 -4
  31. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  32. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +412 -412
  33. package/node_modules/aws-sdk/dist/aws-sdk.js +797 -653
  34. package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
  35. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -2
  36. package/node_modules/aws-sdk/lib/core.js +1 -1
  37. package/node_modules/aws-sdk/package.json +1 -1
  38. package/package.json +3 -3
  39. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.min.json +0 -923
  40. package/node_modules/aws-sdk/apis/iot-roborunner-2018-05-10.paginators.json +0 -28
  41. package/node_modules/aws-sdk/clients/iotroborunner.d.ts +0 -534
  42. package/node_modules/aws-sdk/clients/iotroborunner.js +0 -18
  43. /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
  }
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1577.0',
23
+ VERSION: '2.1579.0',
24
24
 
25
25
  /**
26
26
  * @api private
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-sdk",
3
3
  "description": "AWS SDK for JavaScript",
4
- "version": "2.1577.0",
4
+ "version": "2.1579.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
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.1",
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.1577.0",
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.404",
92
+ "version": "2.0.406",
93
93
  "jest": {
94
94
  "testMatch": [
95
95
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",