@cdklabs/cdk-ecs-codedeploy 0.0.233 → 0.0.235

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 (78) hide show
  1. package/.jsii +3 -3
  2. package/.jsii.tabl.json +1 -1
  3. package/lib/api-canary/index.js +1 -1
  4. package/lib/ecs-appspec/index.js +1 -1
  5. package/lib/ecs-deployment/index.js +1 -1
  6. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  7. package/node_modules/@aws-sdk/client-codedeploy/package.json +14 -14
  8. package/node_modules/@aws-sdk/client-sso/package.json +11 -11
  9. package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +8 -8
  10. package/node_modules/@aws-sdk/client-sts/dist-cjs/auth/httpAuthSchemeProvider.js +1 -1
  11. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +1 -1
  12. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.shared.js +1 -1
  13. package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +8 -8
  14. package/node_modules/@aws-sdk/client-sts/dist-es/auth/httpAuthSchemeProvider.js +2 -2
  15. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +2 -2
  16. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.shared.js +2 -2
  17. package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +2 -2
  18. package/node_modules/@aws-sdk/client-sts/dist-types/auth/httpAuthSchemeProvider.d.ts +4 -4
  19. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +1 -1
  20. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +1 -1
  21. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +2 -2
  22. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STSClient.d.ts +2 -2
  23. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +6 -6
  24. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  25. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  26. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  27. package/node_modules/@aws-sdk/client-sts/package.json +12 -12
  28. package/node_modules/@aws-sdk/core/CHANGELOG.md +11 -0
  29. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/{AWSSDKSigV4Signer.js → AwsSdkSigV4Signer.js} +15 -9
  30. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/index.js +2 -2
  31. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/{resolveAWSSDKSigV4Config.js → resolveAwsSdkSigV4Config.js} +4 -3
  32. package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/{AWSSDKSigV4Signer.js → AwsSdkSigV4Signer.js} +13 -7
  33. package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/index.js +2 -2
  34. package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/{resolveAWSSDKSigV4Config.js → resolveAwsSdkSigV4Config.js} +2 -1
  35. package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/{AWSSDKSigV4Signer.d.ts → AwsSdkSigV4Signer.d.ts} +5 -1
  36. package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/index.d.ts +2 -2
  37. package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/{resolveAWSSDKSigV4Config.d.ts → resolveAwsSdkSigV4Config.d.ts} +27 -8
  38. package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/{AWSSDKSigV4Signer.d.ts → AwsSdkSigV4Signer.d.ts} +2 -1
  39. package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/index.d.ts +2 -2
  40. package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/{resolveAWSSDKSigV4Config.d.ts → resolveAwsSdkSigV4Config.d.ts} +14 -5
  41. package/node_modules/@aws-sdk/core/package.json +1 -1
  42. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/{AWSSDKSigV4Signer.ts → AwsSdkSigV4Signer.ts} +29 -15
  43. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/index.ts +2 -2
  44. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/{resolveAWSSDKSigV4Config.ts → resolveAwsSdkSigV4Config.ts} +30 -10
  45. package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
  46. package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
  47. package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
  48. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  49. package/node_modules/@aws-sdk/credential-provider-ini/package.json +6 -6
  50. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  51. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  52. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  53. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
  54. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  55. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  56. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  57. package/node_modules/@aws-sdk/middleware-signing/package.json +2 -2
  58. package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  59. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -1
  60. package/node_modules/@aws-sdk/token-providers/package.json +10 -10
  61. package/node_modules/@aws-sdk/types/package.json +3 -8
  62. package/node_modules/@aws-sdk/util-endpoints/package.json +3 -2
  63. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  64. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  65. package/package.json +8 -8
  66. package/node_modules/@aws-sdk/core/dist-cjs/httpAuthSchemes/aws_sdk/throwAWSSDKSigningPropertyError.js +0 -10
  67. package/node_modules/@aws-sdk/core/dist-es/httpAuthSchemes/aws_sdk/throwAWSSDKSigningPropertyError.js +0 -6
  68. package/node_modules/@aws-sdk/core/dist-types/httpAuthSchemes/aws_sdk/throwAWSSDKSigningPropertyError.d.ts +0 -4
  69. package/node_modules/@aws-sdk/core/dist-types/ts3.4/httpAuthSchemes/aws_sdk/throwAWSSDKSigningPropertyError.d.ts +0 -4
  70. package/node_modules/@aws-sdk/core/src/httpAuthSchemes/aws_sdk/throwAWSSDKSigningPropertyError.ts +0 -9
  71. package/node_modules/@aws-sdk/types/dist-cjs/blob/runtime-blob-types.browser.js +0 -2
  72. package/node_modules/@aws-sdk/types/dist-cjs/blob/runtime-blob-types.node.js +0 -2
  73. package/node_modules/@aws-sdk/types/dist-es/blob/runtime-blob-types.browser.js +0 -1
  74. package/node_modules/@aws-sdk/types/dist-es/blob/runtime-blob-types.node.js +0 -1
  75. package/node_modules/@aws-sdk/types/dist-types/blob/runtime-blob-types.browser.d.ts +0 -6
  76. package/node_modules/@aws-sdk/types/dist-types/blob/runtime-blob-types.node.d.ts +0 -9
  77. package/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/runtime-blob-types.browser.d.ts +0 -1
  78. package/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/runtime-blob-types.node.d.ts +0 -2
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.485.0",
3
+ "version": "3.489.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -22,8 +22,8 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.485.0",
26
- "@aws-sdk/util-endpoints": "3.485.0",
25
+ "@aws-sdk/types": "3.489.0",
26
+ "@aws-sdk/util-endpoints": "3.489.0",
27
27
  "@smithy/protocol-http": "^3.0.12",
