cdk-lambda-subminute 2.0.478 → 2.0.480
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/bedrock-2023-04-20.min.json +555 -179
- package/node_modules/aws-sdk/apis/bedrock-2023-04-20.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +87 -86
- package/node_modules/aws-sdk/apis/bedrock-agent-runtime-2023-07-26.min.json +83 -79
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +7 -1
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +16 -1
- package/node_modules/aws-sdk/apis/metadata.json +0 -3
- package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +145 -79
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +422 -377
- package/node_modules/aws-sdk/apis/supplychain-2024-01-01.min.json +6 -1
- package/node_modules/aws-sdk/clients/all.d.ts +0 -1
- package/node_modules/aws-sdk/clients/all.js +0 -1
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +4 -4
- package/node_modules/aws-sdk/clients/bedrock.d.ts +405 -2
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +33 -28
- package/node_modules/aws-sdk/clients/bedrockagentruntime.d.ts +18 -0
- package/node_modules/aws-sdk/clients/codebuild.d.ts +3 -3
- package/node_modules/aws-sdk/clients/inspector2.d.ts +18 -2
- package/node_modules/aws-sdk/clients/qbusiness.d.ts +88 -3
- package/node_modules/aws-sdk/clients/quicksight.d.ts +45 -0
- package/node_modules/aws-sdk/clients/route53.d.ts +3 -3
- package/node_modules/aws-sdk/clients/supplychain.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 +1853 -1890
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -6
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +5 -5
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -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/codestar-2017-04-19.examples.json +0 -5
- package/node_modules/aws-sdk/apis/codestar-2017-04-19.min.json +0 -670
- package/node_modules/aws-sdk/apis/codestar-2017-04-19.paginators.json +0 -4
- package/node_modules/aws-sdk/clients/codestar.d.ts +0 -845
- package/node_modules/aws-sdk/clients/codestar.js +0 -18
@@ -97,7 +97,6 @@ export abstract class ConfigurationServicePlaceholders {
|
|
97
97
|
wafregional?: AWS.WAFRegional.Types.ClientConfiguration;
|
98
98
|
workdocs?: AWS.WorkDocs.Types.ClientConfiguration;
|
99
99
|
workspaces?: AWS.WorkSpaces.Types.ClientConfiguration;
|
100
|
-
codestar?: AWS.CodeStar.Types.ClientConfiguration;
|
101
100
|
lexmodelbuildingservice?: AWS.LexModelBuildingService.Types.ClientConfiguration;
|
102
101
|
marketplaceentitlementservice?: AWS.MarketplaceEntitlementService.Types.ClientConfiguration;
|
103
102
|
athena?: AWS.Athena.Types.ClientConfiguration;
|
@@ -484,7 +483,6 @@ export interface ConfigurationServiceApiVersions {
|
|
484
483
|
wafregional?: AWS.WAFRegional.Types.apiVersion;
|
485
484
|
workdocs?: AWS.WorkDocs.Types.apiVersion;
|
486
485
|
workspaces?: AWS.WorkSpaces.Types.apiVersion;
|
487
|
-
codestar?: AWS.CodeStar.Types.apiVersion;
|
488
486
|
lexmodelbuildingservice?: AWS.LexModelBuildingService.Types.apiVersion;
|
489
487
|
marketplaceentitlementservice?: AWS.MarketplaceEntitlementService.Types.apiVersion;
|
490
488
|
athena?: AWS.Athena.Types.apiVersion;
|
package/package.json
CHANGED
@@ -55,7 +55,7 @@
|
|
55
55
|
"jsii-docgen": "^1.8.110",
|
56
56
|
"jsii-pacmak": "^1.102.0",
|
57
57
|
"jsii-rosetta": "5.4.x",
|
58
|
-
"projen": "^0.
|
58
|
+
"projen": "^0.86.0",
|
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.1682.0",
|
71
71
|
"constructs": "^10.0.5"
|
72
72
|
},
|
73
73
|
"bundledDependencies": [
|
@@ -90,7 +90,7 @@
|
|
90
90
|
"publishConfig": {
|
91
91
|
"access": "public"
|
92
92
|
},
|
93
|
-
"version": "2.0.
|
93
|
+
"version": "2.0.480",
|
94
94
|
"jest": {
|
95
95
|
"coverageProvider": "v8",
|
96
96
|
"testMatch": [
|