cdk-lambda-subminute 2.0.431 → 2.0.433
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 +55 -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-agent-2023-06-05.min.json +1 -2
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +61 -57
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +62 -55
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +602 -82
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +8 -0
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +23 -3
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +35 -25
- package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +83 -6
- package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +131 -8
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +299 -43
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +120 -87
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +1182 -1038
- package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.min.json +167 -64
- package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +203 -82
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +262 -128
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/bedrockagent.d.ts +35 -35
- package/node_modules/aws-sdk/clients/drs.d.ts +18 -1
- package/node_modules/aws-sdk/clients/ec2.d.ts +33 -33
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +19 -1
- package/node_modules/aws-sdk/clients/entityresolution.d.ts +604 -19
- package/node_modules/aws-sdk/clients/guardduty.d.ts +9 -1
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +71 -40
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +18 -2
- package/node_modules/aws-sdk/clients/m2.d.ts +88 -1
- package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +154 -0
- package/node_modules/aws-sdk/clients/outposts.d.ts +263 -4
- package/node_modules/aws-sdk/clients/qbusiness.d.ts +381 -321
- package/node_modules/aws-sdk/clients/quicksight.d.ts +193 -10
- package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +81 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +6 -6
- package/node_modules/aws-sdk/clients/wellarchitected.d.ts +182 -4
- package/node_modules/aws-sdk/clients/workspaces.d.ts +180 -0
- 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 +21 -21
- package/node_modules/aws-sdk/dist/aws-sdk.js +7 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +8 -8
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/region_config_data.json +4 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -9,6 +9,7 @@
|
|
9
9
|
"eu-isoe-*/*": "euIsoe",
|
10
10
|
"us-iso-*/*": "usIso",
|
11
11
|
"us-isob-*/*": "usIsob",
|
12
|
+
"us-isof-*/*": "usIsof",
|
12
13
|
"*/budgets": "globalSSL",
|
13
14
|
"*/cloudfront": "globalSSL",
|
14
15
|
"*/sts": "globalSSL",
|
@@ -253,6 +254,9 @@
|
|
253
254
|
"usIsob": {
|
254
255
|
"endpoint": "{service}.{region}.sc2s.sgov.gov"
|
255
256
|
},
|
257
|
+
"usIsof": {
|
258
|
+
"endpoint": "{service}.{region}.csp.hci.ic.gov"
|
259
|
+
},
|
256
260
|
"fipsStandard": {
|
257
261
|
"endpoint": "{service}-fips.{region}.amazonaws.com"
|
258
262
|
},
|
package/package.json
CHANGED
@@ -55,7 +55,7 @@
|
|
55
55
|
"jsii-docgen": "^1.8.110",
|
56
56
|
"jsii-pacmak": "^1.97.0",
|
57
57
|
"jsii-rosetta": "1.x",
|
58
|
-
"projen": "^0.81.
|
58
|
+
"projen": "^0.81.1",
|
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.1602.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.433",
|
93
93
|
"jest": {
|
94
94
|
"testMatch": [
|
95
95
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|