28
28
  "@smithy/types": "^2.8.0",
29
29
  "tslib": "^2.5.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.485.0",
3
+ "version": "3.489.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,6 +21,7 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
+ "@aws-sdk/types": "3.489.0",
24
25
  "@smithy/node-config-provider": "^2.1.9",
25
26
  "@smithy/types": "^2.8.0",
26
27
  "@smithy/util-config-provider": "^2.1.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.485.0",
3
+ "version": "3.489.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,15 +29,15 @@
29
29
  "dependencies": {
30
30
  "@aws-crypto/sha256-browser": "3.0.0",
31
31
  "@aws-crypto/sha256-js": "3.0.0",
32
- "@aws-sdk/middleware-host-header": "3.485.0",
33
- "@aws-sdk/middleware-logger": "3.485.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.485.0",
35
- "@aws-sdk/middleware-user-agent": "3.485.0",
36
- "@aws-sdk/region-config-resolver": "3.485.0",
37
- "@aws-sdk/types": "3.485.0",
38
- "@aws-sdk/util-endpoints": "3.485.0",
39
- "@aws-sdk/util-user-agent-browser": "3.485.0",
40
- "@aws-sdk/util-user-agent-node": "3.485.0",
32
+ "@aws-sdk/middleware-host-header": "3.489.0",
33
+ "@aws-sdk/middleware-logger": "3.489.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.489.0",
35
+ "@aws-sdk/middleware-user-agent": "3.489.0",
36
+ "@aws-sdk/region-config-resolver": "3.489.0",
37
+ "@aws-sdk/types": "3.489.0",
38
+ "@aws-sdk/util-endpoints": "3.489.0",
39
+ "@aws-sdk/util-user-agent-browser": "3.489.0",
40
+ "@aws-sdk/util-user-agent-node": "3.489.0",
41
41
  "@smithy/config-resolver": "^2.0.23",
42
42
  "@smithy/fetch-http-handler": "^2.3.2",
43
43
  "@smithy/hash-node": "^2.0.18",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.485.0",
3
+ "version": "3.489.0",
4
4
  "main": "./dist-cjs/index.js",
5
5
  "module": "./dist-es/index.js",
6
6
  "types": "./dist-types/index.d.ts",
@@ -51,11 +51,6 @@
51
51
  "rimraf": "3.0.2",
52
52
  "typescript": "~4.9.5"
53
53
  },
54
- "browser": {
55
- "./dist-es/blob/runtime-blob-types.node": "./dist-es/blob/runtime-blob-types.browser"
56
- },
57
- "react-native": {
58
- "./dist-es/blob/runtime-blob-types.node": "./dist-es/blob/runtime-blob-types.browser",
59
- "./dist-cjs/blob/runtime-blob-types.node": "./dist-cjs/blob/runtime-blob-types.browser"
60
- }
54
+ "browser": {},
55
+ "react-native": {}
61
56
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.485.0",
3
+ "version": "3.489.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -22,7 +22,8 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.485.0",
25
+ "@aws-sdk/types": "3.489.0",
26
+ "@smithy/types": "^2.8.0",
26
27
  "@smithy/util-endpoints": "^1.0.8",
27
28
  "tslib": "^2.5.0"
28
29
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-browser",
3
- "version": "3.485.0",
3
+ "version": "3.489.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -22,7 +22,7 @@
22
22
  "license": "Apache-2.0",
23
23
  "react-native": "dist-es/index.native.js",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.485.0",
25
+ "@aws-sdk/types": "3.489.0",
26
26
  "@smithy/types": "^2.8.0",
27
27
  "bowser": "^2.11.0",
28
28
  "tslib": "^2.5.0"
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.485.0",
3
+ "version": "3.489.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/types": "3.485.0",
23
+ "@aws-sdk/types": "3.489.0",
24
24
  "@smithy/node-config-provider": "^2.1.9",
