@cdklabs/cdk-construct-connect-datalake 0.0.13 → 0.0.14

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 (124) hide show
  1. package/.jsii +9 -9
  2. package/lib/index.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/package.json +5 -5
  4. package/node_modules/@aws-sdk/client-connect/package.json +5 -5
  5. package/node_modules/@aws-sdk/client-glue/dist-cjs/index.js +6 -4
  6. package/node_modules/@aws-sdk/client-glue/dist-cjs/schemas/schemas_0.js +57 -30
  7. package/node_modules/@aws-sdk/client-glue/dist-es/models/enums.js +6 -4
  8. package/node_modules/@aws-sdk/client-glue/dist-es/schemas/schemas_0.js +42 -15
  9. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableCommand.d.ts +121 -0
  10. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionCommand.d.ts +118 -0
  11. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionsCommand.d.ts +118 -0
  12. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTablesCommand.d.ts +119 -1
  13. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +118 -0
  14. package/node_modules/@aws-sdk/client-glue/dist-types/commands/SearchTablesCommand.d.ts +118 -0
  15. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +2 -1
  16. package/node_modules/@aws-sdk/client-glue/dist-types/models/enums.d.ts +14 -12
  17. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_2.d.ts +87 -6
  18. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_3.d.ts +11 -1
  19. package/node_modules/@aws-sdk/client-glue/dist-types/schemas/schemas_0.d.ts +1 -0
  20. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +2 -4
  21. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/enums.d.ts +8 -6
  22. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_2.d.ts +18 -1
  23. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_3.d.ts +3 -0
  24. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
  25. package/node_modules/@aws-sdk/client-glue/package.json +5 -5
  26. package/node_modules/@aws-sdk/client-lakeformation/package.json +5 -5
  27. package/node_modules/@aws-sdk/client-ram/package.json +5 -5
  28. package/node_modules/@aws-sdk/client-sts/package.json +6 -6
  29. package/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -2297
  30. package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
  31. package/node_modules/@aws-sdk/core/dist-types/index.d.ts +5 -5
  32. package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +5 -5
  33. package/node_modules/@aws-sdk/core/package.json +8 -8
  34. package/node_modules/@aws-sdk/credential-provider-env/package.json +4 -4
  35. package/node_modules/@aws-sdk/credential-provider-http/package.json +6 -5
  36. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
  37. package/node_modules/@aws-sdk/credential-provider-login/package.json +5 -5
  38. package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -9
  39. package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
  40. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +4 -1
  41. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +4 -1
  42. package/node_modules/@aws-sdk/credential-provider-sso/package.json +9 -7
  43. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +5 -5
  44. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +1 -1
  45. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +1 -1
  46. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +1 -1
  47. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +1 -1
  48. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +1 -1
  49. package/node_modules/@aws-sdk/nested-clients/package.json +6 -6
  50. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +7 -6
  51. package/node_modules/@aws-sdk/token-providers/package.json +5 -5
  52. package/node_modules/@aws-sdk/types/package.json +2 -2
  53. package/node_modules/@aws-sdk/util-locate-window/package.json +2 -2
  54. package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/CHANGELOG.md +8 -0
  55. package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/README.md +9 -0
  56. package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/package.json +4 -1
  57. package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/strnum.js +9 -1
  58. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  59. package/node_modules/@nodable/entities/package.json +4 -1
  60. package/node_modules/@nodable/entities/src/EntityDecoder.js +104 -3
  61. package/node_modules/@nodable/entities/src/index.d.ts +77 -0
  62. package/node_modules/@nodable/entities/src/index.js +1 -1
  63. package/node_modules/@smithy/core/dist-cjs/index.js +13 -15
  64. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +29 -31
  65. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +2 -4
  66. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +7 -9
  67. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +3 -5
  68. package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +22 -23
  69. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +10 -11
  70. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +38 -39
  71. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +10 -11
  72. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +14 -17
  73. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +20 -23
  74. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +9 -11
  75. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +11 -13
  76. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +59 -60
  77. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +26 -27
  78. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +28 -29
  79. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +5 -7
  80. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +4 -6
  81. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +23 -25
  82. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +4 -6
  83. package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +2 -4
  84. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -1
  85. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.js +1 -1
  86. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +1 -1
  87. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js +1 -1
  88. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +2 -2
  89. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRateLimiter.js +1 -1
  90. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  91. package/node_modules/@smithy/core/package.json +18 -17
  92. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +23 -24
  93. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  94. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +6 -8
  95. package/node_modules/@smithy/fetch-http-handler/package.json +10 -10
  96. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -13
  97. package/node_modules/@smithy/node-http-handler/package.json +8 -8
  98. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +27 -29
  99. package/node_modules/@smithy/signature-v4/package.json +7 -7
  100. package/node_modules/@smithy/types/dist-cjs/index.js +23 -18
  101. package/node_modules/@smithy/types/package.json +10 -10
  102. package/node_modules/anynum/LICENSE +21 -0
  103. package/node_modules/anynum/README.md +142 -0
  104. package/node_modules/anynum/anynum.js +135 -0
  105. package/node_modules/anynum/digitTable.js +116 -0
  106. package/node_modules/anynum/package.json +42 -0
  107. package/node_modules/watchpack/README.md +9 -0
  108. package/node_modules/watchpack/lib/DirectoryWatcher.js +182 -25
  109. package/node_modules/watchpack/lib/index.js +55 -15
  110. package/node_modules/watchpack/lib/reducePlan.js +56 -35
  111. package/node_modules/watchpack/lib/util/globToRegExp.js +142 -0
  112. package/node_modules/watchpack/lib/watchEventSource.js +18 -10
  113. package/node_modules/watchpack/package.json +17 -23
  114. package/node_modules/watchpack/types/DirectoryWatcher.d.ts +2 -0
  115. package/node_modules/watchpack/types/index.d.ts +121 -113
  116. package/node_modules/watchpack/types/util/globToRegExp.d.ts +2 -0
  117. package/node_modules/watchpack/types/watchpack.d.ts +1 -1
  118. package/package.json +10 -10
  119. package/node_modules/glob-to-regexp/.travis.yml +0 -4
  120. package/node_modules/glob-to-regexp/README.md +0 -75
  121. package/node_modules/glob-to-regexp/index.js +0 -130
  122. package/node_modules/glob-to-regexp/package.json +0 -23
  123. package/node_modules/glob-to-regexp/test.js +0 -235
  124. /package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/LICENSE +0 -0
