@cdk8s/awscdk-resolver 0.0.599 → 0.0.601

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 (119) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/bdd.js +2 -5
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +7 -11
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +449 -469
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/CloudFormationServiceException.js +4 -8
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/errors.js +59 -91
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.browser.js +22 -26
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +30 -34
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.native.js +4 -7
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +20 -24
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/schemas/schemas_0.js +814 -533
  14. package/node_modules/@aws-sdk/client-cloudformation/package.json +8 -8
  15. package/node_modules/@aws-sdk/core/dist-cjs/index.js +45 -50
  16. package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +2 -4
  17. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +21 -22
  18. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +51 -51
  19. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +21 -22
  20. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +19 -21
  21. package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +107 -109
  22. package/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +2 -4
  23. package/node_modules/@aws-sdk/core/package.json +8 -8
  24. package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -6
  25. package/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
  26. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +3 -7
  27. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +12 -16
  28. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +16 -21
  29. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +14 -18
  30. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +1 -5
  31. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +2 -5
  32. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +2 -7
  33. package/node_modules/@aws-sdk/credential-provider-http/package.json +6 -6
  34. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +47 -41
  35. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +8 -4
  36. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +14 -10
  37. package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
  38. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +31 -33
  39. package/node_modules/@aws-sdk/credential-provider-login/package.json +7 -7
  40. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +16 -18
  41. package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
  42. package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +11 -13
  43. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  44. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +22 -24
  45. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BGYXHf8s.js +3 -0
  46. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  47. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +10 -14
  48. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +2 -6
  49. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +3 -27
  50. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  51. package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +0 -1
  52. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +82 -84
  53. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +158 -119
  54. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +80 -82
  55. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +80 -82
  56. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +99 -101
  57. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +4 -1
  58. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +70 -35
  59. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +1 -1
  60. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +3 -0
  61. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +1 -0
  62. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +12 -0
  63. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +1 -0
  64. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +3 -0
  65. package/node_modules/@aws-sdk/nested-clients/package.json +9 -8
  66. package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +4 -6
  67. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +5 -5
  68. package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +26 -28
  69. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  70. package/node_modules/@aws-sdk/types/dist-cjs/index.js +7 -8
  71. package/node_modules/@aws-sdk/types/package.json +4 -4
  72. package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +0 -2
  73. package/node_modules/@aws-sdk/util-locate-window/package.json +4 -4
  74. package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +2 -4
  75. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-external/nodable_entities.js +4 -7
  76. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +2 -5
  77. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +7 -10
  78. package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
  79. package/node_modules/@smithy/core/dist-cjs/index.js +13 -15
  80. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +29 -31
  81. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +2 -4
  82. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +7 -9
  83. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +3 -5
  84. package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +22 -23
  85. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +10 -11
  86. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +38 -39
  87. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +10 -11
  88. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +14 -17
  89. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +20 -23
  90. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +9 -11
  91. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +11 -13
  92. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +59 -60
  93. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +26 -27
  94. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +28 -29
  95. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +5 -7
  96. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +4 -6
  97. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +23 -25
  98. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +4 -6
  99. package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +2 -4
  100. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -1
  101. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.js +1 -1
  102. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +1 -1
  103. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js +1 -1
  104. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +2 -2
  105. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRateLimiter.js +1 -1
  106. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  107. package/node_modules/@smithy/core/package.json +18 -17
  108. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +23 -24
  109. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  110. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +6 -8
  111. package/node_modules/@smithy/fetch-http-handler/package.json +10 -10
  112. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -13
  113. package/node_modules/@smithy/node-http-handler/package.json +8 -8
  114. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +27 -29
  115. package/node_modules/@smithy/signature-v4/package.json +7 -7
  116. package/node_modules/@smithy/types/dist-cjs/index.js +23 -18
  117. package/node_modules/@smithy/types/package.json +10 -10
  118. package/package.json +5 -5
  119. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +0 -8
@@ -1,11 +1,9 @@
1
- 'use strict';
1
+ const { Readable } = require("node:stream");
2
+ const { NoOpLogger, normalizeProvider } = require("@smithy/core/client");
3
+ const { HttpResponse, HttpRequest } = require("@smithy/core/protocols");
4
+ const { parseRfc7231DateTime, v4 } = require("@smithy/core/serde");
2
5
 
3
- var node_stream = require('node:stream');
4
- var client = require('@smithy/core/client');
5
- var protocols = require('@smithy/core/protocols');
6
- var serde = require('@smithy/core/serde');
7
-
8
- const isStreamingPayload = (request) => request?.body instanceof node_stream.Readable ||
6
+ const isStreamingPayload = (request) => request?.body instanceof Readable ||
9
7
  (typeof ReadableStream !== "undefined" && request?.body instanceof ReadableStream);
