@cdk8s/awscdk-resolver 0.0.177 → 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 (98) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +1 -0
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.js +2 -1
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +2 -1
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +2 -1
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +2 -1
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -3
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -3
  11. package/node_modules/@aws-sdk/client-cloudformation/package.json +14 -14
  12. package/node_modules/@aws-sdk/client-sso/dist-cjs/runtimeConfig.js +1 -0
  13. package/node_modules/@aws-sdk/client-sso/dist-es/runtimeConfig.js +2 -1
  14. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -1
  15. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +2 -1
  16. package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -1
  17. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -3
  18. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
  19. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -3
  20. package/node_modules/@aws-sdk/client-sso/package.json +11 -11
  21. package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/runtimeConfig.js +1 -0
  22. package/node_modules/@aws-sdk/client-sso-oidc/dist-es/runtimeConfig.js +2 -1
  23. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +2 -1
  24. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +2 -1
  25. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +2 -1
  26. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -3
  27. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
  28. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -3
  29. package/node_modules/@aws-sdk/client-sso-oidc/package.json +13 -13
  30. package/node_modules/@aws-sdk/client-sts/dist-cjs/runtimeConfig.js +1 -0
  31. package/node_modules/@aws-sdk/client-sts/dist-es/runtimeConfig.js +2 -1
  32. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +2 -1
  33. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +2 -1
  34. package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +2 -1
  35. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +7 -3
  36. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +6 -3
  37. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +7 -3
  38. package/node_modules/@aws-sdk/client-sts/package.json +13 -13
  39. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +17 -2
  40. package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +1 -0
  41. package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +11 -0
  42. package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +1 -0
  43. package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +12 -0
  44. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +1 -0
  45. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/setFeature.d.ts +6 -0
  46. package/node_modules/@aws-sdk/core/package.json +2 -1
  47. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  48. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  49. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  50. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  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 +3 -3
  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-user-agent/dist-cjs/index.js +60 -4
  58. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/configurations.js +22 -0
  59. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/encode-features.js +18 -0
  60. package/node_modules/@aws-sdk/middleware-user-agent/dist-es/user-agent-middleware.js +9 -1
  61. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/configurations.d.ts +14 -1
  62. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/encode-features.d.ts +5 -0
  63. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/configurations.d.ts +5 -1
  64. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/encode-features.d.ts +2 -0
  65. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/user-agent-middleware.d.ts +2 -1
  66. package/node_modules/@aws-sdk/middleware-user-agent/dist-types/user-agent-middleware.d.ts +2 -1
  67. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -3
  68. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  69. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  70. package/node_modules/@aws-sdk/types/dist-es/feature-ids.js +1 -0
  71. package/node_modules/@aws-sdk/types/dist-es/index.js +1 -0
  72. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +54 -0
  73. package/node_modules/@aws-sdk/types/dist-types/index.d.ts +1 -0
  74. package/node_modules/@aws-sdk/types/dist-types/middleware.d.ts +12 -0
  75. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +51 -0
  76. package/node_modules/@aws-sdk/types/dist-types/ts3.4/index.d.ts +1 -0
  77. package/node_modules/@aws-sdk/types/dist-types/ts3.4/middleware.d.ts +7 -0
  78. package/node_modules/@aws-sdk/types/package.json +1 -1
  79. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  80. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +6 -2
  81. package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +1 -1
  82. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.js +6 -2
  83. package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js +1 -1
  84. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +4 -1
  85. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.d.ts +6 -1
  86. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  87. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +46 -39
  88. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +29 -0
  89. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +2 -39
  90. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/nodeAppIdConfigOptions.js +8 -0
  91. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +23 -0
  92. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +2 -20
  93. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/nodeAppIdConfigOptions.d.ts +13 -0
  94. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/defaultUserAgent.d.ts +21 -0
  95. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +2 -12
  96. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/nodeAppIdConfigOptions.d.ts +6 -0
  97. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -2
  98. package/package.json +3 -3
