@cdklabs/cdk-ecs-codedeploy 0.0.232 → 0.0.234

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 (59) 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 +35 -35
  8. package/node_modules/@aws-sdk/client-sso/package.json +31 -31
  9. package/node_modules/@aws-sdk/client-sts/dist-cjs/defaultStsRoleAssumers.js +2 -0
  10. package/node_modules/@aws-sdk/client-sts/dist-es/defaultStsRoleAssumers.js +2 -0
  11. package/node_modules/@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers.d.ts +4 -5
  12. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/defaultStsRoleAssumers.d.ts +7 -6
  13. package/node_modules/@aws-sdk/client-sts/package.json +33 -33
  14. package/node_modules/@aws-sdk/core/CHANGELOG.md +11 -0
  15. package/node_modules/@aws-sdk/core/package.json +5 -5
  16. package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
  17. package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
  18. package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
  19. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/fromEnv.js +4 -1
  20. package/node_modules/@aws-sdk/credential-provider-env/dist-es/fromEnv.js +3 -0
  21. package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +4 -0
  22. package/node_modules/@aws-sdk/credential-provider-env/dist-types/ts3.4/fromEnv.d.ts +1 -0
  23. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  24. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/resolveStaticCredentials.js +1 -0
  25. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveStaticCredentials.js +1 -0
  26. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +1 -0
  27. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveStaticCredentials.d.ts +1 -0
  28. package/node_modules/@aws-sdk/credential-provider-ini/package.json +7 -7
  29. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  30. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/getValidatedProcessCredentials.js +1 -0
  31. package/node_modules/@aws-sdk/credential-provider-process/dist-es/getValidatedProcessCredentials.js +1 -0
  32. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +1 -0
  33. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ts3.4/ProcessCredentials.d.ts +1 -0
  34. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  35. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/resolveSSOCredentials.js +3 -1
  36. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +2 -1
  37. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/resolveSSOCredentials.d.ts +1 -1
  38. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  39. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  40. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  41. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  42. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  43. package/node_modules/@aws-sdk/middleware-signing/package.json +5 -5
  44. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  45. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -4
  46. package/node_modules/@aws-sdk/token-providers/package.json +29 -29
  47. package/node_modules/@aws-sdk/types/package.json +4 -9
  48. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -3
  49. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  50. package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -4
  51. package/package.json +8 -8
  52. package/node_modules/@aws-sdk/types/dist-cjs/blob/runtime-blob-types.browser.js +0 -2
  53. package/node_modules/@aws-sdk/types/dist-cjs/blob/runtime-blob-types.node.js +0 -2
  54. package/node_modules/@aws-sdk/types/dist-es/blob/runtime-blob-types.browser.js +0 -1
  55. package/node_modules/@aws-sdk/types/dist-es/blob/runtime-blob-types.node.js +0 -1
  56. package/node_modules/@aws-sdk/types/dist-types/blob/runtime-blob-types.browser.d.ts +0 -6
  57. package/node_modules/@aws-sdk/types/dist-types/blob/runtime-blob-types.node.d.ts +0 -9
  58. package/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/runtime-blob-types.browser.d.ts +0 -1
  59. package/node_modules/@aws-sdk/types/dist-types/ts3.4/blob/runtime-blob-types.node.d.ts +0 -2
@@ -4,4 +4,5 @@ export type ProcessCredentials = {
4
4
  SecretAccessKey: string;
5
5
  SessionToken?: string;
6
6
  Expiration?: number;
7
+ CredentialScope?: string;
7
8
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.468.0",
3
+ "version": "3.489.0",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.468.0",
27
+ "@aws-sdk/types": "3.489.0",
28
28
  "@smithy/property-provider": "^2.0.0",
29
29
  "@smithy/shared-ini-file-loader": "^2.0.6",
30
- "@smithy/types": "^2.7.0",
30
+ "@smithy/types": "^2.8.0",
31
31
  "tslib": "^2.5.0"
32
32
  },