@@ -1,8 +1,6 @@
1
- 'use strict';
2
-
3
- var client = require('@smithy/core/client');
4
- var protocols = require('@smithy/core/protocols');
5
- var serde = require('@smithy/core/serde');
1
+ const { NoOpLogger, normalizeProvider } = require("@smithy/core/client");
2
+ const { HttpResponse, HttpRequest } = require("@smithy/core/protocols");
3
+ const { parseRfc7231DateTime, v4 } = require("@smithy/core/serde");
6
4
 
7
5
  const isStreamingPayload = (request) => request?.body instanceof ReadableStream;
8
6
 
@@ -90,7 +88,7 @@ const INVOCATION_ID_HEADER = "amz-sdk-invocation-id";
90
88
  const REQUEST_HEADER = "amz-sdk-request";
91
89
 
92
90
  function parseRetryAfterHeader(response, logger) {
93
- if (!protocols.HttpResponse.isInstance(response)) {
91
+ if (!HttpResponse.isInstance(response)) {
94
92
  return;
95
93
  }
96
94
  for (const header of Object.keys(response.headers)) {
@@ -100,7 +98,7 @@ function parseRetryAfterHeader(response, logger) {
100
98
  let retryAfterSeconds = NaN;
101
99
  if (retryAfter.endsWith("GMT")) {
102
100
  try {
103
- const date = serde.parseRfc7231DateTime(retryAfter);
101
+ const date = parseRfc7231DateTime(retryAfter);
104
102
  retryAfterSeconds = (date.getTime() - Date.now()) / 1000;
105
103
  }
106
104
  catch (e) {
@@ -158,9 +156,9 @@ function bindRetryMiddleware(isStreamingPayload) {
158
156
  let attempts = 0;
159
157
  let totalRetryDelay = 0;
160
158
  const { request } = args;
161
- const isRequest = protocols.HttpRequest.isInstance(request);
159
+ const isRequest = HttpRequest.isInstance(request);
162
160
  if (isRequest) {
163
- request.headers[INVOCATION_ID_HEADER] = serde.v4();
161
+ request.headers[INVOCATION_ID_HEADER] = v4();
164
162
  }
165
163
  while (true) {
166
164
  try {
@@ -177,7 +175,7 @@ function bindRetryMiddleware(isStreamingPayload) {
177
175
  const retryErrorInfo = getRetryErrorInfo(e, options.logger);
178
176
  lastError = asSdkError(e);
179
177
  if (isRequest && isStreamingPayload(request)) {
180
- (context.logger instanceof client.NoOpLogger ? console : context.logger)?.warn("An error was encountered in a non-retryable streaming request.");
178
+ (context.logger instanceof NoOpLogger ? console : context.logger)?.warn("An error was encountered in a non-retryable streaming request.");
181
179
  throw lastError;
182
180
  }
183
181
  try {
@@ -250,7 +248,7 @@ function bindGetRetryPlugin(isStreamingPayload) {
250
248
  }
251
249
 
252
250
  class DefaultRateLimiter {
253
- static setTimeoutFn = setTimeout;
251
+ static setTimeoutFn = (fn, delay) => setTimeout(fn, delay);
254
252
  beta;
255
253
  minCapacity;
256
254
  minFillRate;
@@ -420,13 +418,13 @@ class DefaultRetryToken {
420
418
  }
421
419
  }
422
420
 
423
- exports.RETRY_MODES = void 0;
421
+ var RETRY_MODES;
424
422
  (function (RETRY_MODES) {
425
423
  RETRY_MODES["STANDARD"] = "standard";
426
424
  RETRY_MODES["ADAPTIVE"] = "adaptive";
427
- })(exports.RETRY_MODES || (exports.RETRY_MODES = {}));
425
+ })(RETRY_MODES || (RETRY_MODES = {}));
428
426
  const DEFAULT_MAX_ATTEMPTS = 3;
429
- const DEFAULT_RETRY_MODE = exports.RETRY_MODES.STANDARD;
427
+ const DEFAULT_RETRY_MODE = RETRY_MODES.STANDARD;
430
428
 
431
429
  const refusal = {
432
430
  incompatible: 1,
@@ -434,7 +432,7 @@ const refusal = {
434
432
  capacity: 3,
435
433
  };
436
434
  let StandardRetryStrategy$1 = class StandardRetryStrategy {
437
- mode = exports.RETRY_MODES.STANDARD;
435
+ mode = RETRY_MODES.STANDARD;
438
436
  retryBackoffStrategy;
439
437
  capacity = INITIAL_RETRY_TOKENS;
440
438
  maxAttemptsProvider;
@@ -522,7 +520,7 @@ let StandardRetryStrategy$1 = class StandardRetryStrategy {
522
520
  };
523
521
 
524
522
  let AdaptiveRetryStrategy$1 = class AdaptiveRetryStrategy {
525
- mode = exports.RETRY_MODES.ADAPTIVE;
523
+ mode = RETRY_MODES.ADAPTIVE;
526
524
  rateLimiter;
527
525
  standardRetryStrategy;
528
526
  constructor(maxAttemptsProvider, options) {
@@ -613,7 +611,7 @@ class StandardRetryStrategy {
613
611
  retryDecider;
614
612
  delayDecider;
615
613
  retryQuota;
616
- mode = exports.RETRY_MODES.STANDARD;
614
+ mode = RETRY_MODES.STANDARD;
617
615
  constructor(maxAttemptsProvider, options) {
618
616
  this.maxAttemptsProvider = maxAttemptsProvider;
619
617
  this.retryDecider = options?.retryDecider ?? defaultRetryDecider;
@@ -639,12 +637,12 @@ class StandardRetryStrategy {
639
637
  let totalDelay = 0;
640
638
  const maxAttempts = await this.getMaxAttempts();
641
639
  const { request } = args;
642
- if (protocols.HttpRequest.isInstance(request)) {
643
- request.headers[INVOCATION_ID_HEADER] = serde.v4();
640
+ if (HttpRequest.isInstance(request)) {
641
+ request.headers[INVOCATION_ID_HEADER] = v4();
644
642
  }
645
643
  while (true) {
646
644
  try {
647
- if (protocols.HttpRequest.isInstance(request)) {
645
+ if (HttpRequest.isInstance(request)) {
648
646
  request.headers[REQUEST_HEADER] = `attempt=${attempts + 1}; max=${maxAttempts}`;
649
647
  }
650
648
  if (options?.beforeRequest) {
@@ -682,7 +680,7 @@ class StandardRetryStrategy {
682
680
  }
683
681
  }
684
682
  const getDelayFromRetryAfterHeader = (response) => {
685
- if (!protocols.HttpResponse.isInstance(response))
683
+ if (!HttpResponse.isInstance(response))
686
684
  return;
687
685
  const retryAfterHeaderName = Object.keys(response.headers).find((key) => key.toLowerCase() === "retry-after");
688
686
  if (!retryAfterHeaderName)
@@ -690,9 +688,9 @@ const getDelayFromRetryAfterHeader = (response) => {
690
688
  const retryAfter = response.headers[retryAfterHeaderName];
691
689
  const retryAfterSeconds = Number(retryAfter);
692
690
  if (!Number.isNaN(retryAfterSeconds))
693
- return retryAfterSeconds * 1000;
691
+ return Math.min(retryAfterSeconds * 1000, 20_000);
694
692
  const retryAfterDate = new Date(retryAfter);
695
- return retryAfterDate.getTime() - Date.now();
693
+ return Math.min(retryAfterDate.getTime() - Date.now(), 20_000);
696
694
  };
697
695
 
698
696
  class AdaptiveRetryStrategy extends StandardRetryStrategy {
@@ -701,7 +699,7 @@ class AdaptiveRetryStrategy extends StandardRetryStrategy {
701
699
  const { rateLimiter, ...superOptions } = options ?? {};
702
700
  super(maxAttemptsProvider, superOptions);
703
701
  this.rateLimiter = rateLimiter ?? new DefaultRateLimiter();
704
- this.mode = exports.RETRY_MODES.ADAPTIVE;
702
+ this.mode = RETRY_MODES.ADAPTIVE;
705
703
  }
706
704
  async retry(next, args) {
707
705
  return super.retry(next, args, {
@@ -718,13 +716,13 @@ class AdaptiveRetryStrategy extends StandardRetryStrategy {
718
716
  const resolveRetryConfig = (input, defaults) => {
719
717
  const { retryStrategy, retryMode } = input;
720
718
  const { defaultMaxAttempts = DEFAULT_MAX_ATTEMPTS, defaultBaseDelay = Retry.delay() } = defaults ?? {};
721
- const maxAttemptsProvider = client.normalizeProvider(input.maxAttempts ?? defaultMaxAttempts);
719
+ const maxAttemptsProvider = normalizeProvider(input.maxAttempts ?? defaultMaxAttempts);
722
720
  let controller = retryStrategy
723
721
  ? Promise.resolve(retryStrategy)
724
722
  : undefined;
725
723
  const getDefault = async () => {
726
724
  const maxAttempts = await maxAttemptsProvider();
727
- const adaptive = (await client.normalizeProvider(retryMode)()) === exports.RETRY_MODES.ADAPTIVE;
725
+ const adaptive = (await normalizeProvider(retryMode)()) === RETRY_MODES.ADAPTIVE;
728
726
  if (adaptive) {
729
727
  return new AdaptiveRetryStrategy$1(maxAttemptsProvider, {
730
728
  maxAttempts,
@@ -744,7 +742,7 @@ const resolveRetryConfig = (input, defaults) => {
744
742
 
745
743
  const omitRetryHeadersMiddleware = () => (next) => async (args) => {
746
744
  const { request } = args;
747
- if (protocols.HttpRequest.isInstance(request)) {
745
+ if (HttpRequest.isInstance(request)) {
748
746
  delete request.headers[INVOCATION_ID_HEADER];
749
747
  delete request.headers[REQUEST_HEADER];
750
748
  }
@@ -793,6 +791,7 @@ exports.NODE_RETRY_MODE_CONFIG_OPTIONS = NODE_RETRY_MODE_CONFIG_OPTIONS;
793
791
  exports.NO_RETRY_INCREMENT = NO_RETRY_INCREMENT;
794
792
  exports.REQUEST_HEADER = REQUEST_HEADER;
795
793
  exports.RETRY_COST = RETRY_COST;
794
+ exports.RETRY_MODES = RETRY_MODES;
796
795
  exports.Retry = Retry;
797
796
  exports.StandardRetryStrategy = StandardRetryStrategy$1;
798
797
  exports.THROTTLING_RETRY_DELAY_BASE = THROTTLING_RETRY_DELAY_BASE;
@@ -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;