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.
Files changed (35) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +9 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +4 -2
  8. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +40 -36
  9. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.examples.json +5 -0
  10. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +590 -0
  11. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.paginators.json +16 -0
  12. package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.waiters2.json +5 -0
  13. package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +134 -116
  14. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +142 -127
  15. package/node_modules/aws-sdk/apis/metadata.json +3 -0
  16. package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.min.json +332 -26
  17. package/node_modules/aws-sdk/apis/timestream-write-2018-11-01.paginators.json +5 -0
  18. package/node_modules/aws-sdk/clients/all.d.ts +1 -0
  19. package/node_modules/aws-sdk/clients/all.js +2 -1
  20. package/node_modules/aws-sdk/clients/devopsguru.d.ts +8 -0
  21. package/node_modules/aws-sdk/clients/drs.d.ts +18 -2
  22. package/node_modules/aws-sdk/clients/internetmonitor.d.ts +606 -0
  23. package/node_modules/aws-sdk/clients/internetmonitor.js +19 -0
  24. package/node_modules/aws-sdk/clients/lambda.d.ts +46 -13
  25. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +30 -10
  26. package/node_modules/aws-sdk/clients/timestreamwrite.d.ts +435 -38
  27. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +3 -3
  28. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +56 -12
  29. package/node_modules/aws-sdk/dist/aws-sdk.js +142 -119
  30. package/node_modules/aws-sdk/dist/aws-sdk.min.js +42 -42
  31. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +2 -0
  32. package/node_modules/aws-sdk/lib/core.js +1 -1
  33. package/node_modules/aws-sdk/lib/region_config_data.json +2 -0
  34. package/node_modules/aws-sdk/package.json +1 -1
  35. 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
  }
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1323.0',
23
+ VERSION: '2.1324.0',
24
24
 
25
25
  /**
26
26
  * @api private
@@ -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
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-sdk",
3
3
  "description": "AWS SDK for JavaScript",
4
- "version": "2.1323.0",
4
+ "version": "2.1324.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
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.8",
56
+ "jsii-docgen": "^7.1.10",
57
57
  "jsii-pacmak": "^1.76.0",
58
58
  "npm-check-updates": "^16",
59
- "projen": "^0.67.65",
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.1323.0"
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.176",
82
+ "version": "0.0.178",
83
83
  "jest": {
84
84
  "testMatch": [
85
85
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",