@cdklabs/cdk-ecs-codedeploy 0.0.90 → 0.0.92
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/api-canary/index.js +1 -1
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
- package/node_modules/@aws-sdk/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/package.json +30 -30
- package/node_modules/@aws-sdk/client-sso/package.json +26 -26
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +26 -26
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +16 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +48 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +38 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +23 -0
- package/node_modules/@aws-sdk/client-sts/package.json +29 -29
- package/node_modules/@aws-sdk/config-resolver/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/fetch-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/hash-node/package.json +2 -2
- package/node_modules/@aws-sdk/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-endpoint/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/loggerMiddleware.js +7 -4
- package/node_modules/@aws-sdk/middleware-logger/dist-es/loggerMiddleware.js +7 -4
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-retry/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-serde/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-signing/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
- package/node_modules/@aws-sdk/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/querystring-builder/package.json +2 -2
- package/node_modules/@aws-sdk/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@aws-sdk/signature-v4/package.json +4 -4
- package/node_modules/@aws-sdk/smithy-client/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/package.json +5 -5
- package/node_modules/@aws-sdk/types/dist-cjs/identity/Identity.js +0 -1
- package/node_modules/@aws-sdk/types/dist-es/identity/Identity.js +0 -1
- package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +7 -0
- package/node_modules/@aws-sdk/types/dist-types/auth.d.ts +8 -0
- package/node_modules/@aws-sdk/types/dist-types/checksum.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/client.d.ts +2 -0
- package/node_modules/@aws-sdk/types/dist-types/command.d.ts +3 -0
- package/node_modules/@aws-sdk/types/dist-types/credentials.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/crypto.d.ts +11 -0
- package/node_modules/@aws-sdk/types/dist-types/dns.d.ts +10 -0
- package/node_modules/@aws-sdk/types/dist-types/endpoint.d.ts +21 -0
- package/node_modules/@aws-sdk/types/dist-types/eventStream.d.ts +61 -0
- package/node_modules/@aws-sdk/types/dist-types/http.d.ts +18 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AnonymousIdentity.d.ts +3 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/Identity.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/LoginIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/logger.d.ts +6 -0
- package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +108 -0
- package/node_modules/@aws-sdk/types/dist-types/pagination.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/profile.d.ts +11 -0
- package/node_modules/@aws-sdk/types/dist-types/request.d.ts +3 -0
- package/node_modules/@aws-sdk/types/dist-types/response.d.ts +9 -0
- package/node_modules/@aws-sdk/types/dist-types/retry.d.ts +30 -0
- package/node_modules/@aws-sdk/types/dist-types/serde.d.ts +25 -0
- package/node_modules/@aws-sdk/types/dist-types/shapes.d.ts +8 -0
- package/node_modules/@aws-sdk/types/dist-types/signature.d.ts +28 -0
- package/node_modules/@aws-sdk/types/dist-types/stream.d.ts +5 -0
- package/node_modules/@aws-sdk/types/dist-types/token.d.ts +4 -0
- package/node_modules/@aws-sdk/types/dist-types/transfer.d.ts +9 -0
- package/node_modules/@aws-sdk/types/dist-types/util.d.ts +24 -0
- package/node_modules/@aws-sdk/types/dist-types/waiter.d.ts +3 -0
- package/node_modules/@aws-sdk/types/package.json +1 -1
- package/node_modules/@aws-sdk/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
- package/node_modules/@aws-sdk/util-waiter/package.json +3 -3
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"aws-cdk-lib": "2.68.0",
|
|
74
74
|
"aws-sdk-client-mock": "^2.1.0",
|
|
75
75
|
"aws-sdk-client-mock-jest": "^2.1.0",
|
|
76
|
-
"cdk-nag": "^2.22.
|
|
76
|
+
"cdk-nag": "^2.22.31",
|
|
77
77
|
"constructs": "10.0.5",
|
|
78
78
|
"esbuild": "^0.17.11",
|
|
79
79
|
"eslint": "^8",
|
|
@@ -84,11 +84,11 @@
|
|
|
84
84
|
"jest-junit": "^13",
|
|
85
85
|
"jsii": "^1.77.0",
|
|
86
86
|
"jsii-diff": "^1.77.0",
|
|
87
|
-
"jsii-docgen": "^7.1.
|
|
87
|
+
"jsii-docgen": "^7.1.21",
|
|
88
88
|
"jsii-pacmak": "^1.77.0",
|
|
89
89
|
"lambda-tester": "^4.0.1",
|
|
90
90
|
"npm-check-updates": "^16",
|
|
91
|
-
"projen": "0.67.
|
|
91
|
+
"projen": "0.67.80",
|
|
92
92
|
"standard-version": "^9",
|
|
93
93
|
"ts-jest": "^27",
|
|
94
94
|
"ts-node": "^10.9.1",
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"constructs": "^10.0.5"
|
|
101
101
|
},
|
|
102
102
|
"dependencies": {
|
|
103
|
-
"@aws-sdk/client-codedeploy": "^3.
|
|
103
|
+
"@aws-sdk/client-codedeploy": "^3.289.0",
|
|
104
104
|
"jmespath": "^0.16.0"
|
|
105
105
|
},
|
|
106
106
|
"bundledDependencies": [
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
"publishConfig": {
|
|
119
119
|
"access": "public"
|
|
120
120
|
},
|
|
121
|
-
"version": "0.0.
|
|
121
|
+
"version": "0.0.92",
|
|
122
122
|
"jest": {
|
|
123
123
|
"testMatch": [
|
|
124
124
|
"<rootDir>/src/**/__tests__/**/*.ts?(x)",
|