25
25
  "@smithy/types": "^2.8.0",
26
26
  "tslib": "^2.5.0"
package/package.json CHANGED
@@ -73,7 +73,7 @@
73
73
  "devDependencies": {
74
74
  "@aws-cdk/integ-runner": "latest",
75
75
  "@aws-cdk/integ-tests-alpha": "latest",
76
- "@types/aws-lambda": "^8.10.130",
76
+ "@types/aws-lambda": "^8.10.131",
77
77
  "@types/jest": "^27",
78
78
  "@types/lambda-tester": "^3.6.2",
79
79
  "@types/node": "^18",
@@ -83,8 +83,8 @@
83
83
  "aws-cdk-lib": "2.110.0",
84
84
  "aws-sdk-client-mock": "^3.0.1",
85
85
  "aws-sdk-client-mock-jest": "^3.0.1",
86
- "cdk-nag": "^2.27.229",
87
- "cdklabs-projen-project-types": "^0.1.183",
86
+ "cdk-nag": "^2.28.4",
87
+ "cdklabs-projen-project-types": "^0.1.184",
88
88
  "constructs": "10.0.5",
89
89
  "esbuild": "^0.19.11",
90
90
  "eslint": "^8",
@@ -93,10 +93,10 @@
93
93
  "jest": "^27",
94
94
  "jest-junit": "^15",
95
95
  "jsii": "~5.2",
96
- "jsii-diff": "^1.93.0",
96
+ "jsii-diff": "^1.94.0",
97
97
  "jsii-docgen": "^7.2.9",
98
- "jsii-pacmak": "^1.93.0",
99
- "jsii-rosetta": "^5.3.2",
98
+ "jsii-pacmak": "^1.94.0",
99
+ "jsii-rosetta": "^5.3.3",
100
100
  "lambda-tester": "^4.0.1",
101
101
  "projen": "0.77.6",
102
102
  "standard-version": "^9",
@@ -109,7 +109,7 @@
109
109
  "constructs": "^10.0.5"
110
110
  },
111
111
  "dependencies": {
112
- "@aws-sdk/client-codedeploy": "^3.485.0",
112
+ "@aws-sdk/client-codedeploy": "^3.490.0",
113
113
  "jmespath": "^0.16.0"
114
114
  },
115
115
  "bundledDependencies": [
@@ -127,7 +127,7 @@
127
127
  "publishConfig": {
128
128
  "access": "public"
129
129
  },
130
- "version": "0.0.233",
130
+ "version": "0.0.235",
131
131
  "jest": {
132
132
  "testMatch": [
133
133
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",
@@ -1,10 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.throwAWSSDKSigningPropertyError = void 0;
4
- const throwAWSSDKSigningPropertyError = (name, property) => {
5
- if (!property) {
6
- throw new Error(`Property \`${name}\` is not resolved for AWS SDK SigV4Auth`);
7
- }
8
- return property;
9
- };
10
- exports.throwAWSSDKSigningPropertyError = throwAWSSDKSigningPropertyError;
@@ -1,6 +0,0 @@
1
- export const throwAWSSDKSigningPropertyError = (name, property) => {
2
- if (!property) {
3
- throw new Error(`Property \`${name}\` is not resolved for AWS SDK SigV4Auth`);
4
- }
5
- return property;
6
- };
@@ -1,4 +0,0 @@
1
- /**
2
- * @internal
3
- */
4
- export declare const throwAWSSDKSigningPropertyError: <T>(name: string, property: T | undefined) => T;
@@ -1,4 +0,0 @@
1
- export declare const throwAWSSDKSigningPropertyError: <T>(
2
- name: string,
3
- property: T | undefined
4
- ) => T;
@@ -1,9 +0,0 @@
1
- /**
2
- * @internal
3
- */
4
- export const throwAWSSDKSigningPropertyError = <T>(name: string, property: T | undefined): T | never => {
5
- if (!property) {
6
- throw new Error(`Property \`${name}\` is not resolved for AWS SDK SigV4Auth`);
7
- }
8
- return property;
9
- };
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +0,0 @@
1
- /**
2
- * @public
3
- *
4
- * Additional blob types for the browser environment.
5
- */
6
- export type RuntimeBlobTypes = Blob | ReadableStream;
@@ -1,9 +0,0 @@
1
- /// <reference types="node" />
2
- /// <reference types="node" />
3
- import { Readable } from "stream";
4
- /**
5
- * @public
6
- *
7
- * Additional blob types for the Node.js environment.
8
- */
9
- export type RuntimeBlobTypes = Readable | Buffer;
@@ -1 +0,0 @@
1
- export type RuntimeBlobTypes = Blob | ReadableStream;
@@ -1,2 +0,0 @@
1
- import { Readable } from "stream";
2
- export type RuntimeBlobTypes = Readable | Buffer;