cdk-lambda-subminute 2.0.416 → 2.0.418

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 (29) 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/codeconnections-2023-12-01.examples.json +5 -0
  5. package/node_modules/aws-sdk/apis/codeconnections-2023-12-01.min.json +923 -0
  6. package/node_modules/aws-sdk/apis/codeconnections-2023-12-01.paginators.json +24 -0
  7. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +40 -22
  8. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +196 -51
  9. package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +15 -5
  10. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  11. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1048 -1019
  12. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  13. package/node_modules/aws-sdk/clients/all.js +2 -1
  14. package/node_modules/aws-sdk/clients/b2bi.d.ts +2 -2
  15. package/node_modules/aws-sdk/clients/codebuild.d.ts +1 -1
  16. package/node_modules/aws-sdk/clients/codeconnections.d.ts +1200 -0
  17. package/node_modules/aws-sdk/clients/codeconnections.js +18 -0
  18. package/node_modules/aws-sdk/clients/internetmonitor.d.ts +22 -0
  19. package/node_modules/aws-sdk/clients/iotwireless.d.ts +191 -2
  20. package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +17 -1
  21. package/node_modules/aws-sdk/clients/sagemaker.d.ts +24 -0
  22. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  23. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +45 -8
  24. package/node_modules/aws-sdk/dist/aws-sdk.js +21 -8
  25. package/node_modules/aws-sdk/dist/aws-sdk.min.js +40 -40
  26. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  27. package/node_modules/aws-sdk/lib/core.js +1 -1
  28. package/node_modules/aws-sdk/package.json +1 -1
  29. package/package.json +2 -2
@@ -378,6 +378,7 @@ export abstract class ConfigurationServicePlaceholders {
378
378
  artifact?: AWS.Artifact.Types.ClientConfiguration;
379
379
  chatbot?: AWS.Chatbot.Types.ClientConfiguration;
380
380
  timestreaminfluxdb?: AWS.TimestreamInfluxDB.Types.ClientConfiguration;
381
+ codeconnections?: AWS.CodeConnections.Types.ClientConfiguration;
381
382
  }
382
383
  export interface ConfigurationServiceApiVersions {
383
384
  acm?: AWS.ACM.Types.apiVersion;
@@ -758,4 +759,5 @@ export interface ConfigurationServiceApiVersions {
758
759
  artifact?: AWS.Artifact.Types.apiVersion;
759
760
  chatbot?: AWS.Chatbot.Types.apiVersion;
760
761
  timestreaminfluxdb?: AWS.TimestreamInfluxDB.Types.apiVersion;
762
+ codeconnections?: AWS.CodeConnections.Types.apiVersion;
761
763
  }
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1588.0',
23
+ VERSION: '2.1589.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.1588.0",
4
+ "version": "2.1589.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
package/package.json CHANGED
@@ -67,7 +67,7 @@
67
67
  },
68
68
  "dependencies": {
69
69
  "aws-cdk-lib": "^2.95.0",
70
- "aws-sdk": "^2.1588.0",
70
+ "aws-sdk": "^2.1589.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.416",
92
+ "version": "2.0.418",
93
93
  "jest": {
94
94
  "testMatch": [
95
95
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",