@@ -21,13 +21,16 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
21
21
  // src/index.ts
22
22
  var src_exports = {};
23
23
  __export(src_exports, {
24
+ NODE_APP_ID_CONFIG_OPTIONS: () => NODE_APP_ID_CONFIG_OPTIONS,
24
25
  UA_APP_ID_ENV_NAME: () => UA_APP_ID_ENV_NAME,
25
26
  UA_APP_ID_INI_NAME: () => UA_APP_ID_INI_NAME,
27
+ createDefaultUserAgentProvider: () => createDefaultUserAgentProvider,
26
28
  crtAvailability: () => crtAvailability,
27
29
  defaultUserAgent: () => defaultUserAgent
28
30
  });
29
31
  module.exports = __toCommonJS(src_exports);
30
- var import_node_config_provider = require("@smithy/node-config-provider");
32
+
33
+ // src/defaultUserAgent.ts
31
34
  var import_os = require("os");
32
35
  var import_process = require("process");
33
36
 
@@ -44,52 +47,56 @@ var isCrtAvailable = /* @__PURE__ */ __name(() => {
44
47
  return null;
45
48
  }, "isCrtAvailable");
46
49
 
47
- // src/index.ts
48
- var UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";
49
- var UA_APP_ID_INI_NAME = "sdk-ua-app-id";
50
- var defaultUserAgent = /* @__PURE__ */ __name(({ serviceId, clientVersion }) => {
51
- const sections = [
52
- // sdk-metadata
53
- ["aws-sdk-js", clientVersion],
54
- // ua-metadata
55
- ["ua", "2.0"],
56
- // os-metadata
57
- [`os/${(0, import_os.platform)()}`, (0, import_os.release)()],
58
- // language-metadata
59
- // ECMAScript edition doesn't matter in JS, so no version needed.
60
- ["lang/js"],
61
- ["md/nodejs", `${import_process.versions.node}`]
62
- ];
63
- const crtAvailable = isCrtAvailable();
64
- if (crtAvailable) {
65
- sections.push(crtAvailable);
66
- }
67
- if (serviceId) {
68
- sections.push([`api/${serviceId}`, clientVersion]);
69
- }
70
- if (import_process.env.AWS_EXECUTION_ENV) {
71
- sections.push([`exec-env/${import_process.env.AWS_EXECUTION_ENV}`]);
72
- }
73
- const appIdPromise = (0, import_node_config_provider.loadConfig)({
74
- environmentVariableSelector: (env2) => env2[UA_APP_ID_ENV_NAME],
75
- configFileSelector: (profile) => profile[UA_APP_ID_INI_NAME],
76
- default: void 0
77
- })();
78
- let resolvedUserAgent = void 0;
79
- return async () => {
80
- if (!resolvedUserAgent) {
81
- const appId = await appIdPromise;
82
- resolvedUserAgent = appId ? [...sections, [`app/${appId}`]] : [...sections];
50
+ // src/defaultUserAgent.ts
51
+ var createDefaultUserAgentProvider = /* @__PURE__ */ __name(({ serviceId, clientVersion }) => {
52
+ return async (config) => {
53
+ var _a;
54
+ const sections = [
55
+ // sdk-metadata
56
+ ["aws-sdk-js", clientVersion],
57
+ // ua-metadata
58
+ ["ua", "2.1"],
59
+ // os-metadata
60
+ [`os/${(0, import_os.platform)()}`, (0, import_os.release)()],
61
+ // language-metadata
62
+ // ECMAScript edition doesn't matter in JS, so no version needed.
63
+ ["lang/js"],
64
+ ["md/nodejs", `${import_process.versions.node}`]
65
+ ];
66
+ const crtAvailable = isCrtAvailable();
67
+ if (crtAvailable) {
68
+ sections.push(crtAvailable);
83
69
  }
70
+ if (serviceId) {
71
+ sections.push([`api/${serviceId}`, clientVersion]);
72
+ }
73
+ if (import_process.env.AWS_EXECUTION_ENV) {
74
+ sections.push([`exec-env/${import_process.env.AWS_EXECUTION_ENV}`]);
75
+ }
76
+ const appId = await ((_a = config == null ? void 0 : config.userAgentAppId) == null ? void 0 : _a.call(config));
77
+ const resolvedUserAgent = appId ? [...sections, [`app/${appId}`]] : [...sections];
84
78
  return resolvedUserAgent;
85
79
  };
86
- }, "defaultUserAgent");
80
+ }, "createDefaultUserAgentProvider");
81
+ var defaultUserAgent = createDefaultUserAgentProvider;
82
+
83
+ // src/nodeAppIdConfigOptions.ts
84
+ var import_middleware_user_agent = require("@aws-sdk/middleware-user-agent");
85
+ var UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";
86
+ var UA_APP_ID_INI_NAME = "sdk-ua-app-id";
87
+ var NODE_APP_ID_CONFIG_OPTIONS = {
88
+ environmentVariableSelector: (env2) => env2[UA_APP_ID_ENV_NAME],
89
+ configFileSelector: (profile) => profile[UA_APP_ID_INI_NAME],
90
+ default: import_middleware_user_agent.DEFAULT_UA_APP_ID
91
+ };
87
92
  // Annotate the CommonJS export names for ESM import in node:
88
93
 
89
94
  0 && (module.exports = {
90
95
  crtAvailability,
96
+ createDefaultUserAgentProvider,
97
+ defaultUserAgent,
91
98
  UA_APP_ID_ENV_NAME,
92
99
  UA_APP_ID_INI_NAME,
93
- defaultUserAgent
100
+ NODE_APP_ID_CONFIG_OPTIONS
94
101
  });
95
102
 
@@ -0,0 +1,29 @@
1
+ import { platform, release } from "os";
2
+ import { env, versions } from "process";
3
+ import { isCrtAvailable } from "./is-crt-available";
4
+ export { crtAvailability } from "./crt-availability";
5
+ export const createDefaultUserAgentProvider = ({ serviceId, clientVersion }) => {
6
+ return async (config) => {
7
+ const sections = [
8
+ ["aws-sdk-js", clientVersion],
9
+ ["ua", "2.1"],
10
+ [`os/${platform()}`, release()],
11
+ ["lang/js"],
12
+ ["md/nodejs", `${versions.node}`],
13
+ ];
14
+ const crtAvailable = isCrtAvailable();
15
+ if (crtAvailable) {
16
+ sections.push(crtAvailable);
17
+ }
18
+ if (serviceId) {
19
+ sections.push([`api/${serviceId}`, clientVersion]);
20
+ }
21
+ if (env.AWS_EXECUTION_ENV) {
22
+ sections.push([`exec-env/${env.AWS_EXECUTION_ENV}`]);
23
+ }
24
+ const appId = await config?.userAgentAppId?.();
25
+ const resolvedUserAgent = appId ? [...sections, [`app/${appId}`]] : [...sections];
26
+ return resolvedUserAgent;
27
+ };
28
+ };
29
+ export const defaultUserAgent = createDefaultUserAgentProvider;
@@ -1,39 +1,2 @@
1
- import { loadConfig } from "@smithy/node-config-provider";
2
- import { platform, release } from "os";
3
- import { env, versions } from "process";
4
- import { isCrtAvailable } from "./is-crt-available";
5
- export { crtAvailability } from "./crt-availability";
6
- export const UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";
7
- export const UA_APP_ID_INI_NAME = "sdk-ua-app-id";
8
- export const defaultUserAgent = ({ serviceId, clientVersion }) => {
9
- const sections = [
10
- ["aws-sdk-js", clientVersion],
11
- ["ua", "2.0"],
12
- [`os/${platform()}`, release()],
13
- ["lang/js"],
14
- ["md/nodejs", `${versions.node}`],
15
- ];
16
- const crtAvailable = isCrtAvailable();
17
- if (crtAvailable) {
18
- sections.push(crtAvailable);
19
- }
20
- if (serviceId) {
21
- sections.push([`api/${serviceId}`, clientVersion]);
22
- }
23
- if (env.AWS_EXECUTION_ENV) {
24
- sections.push([`exec-env/${env.AWS_EXECUTION_ENV}`]);
25
- }
26
- const appIdPromise = loadConfig({
27
- environmentVariableSelector: (env) => env[UA_APP_ID_ENV_NAME],
28
- configFileSelector: (profile) => profile[UA_APP_ID_INI_NAME],
29
- default: undefined,
30
- })();
31
- let resolvedUserAgent = undefined;
32
- return async () => {
33
- if (!resolvedUserAgent) {
34
- const appId = await appIdPromise;
35
- resolvedUserAgent = appId ? [...sections, [`app/${appId}`]] : [...sections];
36
- }
37
- return resolvedUserAgent;
38
- };
39
- };
1
+ export * from "./defaultUserAgent";
2
+ export * from "./nodeAppIdConfigOptions";
@@ -0,0 +1,8 @@
1
+ import { DEFAULT_UA_APP_ID } from "@aws-sdk/middleware-user-agent";
2
+ export const UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";
3
+ export const UA_APP_ID_INI_NAME = "sdk-ua-app-id";
4
+ export const NODE_APP_ID_CONFIG_OPTIONS = {
5
+ environmentVariableSelector: (env) => env[UA_APP_ID_ENV_NAME],
6
+ configFileSelector: (profile) => profile[UA_APP_ID_INI_NAME],
7
+ default: DEFAULT_UA_APP_ID,
8
+ };
@@ -0,0 +1,23 @@
1
+ import { Provider, UserAgent } from "@smithy/types";
2
+ export { crtAvailability } from "./crt-availability";
3
+ export interface DefaultUserAgentOptions {
4
+ serviceId?: string;
5
+ clientVersion: string;
6
+ }
7
+ export interface PreviouslyResolved {
8
+ userAgentAppId: Provider<string | undefined>;
9
+ }
10
+ /**
11
+ * @internal
12
+ *
13
+ * Collect metrics from runtime to put into user agent.
14
+ */
15
+ export declare const createDefaultUserAgentProvider: ({ serviceId, clientVersion }: DefaultUserAgentOptions) => (config?: PreviouslyResolved) => Promise<UserAgent>;
16
+ /**
17
+ *
18
+ * @internal
19
+ *
20
+ * @deprecated use createDefaultUserAgentProvider
21
+ *
22
+ */
23
+ export declare const defaultUserAgent: ({ serviceId, clientVersion }: DefaultUserAgentOptions) => (config?: PreviouslyResolved) => Promise<UserAgent>;
@@ -1,20 +1,2 @@
1
- import { Provider, UserAgent } from "@smithy/types";
2
- export { crtAvailability } from "./crt-availability";
3
- /**
4
- * @internal
5
- */
6
- export declare const UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";
7
- /**
8
- * @internal
9
- */
10
- export declare const UA_APP_ID_INI_NAME = "sdk-ua-app-id";
11
- interface DefaultUserAgentOptions {
12
- serviceId?: string;
13
- clientVersion: string;
14
- }
15
- /**
16
- * @internal
17
- *
18
- * Collect metrics from runtime to put into user agent.
19
- */
20
- export declare const defaultUserAgent: ({ serviceId, clientVersion }: DefaultUserAgentOptions) => Provider<UserAgent>;
1
+ export * from "./defaultUserAgent";
2
+ export * from "./nodeAppIdConfigOptions";
@@ -0,0 +1,13 @@
1
+ import { LoadedConfigSelectors } from "@smithy/node-config-provider";
2
+ /**
3
+ * @internal
4
+ */
5
+ export declare const UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";
6
+ /**
7
+ * @internal
8
+ */
9
+ export declare const UA_APP_ID_INI_NAME = "sdk-ua-app-id";
10
+ /**
11
+ * @internal
12
+ */
13
+ export declare const NODE_APP_ID_CONFIG_OPTIONS: LoadedConfigSelectors<string | undefined>;
@@ -0,0 +1,21 @@
1
+ import { Provider, UserAgent } from "@smithy/types";
2
+ export { crtAvailability } from "./crt-availability";
3
+ export interface DefaultUserAgentOptions {
4
+ serviceId?: string;
5
+ clientVersion: string;
6
+ }
7
+ export interface PreviouslyResolved {
8
+ userAgentAppId: Provider<string | undefined>;
9
+ }
10
+ export declare const createDefaultUserAgentProvider: ({
11
+ serviceId,
12
+ clientVersion,
13
+ }: DefaultUserAgentOptions) => (
14
+ config?: PreviouslyResolved
15
+ ) => Promise<UserAgent>;
16
+ export declare const defaultUserAgent: ({
17
+ serviceId,
18
+ clientVersion,
19
+ }: DefaultUserAgentOptions) => (
20
+ config?: PreviouslyResolved
21
+ ) => Promise<UserAgent>;
@@ -1,12 +1,2 @@
1
- import { Provider, UserAgent } from "@smithy/types";
2
- export { crtAvailability } from "./crt-availability";
3
- export declare const UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";
4
- export declare const UA_APP_ID_INI_NAME = "sdk-ua-app-id";
5
- interface DefaultUserAgentOptions {
6
- serviceId?: string;
7
- clientVersion: string;
8
- }
9
- export declare const defaultUserAgent: ({
10
- serviceId,
11
- clientVersion,
12
- }: DefaultUserAgentOptions) => Provider<UserAgent>;
1
+ export * from "./defaultUserAgent";
2
+ export * from "./nodeAppIdConfigOptions";
@@ -0,0 +1,6 @@
1
+ import { LoadedConfigSelectors } from "@smithy/node-config-provider";
2
+ export declare const UA_APP_ID_ENV_NAME = "AWS_SDK_UA_APP_ID";
3
+ export declare const UA_APP_ID_INI_NAME = "sdk-ua-app-id";
4
+ export declare const NODE_APP_ID_CONFIG_OPTIONS: LoadedConfigSelectors<
5
+ string | undefined
6
+ >;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/util-user-agent-node",
3
- "version": "3.662.0",
3
+ "version": "3.664.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",
@@ -20,7 +20,8 @@
20
20
  },
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@aws-sdk/types": "3.662.0",
23
+ "@aws-sdk/middleware-user-agent": "3.664.0",
24
+ "@aws-sdk/types": "3.664.0",
24
25
  "@smithy/node-config-provider": "^3.1.8",
25
26
  "@smithy/types": "^3.5.0",
26
27
  "tslib": "^2.6.2"
package/package.json CHANGED
@@ -51,7 +51,7 @@
51
51
  "aws-cdk": "^2.160.0",
52
52
  "aws-cdk-lib": "2.109.0",
53
53
  "cdk8s": "2.68.91",
54
- "cdk8s-cli": "^2.198.233",
54
+ "cdk8s-cli": "^2.198.235",
55
55
  "commit-and-tag-version": "^12",
56
56
  "constructs": "10.3.0",
57
57
  "eslint": "^8",
@@ -76,7 +76,7 @@
76
76
  "constructs": "^10.3.0"
77
77
  },
78
78
  "dependencies": {
79
- "@aws-sdk/client-cloudformation": "^3.662.0"
79
+ "@aws-sdk/client-cloudformation": "^3.664.0"
80
80
  },
81
81
  "bundledDependencies": [
82
82
  "@aws-sdk/client-cloudformation"
@@ -92,7 +92,7 @@
92
92
  "publishConfig": {
93
93
  "access": "public"
94
94
  },
95
- "version": "0.0.177",
95
+ "version": "0.0.178",
96
96
  "jest": {
97
97
  "coverageProvider": "v8",
98
98
  "testMatch": [