@cdk8s/awscdk-resolver 0.0.234 → 0.0.236

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 (36) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/package.json +34 -34
  4. package/node_modules/@aws-sdk/client-sso/package.json +32 -32
  5. package/node_modules/@aws-sdk/core/package.json +10 -10
  6. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
  7. package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
  8. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  9. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  10. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  11. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  12. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  13. package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -4
  14. package/node_modules/@aws-sdk/middleware-logger/package.json +3 -3
  15. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -4
  16. package/node_modules/@aws-sdk/middleware-user-agent/package.json +7 -7
  17. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +2 -101
  18. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +170 -95
  19. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +2 -140
  20. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +6 -4
  21. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +2 -101
  22. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +6 -4
  23. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +2 -140
  24. package/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +1 -0
  25. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +2 -2
  26. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +2 -2
  27. package/node_modules/@aws-sdk/nested-clients/package.json +34 -34
  28. package/node_modules/@aws-sdk/region-config-resolver/package.json +5 -5
  29. package/node_modules/@aws-sdk/token-providers/package.json +6 -6
  30. package/node_modules/@aws-sdk/types/dist-types/identity/AwsCredentialIdentity.d.ts +20 -2
  31. package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/AwsCredentialIdentity.d.ts +11 -2
  32. package/node_modules/@aws-sdk/types/package.json +2 -2
  33. package/node_modules/@aws-sdk/util-endpoints/package.json +4 -4
  34. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -3
  35. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
  36. package/package.json +4 -4
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/region-config-resolver",
3
- "version": "3.723.0",
3
+ "version": "3.734.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline region-config-resolver",
@@ -22,11 +22,11 @@
22
22
  },
23
23
  "license": "Apache-2.0",
24
24
  "dependencies": {
25
- "@aws-sdk/types": "3.723.0",
26
- "@smithy/node-config-provider": "^4.0.0",
27
- "@smithy/types": "^4.0.0",
25
+ "@aws-sdk/types": "3.734.0",
26
+ "@smithy/node-config-provider": "^4.0.1",
27
+ "@smithy/types": "^4.1.0",
28
28
  "@smithy/util-config-provider": "^4.0.0",
29
- "@smithy/util-middleware": "^4.0.0",
29
+ "@smithy/util-middleware": "^4.0.1",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.730.0",
3
+ "version": "3.734.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,11 +27,11 @@
27
27
  },
28
28
  "license": "Apache-2.0",
29
29
  "dependencies": {
30
- "@aws-sdk/nested-clients": "3.730.0",
31
- "@aws-sdk/types": "3.723.0",
32
- "@smithy/property-provider": "^4.0.0",
33
- "@smithy/shared-ini-file-loader": "^4.0.0",
34
- "@smithy/types": "^4.0.0",
30
+ "@aws-sdk/nested-clients": "3.734.0",
31
+ "@aws-sdk/types": "3.734.0",
32
+ "@smithy/property-provider": "^4.0.1",
33
+ "@smithy/shared-ini-file-loader": "^4.0.1",
34
+ "@smithy/types": "^4.1.0",
35
35
  "tslib": "^2.6.2"
36
36
  },
37
37
  "devDependencies": {
@@ -1,13 +1,31 @@
1
- import type { AwsCredentialIdentity } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, Logger, RequestHandler } from "@smithy/types";
2
2
  import type { AwsSdkCredentialsFeatures } from "../feature-ids";
3
3
  export { AwsCredentialIdentity, AwsCredentialIdentityProvider, IdentityProvider } from "@smithy/types";
4
4
  /**
5
5
  * @public
6
6
  */
7
7
  export interface AwsIdentityProperties {
8
+ /**
9
+ * These are resolved client config values, and may be async providers.
10
+ */
8
11
  callerClientConfig?: {
9
- region(): Promise<string>;
12
+ /**
13
+ * It is likely a programming error if you use
14
+ * the caller client config credentials in a credential provider, since
15
+ * it will recurse.
16
+ *
17
+ * @deprecated do not use.
18
+ */
19
+ credentials?: AwsCredentialIdentity | AwsCredentialIdentityProvider;
20
+ /**
21
+ * @internal
22
+ * @deprecated minimize use.
23
+ */
24
+ credentialDefaultProvider?: (input?: any) => AwsCredentialIdentityProvider;
25
+ logger?: Logger;
10
26
  profile?: string;
27
+ region(): Promise<string>;
28
+ requestHandler?: RequestHandler<any, any>;
11
29
  };
12
30
  }
