cdk-lambda-subminute 2.0.313 → 2.0.315

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 (42) hide show
  1. package/.jsii +27 -14
  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/arc-zonal-shift-2022-10-30.min.json +319 -17
  5. package/node_modules/aws-sdk/apis/arc-zonal-shift-2022-10-30.paginators.json +6 -0
  6. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +654 -589
  7. package/node_modules/aws-sdk/apis/marketplace-agreement-2020-03-01.examples.json +5 -0
  8. package/node_modules/aws-sdk/apis/marketplace-agreement-2020-03-01.min.json +397 -0
  9. package/node_modules/aws-sdk/apis/marketplace-agreement-2020-03-01.paginators.json +14 -0
  10. package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.min.json +542 -7
  11. package/node_modules/aws-sdk/apis/marketplace-deployment-2023-01-25.examples.json +5 -0
  12. package/node_modules/aws-sdk/apis/marketplace-deployment-2023-01-25.min.json +178 -0
  13. package/node_modules/aws-sdk/apis/marketplace-deployment-2023-01-25.paginators.json +4 -0
  14. package/node_modules/aws-sdk/apis/metadata.json +8 -0
  15. package/node_modules/aws-sdk/apis/qconnect-2020-10-19.min.json +68 -6
  16. package/node_modules/aws-sdk/apis/rbin-2021-06-15.min.json +12 -6
  17. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +436 -74
  18. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.paginators.json +12 -0
  19. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +1227 -992
  20. package/node_modules/aws-sdk/apis/verifiedpermissions-2021-12-01.min.json +44 -19
  21. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  22. package/node_modules/aws-sdk/clients/all.js +3 -1
  23. package/node_modules/aws-sdk/clients/arczonalshift.d.ts +330 -30
  24. package/node_modules/aws-sdk/clients/glue.d.ts +83 -2
  25. package/node_modules/aws-sdk/clients/marketplaceagreement.d.ts +602 -0
  26. package/node_modules/aws-sdk/clients/marketplaceagreement.js +18 -0
  27. package/node_modules/aws-sdk/clients/marketplacecatalog.d.ts +883 -2
  28. package/node_modules/aws-sdk/clients/marketplacedeployment.d.ts +172 -0
  29. package/node_modules/aws-sdk/clients/marketplacedeployment.js +18 -0
  30. package/node_modules/aws-sdk/clients/qconnect.d.ts +66 -4
  31. package/node_modules/aws-sdk/clients/rbin.d.ts +24 -0
  32. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +463 -6
  33. package/node_modules/aws-sdk/clients/sagemaker.d.ts +264 -2
  34. package/node_modules/aws-sdk/clients/verifiedpermissions.d.ts +27 -2
  35. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  36. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +88 -14
  37. package/node_modules/aws-sdk/dist/aws-sdk.js +553 -10
  38. package/node_modules/aws-sdk/dist/aws-sdk.min.js +40 -40
  39. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  40. package/node_modules/aws-sdk/lib/core.js +1 -1
  41. package/node_modules/aws-sdk/package.json +1 -1
  42. package/package.json +2 -2
@@ -373,6 +373,8 @@ export abstract class ConfigurationServicePlaceholders {
373
373
  qbusiness?: AWS.QBusiness.Types.ClientConfiguration;
374
374
  qconnect?: AWS.QConnect.Types.ClientConfiguration;
375
375
  cleanroomsml?: AWS.CleanRoomsML.Types.ClientConfiguration;
376
+ marketplaceagreement?: AWS.MarketplaceAgreement.Types.ClientConfiguration;
377
+ marketplacedeployment?: AWS.MarketplaceDeployment.Types.ClientConfiguration;
376
378
  }
377
379
  export interface ConfigurationServiceApiVersions {
378
380
  acm?: AWS.ACM.Types.apiVersion;
@@ -748,4 +750,6 @@ export interface ConfigurationServiceApiVersions {
748
750
  qbusiness?: AWS.QBusiness.Types.apiVersion;
749
751
  qconnect?: AWS.QConnect.Types.apiVersion;
750
752
  cleanroomsml?: AWS.CleanRoomsML.Types.apiVersion;
753
+ marketplaceagreement?: AWS.MarketplaceAgreement.Types.apiVersion;
754
+ marketplacedeployment?: AWS.MarketplaceDeployment.Types.apiVersion;
751
755
  }
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1507.0',
23
+ VERSION: '2.1510.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.1507.0",
4
+ "version": "2.1510.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.1507.0",
70
+ "aws-sdk": "^2.1510.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.313",
92
+ "version": "2.0.315",
93
93
  "jest": {
94
94
  "testMatch": [
95
95
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",