cdk-docker-image-deployment 0.0.176 → 0.0.178
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/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +4 -2
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +40 -36
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.examples.json +5 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +590 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +134 -116
- package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +142 -127
- package/node_modules/aws-sdk/apis/metadata.json +3 -0
- package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.min.json +332 -26
- package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.paginators.json +5 -0
- 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/devopsguru.d.ts +8 -0
- package/node_modules/aws-sdk/clients/drs.d.ts +18 -2
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +606 -0
- package/node_modules/aws-sdk/clients/internetmonitor.js +19 -0
- package/node_modules/aws-sdk/clients/lambda.d.ts +46 -13
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +30 -10
- package/node_modules/aws-sdk/clients/timestreamwrite.d.ts +435 -38
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +56 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +142 -119
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +42 -42
- 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/lib/region_config_data.json +2 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -341,6 +341,7 @@ export abstract class ConfigurationServicePlaceholders {
|
|
|
341
341
|
cleanrooms?: AWS.CleanRooms.Types.ClientConfiguration;
|
|
342
342
|
cloudtraildata?: AWS.CloudTrailData.Types.ClientConfiguration;
|
|
343
343
|
tnb?: AWS.Tnb.Types.ClientConfiguration;
|
|
344
|
+
internetmonitor?: AWS.InternetMonitor.Types.ClientConfiguration;
|
|
344
345
|
}
|
|
345
346
|
export interface ConfigurationServiceApiVersions {
|
|
346
347
|
acm?: AWS.ACM.Types.apiVersion;
|
|
@@ -684,4 +685,5 @@ export interface ConfigurationServiceApiVersions {
|
|
|
684
685
|
cleanrooms?: AWS.CleanRooms.Types.apiVersion;
|
|
685
686
|
cloudtraildata?: AWS.CloudTrailData.Types.apiVersion;
|
|
686
687
|
tnb?: AWS.Tnb.Types.apiVersion;
|
|
688
|
+
internetmonitor?: AWS.InternetMonitor.Types.apiVersion;
|
|
687
689
|
}
|
|
@@ -70,6 +70,7 @@
|
|
|
70
70
|
},
|
|
71
71
|
"*/resource-explorer-2": "dualstackByDefault",
|
|
72
72
|
"*/kendra-ranking": "dualstackByDefault",
|
|
73
|
+
"*/internetmonitor": "dualstackByDefault",
|
|
73
74
|
"*/codecatalyst": "globalDualstackByDefault"
|
|
74
75
|
},
|
|
75
76
|
|
|
@@ -134,6 +135,7 @@
|
|
|
134
135
|
},
|
|
135
136
|
"*/resource-explorer-2": "fipsDualstackByDefault",
|
|
136
137
|
"*/kendra-ranking": "dualstackByDefault",
|
|
138
|
+
"*/internetmonitor": "dualstackByDefault",
|
|
137
139
|
"*/codecatalyst": "fipsGlobalDualstackByDefault"
|
|
138
140
|
},
|
|
139
141
|
|
package/package.json
CHANGED
|
@@ -53,10 +53,10 @@
|
|
|
53
53
|
"jest-junit": "^13",
|
|
54
54
|
"jsii": "^1.76.0",
|
|
55
55
|
"jsii-diff": "^1.76.0",
|
|
56
|
-
"jsii-docgen": "^7.1.
|
|
56
|
+
"jsii-docgen": "^7.1.10",
|
|
57
57
|
"jsii-pacmak": "^1.76.0",
|
|
58
58
|
"npm-check-updates": "^16",
|
|
59
|
-
"projen": "^0.67.
|
|
59
|
+
"projen": "^0.67.67",
|
|
60
60
|
"standard-version": "^9",
|
|
61
61
|
"ts-jest": "^27",
|
|
62
62
|
"typescript": "^4.9.5"
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
69
|
"@types/aws-lambda": "^8.10.111",
|
|
70
|
-
"aws-sdk": "^2.
|
|
70
|
+
"aws-sdk": "^2.1324.0"
|
|
71
71
|
},
|
|
72
72
|
"bundledDependencies": [
|
|
73
73
|
"@types/aws-lambda",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"main": "lib/index.js",
|
|
80
80
|
"license": "Apache-2.0",
|
|
81
81
|
"homepage": "https://github.com/cdklabs/cdk-docker-image-deployment#readme",
|
|
82
|
-
"version": "0.0.
|
|
82
|
+
"version": "0.0.178",
|
|
83
83
|
"jest": {
|
|
84
84
|
"testMatch": [
|
|
85
85
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|