10
8
 
11
9
  const CLOCK_SKEW_ERROR_CODES = [
@@ -92,7 +90,7 @@ const INVOCATION_ID_HEADER = "amz-sdk-invocation-id";
92
90
  const REQUEST_HEADER = "amz-sdk-request";
93
91
 
94
92
  function parseRetryAfterHeader(response, logger) {
95
- if (!protocols.HttpResponse.isInstance(response)) {
93
+ if (!HttpResponse.isInstance(response)) {
96
94
  return;
97
95
  }
98
96
  for (const header of Object.keys(response.headers)) {
@@ -102,7 +100,7 @@ function parseRetryAfterHeader(response, logger) {
102
100
  let retryAfterSeconds = NaN;
103
101
  if (retryAfter.endsWith("GMT")) {
104
102
  try {
105
- const date = serde.parseRfc7231DateTime(retryAfter);
103
+ const date = parseRfc7231DateTime(retryAfter);
106
104
  retryAfterSeconds = (date.getTime() - Date.now()) / 1000;
107
105
  }
108
106
  catch (e) {
@@ -160,9 +158,9 @@ function bindRetryMiddleware(isStreamingPayload) {
160
158
  let attempts = 0;
161
159
  let totalRetryDelay = 0;
162
160
  const { request } = args;
163
- const isRequest = protocols.HttpRequest.isInstance(request);
161
+ const isRequest = HttpRequest.isInstance(request);
164
162
  if (isRequest) {
165
- request.headers[INVOCATION_ID_HEADER] = serde.v4();
163
+ request.headers[INVOCATION_ID_HEADER] = v4();
166
164
  }
167
165
  while (true) {
168
166
  try {
@@ -179,7 +177,7 @@ function bindRetryMiddleware(isStreamingPayload) {
179
177
  const retryErrorInfo = getRetryErrorInfo(e, options.logger);
180
178
  lastError = asSdkError(e);
181
179
  if (isRequest && isStreamingPayload(request)) {
182
- (context.logger instanceof client.NoOpLogger ? console : context.logger)?.warn("An error was encountered in a non-retryable streaming request.");
180
+ (context.logger instanceof NoOpLogger ? console : context.logger)?.warn("An error was encountered in a non-retryable streaming request.");
183
181
  throw lastError;
184
182
  }
185
183
  try {
@@ -252,7 +250,7 @@ function bindGetRetryPlugin(isStreamingPayload) {
252
250
  }
253
251
 
254
252
  class DefaultRateLimiter {
255
- static setTimeoutFn = setTimeout;
253
+ static setTimeoutFn = (fn, delay) => setTimeout(fn, delay);
256
254
  beta;
257
255
  minCapacity;
258
256
  minFillRate;
@@ -422,13 +420,13 @@ class DefaultRetryToken {
422
420
  }
423
421
  }
424
422
 
425
- exports.RETRY_MODES = void 0;
423
+ var RETRY_MODES;
426
424
  (function (RETRY_MODES) {
427
425
  RETRY_MODES["STANDARD"] = "standard";
428
426
  RETRY_MODES["ADAPTIVE"] = "adaptive";
429
- })(exports.RETRY_MODES || (exports.RETRY_MODES = {}));
427
+ })(RETRY_MODES || (RETRY_MODES = {}));
430
428
  const DEFAULT_MAX_ATTEMPTS = 3;
431
- const DEFAULT_RETRY_MODE = exports.RETRY_MODES.STANDARD;
429
+ const DEFAULT_RETRY_MODE = RETRY_MODES.STANDARD;
432
430
 
433
431
  const refusal = {
434
432
  incompatible: 1,
@@ -436,7 +434,7 @@ const refusal = {
436
434
  capacity: 3,
437
435
  };
438
436
  let StandardRetryStrategy$1 = class StandardRetryStrategy {
439
- mode = exports.RETRY_MODES.STANDARD;
437
+ mode = RETRY_MODES.STANDARD;
440
438
  retryBackoffStrategy;
441
439
  capacity = INITIAL_RETRY_TOKENS;
442
440
  maxAttemptsProvider;
@@ -524,7 +522,7 @@ let StandardRetryStrategy$1 = class StandardRetryStrategy {
524
522
  };
525
523
 
526
524
  let AdaptiveRetryStrategy$1 = class AdaptiveRetryStrategy {
527
- mode = exports.RETRY_MODES.ADAPTIVE;
525
+ mode = RETRY_MODES.ADAPTIVE;
528
526
  rateLimiter;
529
527
  standardRetryStrategy;
530
528
  constructor(maxAttemptsProvider, options) {
@@ -615,7 +613,7 @@ class StandardRetryStrategy {
615
613
  retryDecider;
616
614
  delayDecider;
617
615
  retryQuota;
618
- mode = exports.RETRY_MODES.STANDARD;
616
+ mode = RETRY_MODES.STANDARD;
619
617
  constructor(maxAttemptsProvider, options) {
620
618
  this.maxAttemptsProvider = maxAttemptsProvider;
621
619
  this.retryDecider = options?.retryDecider ?? defaultRetryDecider;
@@ -641,12 +639,12 @@ class StandardRetryStrategy {
641
639
  let totalDelay = 0;
642
640
  const maxAttempts = await this.getMaxAttempts();
643
641
  const { request } = args;
644
- if (protocols.HttpRequest.isInstance(request)) {
645
- request.headers[INVOCATION_ID_HEADER] = serde.v4();
642
+ if (HttpRequest.isInstance(request)) {
643
+ request.headers[INVOCATION_ID_HEADER] = v4();
646
644
  }
647
645
  while (true) {
648
646
  try {
649
- if (protocols.HttpRequest.isInstance(request)) {
647
+ if (HttpRequest.isInstance(request)) {
650
648
  request.headers[REQUEST_HEADER] = `attempt=${attempts + 1}; max=${maxAttempts}`;
651
649
  }
652
650
  if (options?.beforeRequest) {
@@ -684,7 +682,7 @@ class StandardRetryStrategy {
684
682
  }
685
683
  }
686
684
  const getDelayFromRetryAfterHeader = (response) => {
687
- if (!protocols.HttpResponse.isInstance(response))
685
+ if (!HttpResponse.isInstance(response))
688
686
  return;
689
687
  const retryAfterHeaderName = Object.keys(response.headers).find((key) => key.toLowerCase() === "retry-after");
690
688
  if (!retryAfterHeaderName)
@@ -692,9 +690,9 @@ const getDelayFromRetryAfterHeader = (response) => {
692
690
  const retryAfter = response.headers[retryAfterHeaderName];
693
691
  const retryAfterSeconds = Number(retryAfter);
694
692
  if (!Number.isNaN(retryAfterSeconds))
695
- return retryAfterSeconds * 1000;
693
+ return Math.min(retryAfterSeconds * 1000, 20_000);
696
694
  const retryAfterDate = new Date(retryAfter);
697
- return retryAfterDate.getTime() - Date.now();
695
+ return Math.min(retryAfterDate.getTime() - Date.now(), 20_000);
698
696
  };
699
697
 
700
698
  class AdaptiveRetryStrategy extends StandardRetryStrategy {
@@ -703,7 +701,7 @@ class AdaptiveRetryStrategy extends StandardRetryStrategy {
703
701
  const { rateLimiter, ...superOptions } = options ?? {};
704
702
  super(maxAttemptsProvider, superOptions);
705
703
  this.rateLimiter = rateLimiter ?? new DefaultRateLimiter();
706
- this.mode = exports.RETRY_MODES.ADAPTIVE;
704
+ this.mode = RETRY_MODES.ADAPTIVE;
707
705
  }
708
706
  async retry(next, args) {
709
707
  return super.retry(next, args, {
@@ -745,13 +743,13 @@ const NODE_MAX_ATTEMPT_CONFIG_OPTIONS = {
745
743
  const resolveRetryConfig = (input, defaults) => {
746
744
  const { retryStrategy, retryMode } = input;
747
745
  const { defaultMaxAttempts = DEFAULT_MAX_ATTEMPTS, defaultBaseDelay = Retry.delay() } = defaults ?? {};
748
- const maxAttemptsProvider = client.normalizeProvider(input.maxAttempts ?? defaultMaxAttempts);
746
+ const maxAttemptsProvider = normalizeProvider(input.maxAttempts ?? defaultMaxAttempts);
749
747
  let controller = retryStrategy
750
748
  ? Promise.resolve(retryStrategy)
751
749
  : undefined;
752
750
  const getDefault = async () => {
753
751
  const maxAttempts = await maxAttemptsProvider();
754
- const adaptive = (await client.normalizeProvider(retryMode)()) === exports.RETRY_MODES.ADAPTIVE;
752
+ const adaptive = (await normalizeProvider(retryMode)()) === RETRY_MODES.ADAPTIVE;
755
753
  if (adaptive) {
756
754
  return new AdaptiveRetryStrategy$1(maxAttemptsProvider, {
757
755
  maxAttempts,
@@ -778,7 +776,7 @@ const NODE_RETRY_MODE_CONFIG_OPTIONS = {
778
776
 
779
777
  const omitRetryHeadersMiddleware = () => (next) => async (args) => {
780
778
  const { request } = args;
781
- if (protocols.HttpRequest.isInstance(request)) {
779
+ if (HttpRequest.isInstance(request)) {
782
780
  delete request.headers[INVOCATION_ID_HEADER];
783
781
  delete request.headers[REQUEST_HEADER];
784
782
  }
@@ -820,6 +818,7 @@ exports.NODE_RETRY_MODE_CONFIG_OPTIONS = NODE_RETRY_MODE_CONFIG_OPTIONS;
820
818
  exports.NO_RETRY_INCREMENT = NO_RETRY_INCREMENT;
821
819
  exports.REQUEST_HEADER = REQUEST_HEADER;
822
820
  exports.RETRY_COST = RETRY_COST;
821
+ exports.RETRY_MODES = RETRY_MODES;
823
822
  exports.Retry = Retry;
824
823
  exports.StandardRetryStrategy = StandardRetryStrategy$1;
825
824
  exports.THROTTLING_RETRY_DELAY_BASE = THROTTLING_RETRY_DELAY_BASE;
@@ -1,6 +1,4 @@
1
- 'use strict';
2
-
3
- var transport = require('@smithy/core/transport');
1
+ const { getSmithyContext, HttpResponse, toEndpointV1 } = require("@smithy/core/transport");
4
2
 
5
3
  const deref = (schemaRef) => {
6
4
  if (typeof schemaRef === "function") {
@@ -19,7 +17,7 @@ const operation = (namespace, name, traits, input, output) => ({
19
17
 
20
18
  const schemaDeserializationMiddleware = (config) => (next, context) => async (args) => {
21
19
  const { response } = await next(args);
22
- const { operationSchema } = transport.getSmithyContext(context);
20
+ const { operationSchema } = getSmithyContext(context);
23
21
  const [, ns, n, t, i, o] = operationSchema ?? [];
24
22
  try {
25
23
  const parsed = await config.protocol.deserializeResponse(operation(ns, n, t, i, o), {
@@ -57,7 +55,7 @@ const schemaDeserializationMiddleware = (config) => (next, context) => async (ar
57
55
  }
58
56
  }
59
57
  try {
60
- if (transport.HttpResponse.isInstance(response)) {
58
+ if (HttpResponse.isInstance(response)) {
61
59
  const { headers = {}, statusCode } = response;
62
60
  const headerEntries = Object.entries(headers);
63
61
  error.$metadata = {
@@ -81,10 +79,10 @@ const findHeader = (pattern, headers) => {
81
79
  };
82
80
 
83
81
  const schemaSerializationMiddleware = (config) => (next, context) => async (args) => {
84
- const { operationSchema } = transport.getSmithyContext(context);
82
+ const { operationSchema } = getSmithyContext(context);
85
83
  const [, ns, n, t, i, o] = operationSchema ?? [];
86
84
  const endpoint = context.endpointV2
87
- ? async () => transport.toEndpointV1(context.endpointV2)
85
+ ? async () => toEndpointV1(context.endpointV2)
88
86
  : config.endpoint;
89
87
  const request = await config.protocol.serializeRequest(operation(ns, n, t, i, o), args.input, {
90
88
  ...config,
@@ -1,7 +1,5 @@
1
- 'use strict';
2
-
3
- var transport = require('@smithy/core/transport');
4
- var endpoints = require('@smithy/core/endpoints');
1
+ const { HttpResponse } = require("@smithy/core/transport");
2
+ const { toEndpointV1 } = require("@smithy/core/endpoints");
5
3
 
6
4
  const chars = `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/`;
7
5
  const alphabetByEncoding = Object.entries(chars).reduce((acc, [i, c]) => {
@@ -912,7 +910,7 @@ const deserializerMiddleware = (options, deserializer) => (next, context) => asy
912
910
  }
913
911
  }
914
912
  try {
915
- if (transport.HttpResponse.isInstance(response)) {
913
+ if (HttpResponse.isInstance(response)) {
916
914
  const { headers = {} } = response;
917
915
  const headerEntries = Object.entries(headers);
918
916
  error.$metadata = {
@@ -938,7 +936,7 @@ const findHeader = (pattern, headers) => {
938
936
  const serializerMiddleware = (options, serializer) => (next, context) => async (args) => {
939
937
  const endpointConfig = options;
940
938
  const endpoint = context.endpointV2
941
- ? async () => endpoints.toEndpointV1(context.endpointV2)
939
+ ? async () => toEndpointV1(context.endpointV2)
942
940
  : endpointConfig.endpoint;
943
941
  if (!endpoint) {
944
942
  throw new Error("No valid endpoint provider available.");
@@ -1,10 +1,8 @@
1
- 'use strict';
2
-
3
- var node_crypto = require('node:crypto');
4
- var node_fs = require('node:fs');
5
- var transport = require('@smithy/core/transport');
6
- var endpoints = require('@smithy/core/endpoints');
7
- var node_stream = require('node:stream');
1
+ const { createHmac, createHash, getRandomValues } = require("node:crypto");
2
+ const { ReadStream, lstatSync, fstatSync } = require("node:fs");
3
+ const { HttpResponse } = require("@smithy/core/transport");
4
+ const { toEndpointV1 } = require("@smithy/core/endpoints");
5
+ const { Duplex, Readable, Writable, PassThrough } = require("node:stream");
8
6
 
9
7
  const isArrayBuffer = (arg) => (typeof ArrayBuffer === "function" && arg instanceof ArrayBuffer) ||
10
8
  Object.prototype.toString.call(arg) === "[object ArrayBuffer]";
@@ -821,12 +819,12 @@ const calculateBodyLength = (body) => {
821
819
  else if (typeof body.start === "number" && typeof body.end === "number") {
822
820
  return body.end + 1 - body.start;
823
821
  }
824
- else if (body instanceof node_fs.ReadStream) {
822
+ else if (body instanceof ReadStream) {
825
823
  if (body.path != null) {
826
- return node_fs.lstatSync(body.path).size;
824
+ return lstatSync(body.path).size;
827
825
  }
828
826
  else if (typeof body.fd === "number") {
829
- return node_fs.fstatSync(body.fd).size;
827
+ return fstatSync(body.fd).size;
830
828
  }
831
829
  }
832
830
  throw new Error(`Body Length computation failed for ${body}`);
@@ -877,7 +875,7 @@ const deserializerMiddleware = (options, deserializer) => (next, context) => asy
877
875
  }
878
876
  }
879
877
  try {
880
- if (transport.HttpResponse.isInstance(response)) {
878
+ if (HttpResponse.isInstance(response)) {
881
879
  const { headers = {} } = response;
882
880
  const headerEntries = Object.entries(headers);
883
881
  error.$metadata = {
@@ -903,7 +901,7 @@ const findHeader = (pattern, headers) => {
903
901
  const serializerMiddleware = (options, serializer) => (next, context) => async (args) => {
904
902
  const endpointConfig = options;
905
903
  const endpoint = context.endpointV2
906
- ? async () => endpoints.toEndpointV1(context.endpointV2)
904
+ ? async () => toEndpointV1(context.endpointV2)
907
905
  : endpointConfig.endpoint;
908
906
  if (!endpoint) {
909
907
  throw new Error("No valid endpoint provider available.");
@@ -953,8 +951,8 @@ class Hash {
953
951
  }
954
952
  reset() {
955
953
  this.hash = this.secret
956
- ? node_crypto.createHmac(this.algorithmIdentifier, castSourceData(this.secret))
957
- : node_crypto.createHash(this.algorithmIdentifier);
954
+ ? createHmac(this.algorithmIdentifier, castSourceData(this.secret))
955
+ : createHash(this.algorithmIdentifier);
958
956
  }
959
957
  }
960
958
  function castSourceData(toCast, encoding) {
@@ -970,7 +968,7 @@ function castSourceData(toCast, encoding) {
970
968
  return fromArrayBuffer(toCast);
971
969
  }
972
970
 
973
- let ChecksumStream$1 = class ChecksumStream extends node_stream.Duplex {
971
+ let ChecksumStream$1 = class ChecksumStream extends Duplex {
974
972
  expectedChecksum;
975
973
  checksumSourceLocation;
976
974
  checksum;
@@ -1256,7 +1254,7 @@ function createBufferedReadable(upstream, size, logger) {
1256
1254
  if (isReadableStream(upstream)) {
1257
1255
  return createBufferedReadableStream(upstream, size, logger);
1258
1256
  }
1259
- const downstream = new node_stream.Readable({ read() { } });
1257
+ const downstream = new Readable({ read() { } });
1260
1258
  let streamBufferingLoggedWarning = false;
1261
1259
  let bytesSeen = 0;
1262
1260
  const buffers = [
@@ -1346,7 +1344,7 @@ function getAwsChunkedEncodingStream(stream, options) {
1346
1344
  checksumLocationName !== undefined &&
1347
1345
  streamHasher !== undefined;
1348
1346
  const digest = checksumRequired ? streamHasher(checksumAlgorithmFn, readable) : undefined;
1349
- const awsChunkedEncodingStream = new node_stream.Readable({
1347
+ const awsChunkedEncodingStream = new Readable({
1350
1348
  read: () => { },
1351
1349
  });
1352
1350
  readable.on("data", (data) => {
@@ -1421,7 +1419,7 @@ const headStream = (stream, bytes) => {
1421
1419
  });
1422
1420
  });
1423
1421
  };
1424
- let Collector$1 = class Collector extends node_stream.Writable {
1422
+ let Collector$1 = class Collector extends Writable {
1425
1423
  buffers = [];
1426
1424
  limit = Infinity;
1427
1425
  bytesBuffered = 0;
@@ -1597,7 +1595,7 @@ const sdkStreamMixin$1 = (stream) => {
1597
1595
  };
1598
1596
  const isBlobInstance = (stream) => typeof Blob === "function" && stream instanceof Blob;
1599
1597
 
1600
- class Collector extends node_stream.Writable {
1598
+ class Collector extends Writable {
1601
1599
  bufferedBytes = [];
1602
1600
  _write(chunk, encoding, callback) {
1603
1601
  this.bufferedBytes.push(chunk);
@@ -1647,7 +1645,7 @@ const streamCollector = (stream) => {
1647
1645
 
1648
1646
  const ERR_MSG_STREAM_HAS_BEEN_TRANSFORMED = "The stream has already been transformed.";
1649
1647
  const sdkStreamMixin = (stream) => {
1650
- if (!(stream instanceof node_stream.Readable)) {
1648
+ if (!(stream instanceof Readable)) {
1651
1649
  try {
1652
1650
  return sdkStreamMixin$1(stream);
1653
1651
  }
@@ -1683,11 +1681,11 @@ const sdkStreamMixin = (stream) => {
1683
1681
  if (stream.readableFlowing !== null) {
1684
1682
  throw new Error("The stream has been consumed by other callbacks.");
1685
1683
  }
1686
- if (typeof node_stream.Readable.toWeb !== "function") {
1684
+ if (typeof Readable.toWeb !== "function") {
1687
1685
  throw new Error("Readable.toWeb() is not supported. Please ensure a polyfill is available.");
1688
1686
  }
1689
1687
  transformed = true;
1690
- return node_stream.Readable.toWeb(stream);
1688
+ return Readable.toWeb(stream);
1691
1689
  },
1692
1690
  });
1693
1691
  };
@@ -1704,8 +1702,8 @@ async function splitStream(stream) {
1704
1702
  if (isReadableStream(stream) || isBlob(stream)) {
1705
1703
  return splitStream$1(stream);
1706
1704
  }
1707
- const stream1 = new node_stream.PassThrough();
1708
- const stream2 = new node_stream.PassThrough();
1705
+ const stream1 = new PassThrough();
1706
+ const stream2 = new PassThrough();
1709
1707
  stream.pipe(stream1);
1710
1708
  stream.pipe(stream2);
1711
1709
  return [stream1, stream2];
@@ -1713,7 +1711,7 @@ async function splitStream(stream) {
1713
1711
 
1714
1712
  class Uint8ArrayBlobAdapter extends bindUint8ArrayBlobAdapter(toUtf8$1, fromUtf8$1, toBase64$1, fromBase64$1) {
1715
1713
  }
1716
- const _getRandomValues = node_crypto.getRandomValues;
1714
+ const _getRandomValues = getRandomValues;
1717
1715
  const v4 = bindV4(_getRandomValues);
1718
1716
  const generateIdempotencyToken = v4;
1719
1717
 
@@ -1,7 +1,5 @@
1
- 'use strict';
2
-
3
- var transport = require('@smithy/core/transport');
4
- var endpoints = require('@smithy/core/endpoints');
1
+ const { HttpResponse } = require("@smithy/core/transport");
2
+ const { toEndpointV1 } = require("@smithy/core/endpoints");
5
3
 
6
4
  const chars = `ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/`;
7
5
  const alphabetByEncoding = Object.entries(chars).reduce((acc, [i, c]) => {
@@ -912,7 +910,7 @@ const deserializerMiddleware = (options, deserializer) => (next, context) => asy
912
910
  }
913
911
  }
914
912
  try {
915
- if (transport.HttpResponse.isInstance(response)) {
913
+ if (HttpResponse.isInstance(response)) {
916
914
  const { headers = {} } = response;
917
915
  const headerEntries = Object.entries(headers);
918
916
  error.$metadata = {
@@ -938,7 +936,7 @@ const findHeader = (pattern, headers) => {
938
936
  const serializerMiddleware = (options, serializer) => (next, context) => async (args) => {
939
937
  const endpointConfig = options;
940
938
  const endpoint = context.endpointV2
941
- ? async () => endpoints.toEndpointV1(context.endpointV2)
939
+ ? async () => toEndpointV1(context.endpointV2)
942
940
  : endpointConfig.endpoint;
943
941
  if (!endpoint) {
944
942
  throw new Error("No valid endpoint provider available.");
@@ -1,8 +1,6 @@
1
- 'use strict';
1
+ const { SMITHY_CONTEXT_KEY } = require("@smithy/types");
2
2
 
3
- var types = require('@smithy/types');
4
-
5
- const getSmithyContext = (context) => context[types.SMITHY_CONTEXT_KEY] || (context[types.SMITHY_CONTEXT_KEY] = {});
3
+ const getSmithyContext = (context) => context[SMITHY_CONTEXT_KEY] || (context[SMITHY_CONTEXT_KEY] = {});
6
4
 
7
5
  class HttpRequest {
8
6
  method;
@@ -1,4 +1,4 @@
1
- import { getSmithyContext } from "@smithy/core/client";
1
+ import { getSmithyContext } from "@smithy/core/transport";
2
2
  import { resolveAuthOptions } from "./resolveAuthOptions";
3
3
  function convertHttpAuthSchemesToMap(httpAuthSchemes) {
4
4
  const map = new Map();
@@ -1,5 +1,5 @@
1
- import { getSmithyContext } from "@smithy/core/client";
2
1
  import { HttpRequest } from "@smithy/core/protocols";
2
+ import { getSmithyContext } from "@smithy/core/transport";
3
3
  const defaultErrorHandler = (signingProperties) => (error) => {
4
4
  throw error;
5
5
  };
@@ -1,6 +1,6 @@
1
- import { getSmithyContext } from "@smithy/core/client";
2
1
  import { RpcProtocol } from "@smithy/core/protocols";
3
2
  import { NormalizedSchema, TypeRegistry, deref } from "@smithy/core/schema";
3
+ import { getSmithyContext } from "@smithy/core/transport";
4
4
  import { CborCodec } from "./CborCodec";
5
5
  import { loadSmithyRpcV2CborErrorCode } from "./parseCborBody";
6
6
  export class SmithyRpcV2CborProtocol extends RpcProtocol {
@@ -1,4 +1,4 @@
1
- import { getSmithyContext } from "@smithy/core/client";
1
+ import { getSmithyContext } from "@smithy/core/transport";
2
2
  import { bindGetEndpointFromInstructions } from "./adaptors/getEndpointFromInstructions";
3
3
  function setFeature(context, feature, value) {
4
4
  if (!context.__smithy_context) {
@@ -89,7 +89,7 @@ const getDelayFromRetryAfterHeader = (response) => {
89
89
  const retryAfter = response.headers[retryAfterHeaderName];
90
90
  const retryAfterSeconds = Number(retryAfter);
91
91
  if (!Number.isNaN(retryAfterSeconds))
92
- return retryAfterSeconds * 1000;
92
+ return Math.min(retryAfterSeconds * 1000, 20_000);
93
93
  const retryAfterDate = new Date(retryAfter);
94
- return retryAfterDate.getTime() - Date.now();
94
+ return Math.min(retryAfterDate.getTime() - Date.now(), 20_000);
95
95
  };
@@ -1,6 +1,6 @@
1
1
  import { isThrottlingError } from "../service-error-classification/service-error-classification";
2
2
  export class DefaultRateLimiter {
3
- static setTimeoutFn = setTimeout;
3
+ static setTimeoutFn = (fn, delay) => setTimeout(fn, delay);
4
4
  beta;
5
5
  minCapacity;
6
6
  minFillRate;
@@ -62,7 +62,7 @@ export declare class TypeRegistry {
62
62
  * @param predicate - criterion.
63
63
  * @returns a schema in this registry matching the predicate.
64
64
  */
65
- find(predicate: (schema: ISchema) => boolean): number | import("@smithy/types").StaticSimpleSchema | import("@smithy/types").StaticListSchema | import("@smithy/types").StaticMapSchema | import("@smithy/types").StaticStructureSchema | import("@smithy/types").StaticUnionSchema | StaticErrorSchema | import("@smithy/types").StaticOperationSchema | "unit" | import("@smithy/types").NormalizedSchema | import("@smithy/types").TraitsSchema | import("@smithy/types").MemberSchema | undefined;
65
+ find(predicate: (schema: ISchema) => boolean): number | "unit" | import("@smithy/types").StaticSimpleSchema | import("@smithy/types").StaticListSchema | import("@smithy/types").StaticMapSchema | import("@smithy/types").StaticStructureSchema | import("@smithy/types").StaticUnionSchema | StaticErrorSchema | import("@smithy/types").StaticOperationSchema | import("@smithy/types").NormalizedSchema | import("@smithy/types").TraitsSchema | import("@smithy/types").MemberSchema | undefined;
66
66
  /**
67
67
  * Unloads the current TypeRegistry.
68
68
  */
@@ -1,21 +1,22 @@
1
1
  {
2
2
  "name": "@smithy/core",
3
- "version": "3.24.6",
3
+ "version": "3.25.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
6
- "build:es:cjs": "yarn g:tsc -p tsconfig.es.json && node ../../scripts/inline core",
7
- "build:types": "yarn g:tsc -p tsconfig.types.json",
6
+ "build:es:cjs": "premove dist-es && yarn g:tsc -p tsconfig.es.json && node ../../scripts/inline",
7
+ "build:types": "premove dist-types && yarn g:tsc -p tsconfig.types.json",
8
8
  "build:types:downlevel": "premove dist-types/ts3.4 && downlevel-dts dist-types dist-types/ts3.4",
9
- "clean": "premove dist-cjs dist-es dist-types tsconfig.cjs.tsbuildinfo tsconfig.es.tsbuildinfo tsconfig.types.tsbuildinfo",
9
+ "clean": "premove dist-cjs dist-es dist-types",
10
10
  "extract:docs": "api-extractor run --local",
11
11
  "format": "prettier --config ../../prettier.config.js --ignore-path ../../.prettierignore --write \"**/*.{ts,md,json}\"",
12
- "lint": "npx eslint -c ../../.eslintrc.js \"src/**/*.ts\" --fix && node ./scripts/lint",
12
+ "lint": "node ../../scripts/validation/submodules-linter.js",
13
+ "prebuild": "yarn lint",
13
14
  "stage-release": "premove .release && yarn pack && mkdir ./.release && tar zxvf ./package.tgz --directory ./.release && rm ./package.tgz",
14
15
  "test": "yarn g:vitest run",
15
- "test:cbor:perf": "node ./scripts/cbor-perf.mjs",
16
+ "test:watch": "yarn g:vitest watch",
16
17
  "test:integration": "yarn g:vitest run -c vitest.config.integ.mts",
17
18
  "test:integration:watch": "yarn g:vitest watch -c vitest.config.integ.mts",
18
- "test:watch": "yarn g:vitest watch"
19
+ "test:cbor:perf": "node ./scripts/cbor-perf.mjs"
19
20
  },
20
21
  "main": "./dist-cjs/index.js",
21
22
  "module": "./dist-es/index.js",
@@ -169,9 +170,18 @@
169
170
  "sideEffects": false,
170
171
  "dependencies": {
171
172
  "@aws-crypto/crc32": "5.2.0",
172
- "@smithy/types": "^4.14.3",
173
+ "@smithy/types": "^4.15.0",
173
174
  "tslib": "^2.6.2"
174
175
  },
176
+ "devDependencies": {
177
+ "@types/node": "^18.11.9",
178
+ "concurrently": "7.0.0",
179
+ "downlevel-dts": "0.10.1",
180
+ "hash-test-vectors": "^1.3.2",
181
+ "json-bigint": "^1.0.0",
182
+ "premove": "4.0.0",
183
+ "typedoc": "0.23.23"
184
+ },
175
185
  "engines": {
176
186
  "node": ">=18.0.0"
177
187
  },
@@ -213,15 +223,6 @@
213
223
  "url": "https://github.com/smithy-lang/smithy-typescript.git",
214
224
  "directory": "packages/core"
215
225
  },
216
- "devDependencies": {
217
- "@types/node": "^18.11.9",
218
- "concurrently": "7.0.0",
219
- "downlevel-dts": "0.10.1",
220
- "hash-test-vectors": "^1.3.2",
221
- "json-bigint": "^1.0.0",
222
- "premove": "4.0.0",
223
- "typedoc": "0.23.23"
224
- },
225
226
  "typedoc": {
226
227
  "entryPoint": "src/index.ts"
227
228
  },