33
33
  "devDependencies": {
@@ -7,6 +7,7 @@ const property_provider_1 = require("@smithy/property-provider");
7
7
  const shared_ini_file_loader_1 = require("@smithy/shared-ini-file-loader");
8
8
  const SHOULD_FAIL_CREDENTIAL_CHAIN = false;
9
9
  const resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, profile, }) => {
10
+ var _a;
10
11
  let token;
11
12
  const refreshMessage = `To refresh this SSO session run aws sso login with the corresponding profile.`;
12
13
  if (ssoSession) {
@@ -46,9 +47,10 @@ const resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccountId, ss
46
47
  throw property_provider_1.CredentialsProviderError.from(e, SHOULD_FAIL_CREDENTIAL_CHAIN);
47
48
  }
48
49
  const { roleCredentials: { accessKeyId, secretAccessKey, sessionToken, expiration } = {} } = ssoResp;
50
+ const credentialScope = (_a = ssoResp === null || ssoResp === void 0 ? void 0 : ssoResp.roleCredentials) === null || _a === void 0 ? void 0 : _a.credentialScope;
49
51
  if (!accessKeyId || !secretAccessKey || !sessionToken || !expiration) {
50
52
  throw new property_provider_1.CredentialsProviderError("SSO returns an invalid temporary credential.", SHOULD_FAIL_CREDENTIAL_CHAIN);
51
53
  }
52
- return { accessKeyId, secretAccessKey, sessionToken, expiration: new Date(expiration) };
54
+ return { accessKeyId, secretAccessKey, sessionToken, expiration: new Date(expiration), credentialScope };
53
55
  };
54
56
  exports.resolveSSOCredentials = resolveSSOCredentials;
@@ -43,8 +43,9 @@ export const resolveSSOCredentials = async ({ ssoStartUrl, ssoSession, ssoAccoun
43
43
  throw CredentialsProviderError.from(e, SHOULD_FAIL_CREDENTIAL_CHAIN);
44
44
  }
45
45
  const { roleCredentials: { accessKeyId, secretAccessKey, sessionToken, expiration } = {} } = ssoResp;
46
+ const credentialScope = ssoResp?.roleCredentials?.credentialScope;
46
47
  if (!accessKeyId || !secretAccessKey || !sessionToken || !expiration) {
47
48
  throw new CredentialsProviderError("SSO returns an invalid temporary credential.", SHOULD_FAIL_CREDENTIAL_CHAIN);
48
49
  }
49
- return { accessKeyId, secretAccessKey, sessionToken, expiration: new Date(expiration) };
50
+ return { accessKeyId, secretAccessKey, sessionToken, expiration: new Date(expiration), credentialScope };
50
51
  };
@@ -1,6 +1,6 @@
1
1
  import { AwsCredentialIdentity } from "@smithy/types";
2
2
  import { FromSSOInit, SsoCredentialsParameters } from "./fromSSO";
3
3
  /**
4
- * @private
4
+ * @internal
5
5
  */
6
6
  export declare const resolveSSOCredentials: ({ ssoStartUrl, ssoSession, ssoAccountId, ssoRegion, ssoRoleName, ssoClient, profile, }: FromSSOInit & SsoCredentialsParameters) => Promise<AwsCredentialIdentity>;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.484.0",
3
+ "version": "3.489.0",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,12 +24,12 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/client-sso": "3.484.0",
28
- "@aws-sdk/token-providers": "3.484.0",
29
- "@aws-sdk/types": "3.468.0",
27
+ "@aws-sdk/client-sso": "3.489.0",
28
+ "@aws-sdk/token-providers": "3.489.0",
29
+ "@aws-sdk/types": "3.489.0",
30
30
  "@smithy/property-provider": "^2.0.0",
31
31
  "@smithy/shared-ini-file-loader": "^2.0.6",
32
- "@smithy/types": "^2.7.0",
32
+ "@smithy/types": "^2.8.0",
33
33
  "tslib": "^2.5.0"
34
34
  },
35
35
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.468.0",
3
+ "version": "3.489.0",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -32,9 +32,9 @@
32
32
  },
33
33
  "license": "Apache-2.0",
34
34
  "dependencies": {
35
- "@aws-sdk/types": "3.468.0",
35
+ "@aws-sdk/types": "3.489.0",
36
36
  "@smithy/property-provider": "^2.0.0",
37
- "@smithy/types": "^2.7.0",
37
+ "@smithy/types": "^2.8.0",
38
38
  "tslib": "^2.5.0"
39
39
  },