13
31
  /**
@@ -1,4 +1,9 @@
1
- import { AwsCredentialIdentity } from "@smithy/types";
1
+ import {
2
+ AwsCredentialIdentity,
3
+ AwsCredentialIdentityProvider,
4
+ Logger,
5
+ RequestHandler,
6
+ } from "@smithy/types";
2
7
  import { AwsSdkCredentialsFeatures } from "../feature-ids";
3
8
  export {
4
9
  AwsCredentialIdentity,
@@ -7,8 +12,12 @@ export {
7
12
  } from "@smithy/types";
8
13
  export interface AwsIdentityProperties {
9
14
  callerClientConfig?: {
10
- region(): Promise<string>;
15
+ credentials?: AwsCredentialIdentity | AwsCredentialIdentityProvider;
16
+ credentialDefaultProvider?: (input?: any) => AwsCredentialIdentityProvider;
17
+ logger?: Logger;
11
18
  profile?: string;
19
+ region(): Promise<string>;
20
+ requestHandler?: RequestHandler<any, any>;
12
21
  };
13
22
  }
14
23
  export type RuntimeConfigIdentityProvider<T> = (
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/types",
3
- "version": "3.723.0",
3
+ "version": "3.734.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": "^4.0.0",
44
+ "@smithy/types": "^4.1.0",
45
45
  "tslib": "^2.6.2"
46
46
  },
47
47
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-endpoints",
3
- "version": "3.730.0",
3
+ "version": "3.734.0",
4
4
  "description": "Utilities to help with endpoint resolution",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -24,9 +24,9 @@
24
24
  },
25
25
  "license": "Apache-2.0",
26
26
  "dependencies": {
27
- "@aws-sdk/types": "3.723.0",
28
- "@smithy/types": "^4.0.0",
29
- "@smithy/util-endpoints": "^3.0.0",
27
+ "@aws-sdk/types": "3.734.0",
28
+ "@smithy/types": "^4.1.0",
29
+ "@smithy/util-endpoints": "^3.0.1",
30
30
  "tslib": "^2.6.2"
31
31
  },
32
32
  "engines": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-browser",
3
- "version": "3.723.0",
3
+ "version": "3.734.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-browser",
@@ -23,8 +23,8 @@
23
23
  "license": "Apache-2.0",
24
24
  "react-native": "dist-es/index.native.js",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.723.0",
27
- "@smithy/types": "^4.0.0",
26
+ "@aws-sdk/types": "3.734.0",
27
+ "@smithy/types": "^4.1.0",
28
28
  "bowser": "^2.11.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.730.0",
3
+ "version": "3.734.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "node ../../scripts/compilation/inline util-user-agent-node",
@@ -21,10 +21,10 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/middleware-user-agent": "3.730.0",
25
- "@aws-sdk/types": "3.723.0",
26
- "@smithy/node-config-provider": "^4.0.0",
27
- "@smithy/types": "^4.0.0",
24
+ "@aws-sdk/middleware-user-agent": "3.734.0",
25
+ "@aws-sdk/types": "3.734.0",
26
+ "@smithy/node-config-provider": "^4.0.1",
27
+ "@smithy/types": "^4.1.0",
28
28
  "tslib": "^2.6.2"
29
29
  },
30
30
  "devDependencies": {
package/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "organization": false
43
43
  },
44
44
  "devDependencies": {
45
- "@cdk8s/projen-common": "0.0.569",
45
+ "@cdk8s/projen-common": "0.0.572",
46
46
  "@stylistic/eslint-plugin": "^2",
47
47
  "@types/fs-extra": "^11.0.4",
48
48
  "@types/jest": "^27",
@@ -52,7 +52,7 @@
52
52
  "aws-cdk": "^2.176.0",
53
53
  "aws-cdk-lib": "2.109.0",
54
54
  "cdk8s": "2.68.91",
55
- "cdk8s-cli": "^2.198.298",
55
+ "cdk8s-cli": "^2.198.302",
56
56
  "commit-and-tag-version": "^12",
57
57
  "constructs": "10.3.0",
58
58
  "eslint": "^9",
@@ -77,7 +77,7 @@
77
77
  "constructs": "^10.3.0"
78
78
  },
79
79
  "dependencies": {
80
- "@aws-sdk/client-cloudformation": "^3.730.0"
80
+ "@aws-sdk/client-cloudformation": "^3.734.0"
81
81
  },
82
82
  "bundledDependencies": [
83
83
  "@aws-sdk/client-cloudformation"
@@ -93,7 +93,7 @@
93
93
  "publishConfig": {
94
94
  "access": "public"
95
95
  },
96
- "version": "0.0.234",
96
+ "version": "0.0.236",
97
97
  "jest": {
98
98
  "coverageProvider": "v8",
99
99
  "testMatch": [