cdk-lambda-subminute 2.0.375 → 2.0.377
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/artifact-2018-05-10.examples.json +5 -0
- package/node_modules/aws-sdk/apis/artifact-2018-05-10.min.json +258 -0
- package/node_modules/aws-sdk/apis/artifact-2018-05-10.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/codepipeline-2015-07-09.min.json +76 -73
- package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +375 -24
- package/node_modules/aws-sdk/apis/controltower-2018-05-10.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +73 -59
- package/node_modules/aws-sdk/apis/healthlake-2017-07-01.min.json +29 -0
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +61 -24
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +85 -30
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +24 -4
- package/node_modules/aws-sdk/clients/all.d.ts +1 -0
- package/node_modules/aws-sdk/clients/all.js +2 -1
- package/node_modules/aws-sdk/clients/artifact.d.ts +333 -0
- package/node_modules/aws-sdk/clients/artifact.js +18 -0
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +5 -0
- package/node_modules/aws-sdk/clients/controltower.d.ts +374 -11
- package/node_modules/aws-sdk/clients/detective.d.ts +49 -49
- package/node_modules/aws-sdk/clients/guardduty.d.ts +11 -10
- package/node_modules/aws-sdk/clients/healthlake.d.ts +42 -2
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +48 -7
- package/node_modules/aws-sdk/clients/opensearch.d.ts +19 -19
- package/node_modules/aws-sdk/clients/polly.d.ts +1 -1
- package/node_modules/aws-sdk/clients/qbusiness.d.ts +67 -3
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +22 -2
- package/node_modules/aws-sdk/clients/secretsmanager.d.ts +3 -3
- 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 +49 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +82 -76
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +23 -23
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -376,6 +376,7 @@ export abstract class ConfigurationServicePlaceholders {
|
|
376
376
|
marketplacedeployment?: AWS.MarketplaceDeployment.Types.ClientConfiguration;
|
377
377
|
networkmonitor?: AWS.NetworkMonitor.Types.ClientConfiguration;
|
378
378
|
supplychain?: AWS.SupplyChain.Types.ClientConfiguration;
|
379
|
+
artifact?: AWS.Artifact.Types.ClientConfiguration;
|
379
380
|
}
|
380
381
|
export interface ConfigurationServiceApiVersions {
|
381
382
|
acm?: AWS.ACM.Types.apiVersion;
|
@@ -754,4 +755,5 @@ export interface ConfigurationServiceApiVersions {
|
|
754
755
|
marketplacedeployment?: AWS.MarketplaceDeployment.Types.apiVersion;
|
755
756
|
networkmonitor?: AWS.NetworkMonitor.Types.apiVersion;
|
756
757
|
supplychain?: AWS.SupplyChain.Types.apiVersion;
|
758
|
+
artifact?: AWS.Artifact.Types.apiVersion;
|
757
759
|
}
|
package/package.json
CHANGED
@@ -55,7 +55,7 @@
|
|
55
55
|
"jsii-docgen": "^1.8.110",
|
56
56
|
"jsii-pacmak": "^1.94.0",
|
57
57
|
"jsii-rosetta": "1.x",
|
58
|
-
"projen": "^0.79.
|
58
|
+
"projen": "^0.79.22",
|
59
59
|
"source-map-support": "^0.5.21",
|
60
60
|
"standard-version": "^9",
|
61
61
|
"ts-jest": "^27",
|
@@ -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.1559.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.377",
|
93
93
|
"jest": {
|
94
94
|
"testMatch": [
|
95
95
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|