40
40
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-host-header",
3
- "version": "3.468.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,9 +21,9 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.468.0",
25
- "@smithy/protocol-http": "^3.0.11",
26
- "@smithy/types": "^2.7.0",
24
+ "@aws-sdk/types": "3.489.0",
25
+ "@smithy/protocol-http": "^3.0.12",
26
+ "@smithy/types": "^2.8.0",
27
27
  "tslib": "^2.5.0"
28
28
  },
29
29
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-logger",
3
- "version": "3.468.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
  "module": "./dist-es/index.js",
23
23
  "types": "./dist-types/index.d.ts",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.468.0",
26
- "@smithy/types": "^2.7.0",
25
+ "@aws-sdk/types": "3.489.0",
26
+ "@smithy/types": "^2.8.0",
27
27
  "tslib": "^2.5.0"
28
28
  },
29
29
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-recursion-detection",
3
- "version": "3.468.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,9 +21,9 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.468.0",
25
- "@smithy/protocol-http": "^3.0.11",
26
- "@smithy/types": "^2.7.0",
24
+ "@aws-sdk/types": "3.489.0",
25
+ "@smithy/protocol-http": "^3.0.12",
26
+ "@smithy/types": "^2.8.0",
27
27
  "tslib": "^2.5.0"
28
28
  },
29
29
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-signing",
3
- "version": "3.468.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,12 +22,12 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.468.0",
25
+ "@aws-sdk/types": "3.489.0",
26
26
  "@smithy/property-provider": "^2.0.0",
27
- "@smithy/protocol-http": "^3.0.11",
27
+ "@smithy/protocol-http": "^3.0.12",
28
28
  "@smithy/signature-v4": "^2.0.0",
29
- "@smithy/types": "^2.7.0",
30
- "@smithy/util-middleware": "^2.0.8",
29
+ "@smithy/types": "^2.8.0",
30
+ "@smithy/util-middleware": "^2.0.9",
31
31
  "tslib": "^2.5.0"
32
32
  },
33
33
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.478.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,10 +22,10 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.468.0",
26
- "@aws-sdk/util-endpoints": "3.478.0",
27
- "@smithy/protocol-http": "^3.0.11",
28
- "@smithy/types": "^2.7.0",
25
+ "@aws-sdk/types": "3.489.0",
26
+ "@aws-sdk/util-endpoints": "3.489.0",
27
+ "@smithy/protocol-http": "^3.0.12",
28
+ "@smithy/types": "^2.8.0",
29
29
  "tslib": "^2.5.0"
30
30
  },
31
31
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.484.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,10 +21,11 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@smithy/node-config-provider": "^2.1.8",
25
- "@smithy/types": "^2.7.0",
24
+ "@aws-sdk/types": "3.489.0",
25
+ "@smithy/node-config-provider": "^2.1.9",
26
+ "@smithy/types": "^2.8.0",
26
27
  "@smithy/util-config-provider": "^2.1.0",
27
- "@smithy/util-middleware": "^2.0.8",
28
+ "@smithy/util-middleware": "^2.0.9",
28
29
  "tslib": "^2.5.0"
29
30
  },
30
31
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.484.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,39 +29,39 @@
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.468.0",
33
- "@aws-sdk/middleware-logger": "3.468.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.468.0",
35
- "@aws-sdk/middleware-user-agent": "3.478.0",
36
- "@aws-sdk/region-config-resolver": "3.484.0",
37
- "@aws-sdk/types": "3.468.0",
38
- "@aws-sdk/util-endpoints": "3.478.0",
39
- "@aws-sdk/util-user-agent-browser": "3.468.0",
40
- "@aws-sdk/util-user-agent-node": "3.470.0",
41
- "@smithy/config-resolver": "^2.0.22",
42
- "@smithy/fetch-http-handler": "^2.3.1",
43
- "@smithy/hash-node": "^2.0.17",
44
- "@smithy/invalid-dependency": "^2.0.15",
45
- "@smithy/middleware-content-length": "^2.0.17",
46
- "@smithy/middleware-endpoint": "^2.2.3",
47
- "@smithy/middleware-retry": "^2.0.25",
48
- "@smithy/middleware-serde": "^2.0.15",
49
- "@smithy/middleware-stack": "^2.0.9",
50
- "@smithy/node-config-provider": "^2.1.8",
51
- "@smithy/node-http-handler": "^2.2.1",
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
+ "@smithy/config-resolver": "^2.0.23",
42
+ "@smithy/fetch-http-handler": "^2.3.2",
43
+ "@smithy/hash-node": "^2.0.18",
44
+ "@smithy/invalid-dependency": "^2.0.16",
45
+ "@smithy/middleware-content-length": "^2.0.18",
46
+ "@smithy/middleware-endpoint": "^2.3.0",
47
+ "@smithy/middleware-retry": "^2.0.26",
48
+ "@smithy/middleware-serde": "^2.0.16",
49
+ "@smithy/middleware-stack": "^2.0.10",
50
+ "@smithy/node-config-provider": "^2.1.9",
51
+ "@smithy/node-http-handler": "^2.2.2",
52
52
  "@smithy/property-provider": "^2.0.0",
53
- "@smithy/protocol-http": "^3.0.11",
53
+ "@smithy/protocol-http": "^3.0.12",
54
54
  "@smithy/shared-ini-file-loader": "^2.0.6",
55
- "@smithy/smithy-client": "^2.2.0",
56
- "@smithy/types": "^2.7.0",
57
- "@smithy/url-parser": "^2.0.15",
55
+ "@smithy/smithy-client": "^2.2.1",
56
+ "@smithy/types": "^2.8.0",
57
+ "@smithy/url-parser": "^2.0.16",
58
58
  "@smithy/util-base64": "^2.0.1",
59
59
  "@smithy/util-body-length-browser": "^2.0.1",
60
60
  "@smithy/util-body-length-node": "^2.1.0",
61
- "@smithy/util-defaults-mode-browser": "^2.0.23",
62
- "@smithy/util-defaults-mode-node": "^2.0.31",
63
- "@smithy/util-endpoints": "^1.0.7",
64
- "@smithy/util-retry": "^2.0.8",
61
+ "@smithy/util-defaults-mode-browser": "^2.0.24",
62
+ "@smithy/util-defaults-mode-node": "^2.0.32",
63
+ "@smithy/util-endpoints": "^1.0.8",
64
+ "@smithy/util-retry": "^2.0.9",
65
65
  "@smithy/util-utf8": "^2.0.2",
66
66
  "tslib": "^2.5.0"
67
67
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.468.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",
@@ -41,7 +41,7 @@
41
41
  "directory": "packages/types"
42
42
  },
43
43
  "dependencies": {
44
- "@smithy/types": "^2.7.0",
44
+ "@smithy/types": "^2.8.0",
45
45
  "tslib": "^2.5.0"
46
46
  },
47
47
  "devDependencies": {
@@ -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.478.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,8 +22,9 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.468.0",
26
- "@smithy/util-endpoints": "^1.0.7",
25
+ "@aws-sdk/types": "3.489.0",
26
+ "@smithy/types": "^2.8.0",
27
+ "@smithy/util-endpoints": "^1.0.8",
27
28
  "tslib": "^2.5.0"
28
29
  },
29
30
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-browser",
3
- "version": "3.468.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
  "license": "Apache-2.0",
23
23
  "react-native": "dist-es/index.native.js",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.468.0",
26
- "@smithy/types": "^2.7.0",
25
+ "@aws-sdk/types": "3.489.0",
26
+ "@smithy/types": "^2.8.0",
27
27
  "bowser": "^2.11.0",
28
28
  "tslib": "^2.5.0"
29
29
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.470.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,9 +20,9 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/types": "3.468.0",
24
- "@smithy/node-config-provider": "^2.1.8",
25
- "@smithy/types": "^2.7.0",
23
+ "@aws-sdk/types": "3.489.0",
24
+ "@smithy/node-config-provider": "^2.1.9",
25
+ "@smithy/types": "^2.8.0",
26
26
  "tslib": "^2.5.0"
27
27
  },
28
28
  "devDependencies": {
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.228",
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.484.0",
112
+ "@aws-sdk/client-codedeploy": "^3.489.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.232",
130
+ "version": "0.0.234",
131
131
  "jest": {
132
132
  "testMatch": [
133
133
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",
@@ -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;