@rio-cloud/cdk-v2-constructs 6.12.2 → 6.12.4

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 (145) hide show
  1. package/.jsii +23 -22
  2. package/docs/changelog.md +9 -0
  3. package/lib/datadogv2/datadog-shared-secrets.js +2 -1
  4. package/lib/datadogv2/secret-locator-custom-resource/on-create.cjs +121 -110
  5. package/lib/datadogv2/secret-locator-custom-resource/on-create.js +9 -3
  6. package/lib/fargate/codedeploy-custom-resources/create-deployment-is-complete.cjs +79 -75
  7. package/lib/fargate/codedeploy-custom-resources/create-deployment-on-create.cjs +79 -75
  8. package/lib/fargate/codedeploy-custom-resources/run-monitoring-test-suite-runner.cjs +309 -83
  9. package/node_modules/@aws-sdk/client-cloudformation/package.json +14 -14
  10. package/node_modules/@aws-sdk/client-codedeploy/package.json +14 -14
  11. package/node_modules/@aws-sdk/client-ecs/README.md +25 -1
  12. package/node_modules/@aws-sdk/client-ecs/dist-cjs/index.js +255 -11
  13. package/node_modules/@aws-sdk/client-ecs/dist-es/ECS.js +6 -0
  14. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeServiceDeploymentsCommand.js +22 -0
  15. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/DescribeServiceRevisionsCommand.js +22 -0
  16. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/ListServiceDeploymentsCommand.js +22 -0
  17. package/node_modules/@aws-sdk/client-ecs/dist-es/commands/index.js +3 -0
  18. package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_0.js +17 -24
  19. package/node_modules/@aws-sdk/client-ecs/dist-es/models/models_1.js +25 -1
  20. package/node_modules/@aws-sdk/client-ecs/dist-es/protocols/Aws_json1_1.js +178 -1
  21. package/node_modules/@aws-sdk/client-ecs/dist-types/ECS.d.ts +21 -0
  22. package/node_modules/@aws-sdk/client-ecs/dist-types/ECSClient.d.ts +5 -2
  23. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateCapacityProviderCommand.d.ts +1 -1
  24. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateClusterCommand.d.ts +2 -2
  25. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateServiceCommand.d.ts +6 -6
  26. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/CreateTaskSetCommand.d.ts +1 -1
  27. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteAccountSettingCommand.d.ts +1 -1
  28. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteCapacityProviderCommand.d.ts +1 -1
  29. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteClusterCommand.d.ts +1 -1
  30. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteServiceCommand.d.ts +3 -3
  31. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskDefinitionsCommand.d.ts +1 -1
  32. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeleteTaskSetCommand.d.ts +1 -1
  33. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterContainerInstanceCommand.d.ts +1 -1
  34. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DeregisterTaskDefinitionCommand.d.ts +1 -1
  35. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeCapacityProvidersCommand.d.ts +1 -1
  36. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeClustersCommand.d.ts +1 -1
  37. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeContainerInstancesCommand.d.ts +1 -1
  38. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceDeploymentsCommand.d.ts +177 -0
  39. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServiceRevisionsCommand.d.ts +243 -0
  40. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeServicesCommand.d.ts +3 -3
  41. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskDefinitionCommand.d.ts +1 -1
  42. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTaskSetsCommand.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DescribeTasksCommand.d.ts +1 -1
  44. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/DiscoverPollEndpointCommand.d.ts +1 -1
  45. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ExecuteCommandCommand.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/GetTaskProtectionCommand.d.ts +1 -1
  47. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListAccountSettingsCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListClustersCommand.d.ts +1 -1
  49. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListContainerInstancesCommand.d.ts +1 -1
  50. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServiceDeploymentsCommand.d.ts +130 -0
  51. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesByNamespaceCommand.d.ts +1 -1
  52. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListServicesCommand.d.ts +1 -1
  53. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  54. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionFamiliesCommand.d.ts +1 -1
  55. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTaskDefinitionsCommand.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/ListTasksCommand.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingCommand.d.ts +1 -1
  58. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutAccountSettingDefaultCommand.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/PutClusterCapacityProvidersCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterContainerInstanceCommand.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RegisterTaskDefinitionCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/RunTaskCommand.d.ts +2 -2
  63. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StartTaskCommand.d.ts +2 -2
  64. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/StopTaskCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitAttachmentStateChangesCommand.d.ts +1 -1
  66. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitContainerStateChangeCommand.d.ts +1 -1
  67. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/SubmitTaskStateChangeCommand.d.ts +1 -1
  68. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/TagResourceCommand.d.ts +1 -1
  69. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  70. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateCapacityProviderCommand.d.ts +1 -1
  71. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
  72. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateClusterSettingsCommand.d.ts +2 -2
  73. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerAgentCommand.d.ts +2 -2
  74. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateContainerInstancesStateCommand.d.ts +2 -2
  75. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServiceCommand.d.ts +6 -6
  76. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateServicePrimaryTaskSetCommand.d.ts +2 -2
  77. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskProtectionCommand.d.ts +2 -2
  78. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/UpdateTaskSetCommand.d.ts +2 -3
  79. package/node_modules/@aws-sdk/client-ecs/dist-types/commands/index.d.ts +3 -0
  80. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_0.d.ts +3026 -2918
  81. package/node_modules/@aws-sdk/client-ecs/dist-types/models/models_1.d.ts +517 -1
  82. package/node_modules/@aws-sdk/client-ecs/dist-types/protocols/Aws_json1_1.d.ts +27 -0
  83. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/ECS.d.ts +51 -0
  84. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/ECSClient.d.ts +18 -0
  85. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DescribeServiceDeploymentsCommand.d.ts +51 -0
  86. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/DescribeServiceRevisionsCommand.d.ts +51 -0
  87. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/ListServiceDeploymentsCommand.d.ts +51 -0
  88. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateClusterCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateClusterSettingsCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateContainerAgentCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateContainerInstancesStateCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateServicePrimaryTaskSetCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateTaskProtectionCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/UpdateTaskSetCommand.d.ts +4 -2
  96. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/commands/index.d.ts +3 -0
  97. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_0.d.ts +126 -95
  98. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/models/models_1.d.ts +119 -1
  99. package/node_modules/@aws-sdk/client-ecs/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +36 -0
  100. package/node_modules/@aws-sdk/client-ecs/package.json +14 -14
  101. package/node_modules/@aws-sdk/client-organizations/package.json +14 -14
  102. package/node_modules/@aws-sdk/client-secrets-manager/package.json +14 -14
  103. package/node_modules/@aws-sdk/client-ssm/package.json +14 -14
  104. package/node_modules/@aws-sdk/client-sso/package.json +11 -11
  105. package/node_modules/@aws-sdk/client-sso-oidc/package.json +13 -13
  106. package/node_modules/@aws-sdk/client-sts/package.json +15 -15
  107. package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +9 -5
  108. package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +5 -3
  109. package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
  110. package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/emitWarningIfUnsupportedVersion.d.ts +3 -0
  111. package/node_modules/@aws-sdk/core/package.json +6 -4
  112. package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -4
  113. package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -4
  114. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -10
  115. package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -10
  116. package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -4
  117. package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -6
  118. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -5
  119. package/node_modules/@aws-sdk/middleware-host-header/package.json +6 -4
  120. package/node_modules/@aws-sdk/middleware-logger/package.json +6 -4
  121. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -4
  122. package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -7
  123. package/node_modules/@aws-sdk/region-config-resolver/package.json +4 -3
  124. package/node_modules/@aws-sdk/token-providers/package.json +5 -4
  125. package/node_modules/@aws-sdk/types/package.json +1 -1
  126. package/node_modules/@aws-sdk/util-endpoints/package.json +6 -4
  127. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -3
  128. package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -4
  129. package/node_modules/@smithy/protocol-http/package.json +2 -2
  130. package/node_modules/@smithy/service-error-classification/package.json +2 -2
  131. package/node_modules/@smithy/signature-v4/package.json +4 -4
  132. package/node_modules/@smithy/types/dist-cjs/feature-ids.js +1 -0
  133. package/node_modules/@smithy/types/dist-es/feature-ids.js +1 -0
  134. package/node_modules/@smithy/types/dist-es/index.js +1 -0
  135. package/node_modules/@smithy/types/dist-types/feature-ids.d.ts +16 -0
  136. package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
  137. package/node_modules/@smithy/types/dist-types/middleware.d.ts +30 -6
  138. package/node_modules/@smithy/types/dist-types/ts3.4/feature-ids.d.ts +16 -0
  139. package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
  140. package/node_modules/@smithy/types/dist-types/ts3.4/middleware.d.ts +26 -2
  141. package/node_modules/@smithy/types/package.json +1 -1
  142. package/node_modules/@smithy/util-middleware/package.json +2 -2
  143. package/node_modules/@smithy/util-retry/package.json +3 -3
  144. package/package.json +11 -9
  145. package/version.json +1 -1
@@ -5464,10 +5464,10 @@ var require_dist_cjs27 = __commonJS({
5464
5464
  return {};
5465
5465
  }
5466
5466
  }, "loadConfigsForDefaultMode");
5467
- var warningEmitted2 = false;
5467
+ var warningEmitted = false;
5468
5468
  var emitWarningIfUnsupportedVersion2 = /* @__PURE__ */ __name((version2) => {
5469
- if (version2 && !warningEmitted2 && parseInt(version2.substring(1, version2.indexOf("."))) < 16) {
5470
- warningEmitted2 = true;
5469
+ if (version2 && !warningEmitted && parseInt(version2.substring(1, version2.indexOf("."))) < 16) {
5470
+ warningEmitted = true;
5471
5471
  }
5472
5472
  }, "emitWarningIfUnsupportedVersion");
5473
5473
  function extendedEncodeURIComponent(str) {
@@ -7428,14 +7428,16 @@ var require_dist_cjs30 = __commonJS({
7428
7428
  });
7429
7429
 
7430
7430
  // node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js
7431
- var warningEmitted, emitWarningIfUnsupportedVersion;
7431
+ var state, emitWarningIfUnsupportedVersion;
7432
7432
  var init_emitWarningIfUnsupportedVersion = __esm({
7433
7433
  "node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js"() {
7434
7434
  "use strict";
7435
- warningEmitted = false;
7435
+ state = {
7436
+ warningEmitted: false
7437
+ };
7436
7438
  emitWarningIfUnsupportedVersion = (version2) => {
7437
- if (version2 && !warningEmitted && parseInt(version2.substring(1, version2.indexOf("."))) < 18) {
7438
- warningEmitted = true;
7439
+ if (version2 && !state.warningEmitted && parseInt(version2.substring(1, version2.indexOf("."))) < 18) {
7440
+ state.warningEmitted = true;
7439
7441
  process.emitWarning(`NodeDeprecationWarning: The AWS SDK for JavaScript (v3) will
7440
7442
  no longer support Node.js 16.x on January 6, 2025.
7441
7443
 
@@ -7484,7 +7486,8 @@ var client_exports = {};
7484
7486
  __export(client_exports, {
7485
7487
  emitWarningIfUnsupportedVersion: () => emitWarningIfUnsupportedVersion,
7486
7488
  setCredentialFeature: () => setCredentialFeature,
7487
- setFeature: () => setFeature
7489
+ setFeature: () => setFeature,
7490
+ state: () => state
7488
7491
  });
7489
7492
  var init_client = __esm({
7490
7493
  "node_modules/@aws-sdk/core/dist-es/submodules/client/index.js"() {
@@ -10248,6 +10251,7 @@ __export(dist_es_exports2, {
10248
10251
  resolveAwsSdkSigV4Config: () => resolveAwsSdkSigV4Config,
10249
10252
  setCredentialFeature: () => setCredentialFeature,
10250
10253
  setFeature: () => setFeature,
10254
+ state: () => state,
10251
10255
  validateSigningProperties: () => validateSigningProperties
10252
10256
  });
10253
10257
  var init_dist_es2 = __esm({
@@ -11186,20 +11190,20 @@ function __importStar(mod) {
11186
11190
  function __importDefault(mod) {
11187
11191
  return mod && mod.__esModule ? mod : { default: mod };
11188
11192
  }
11189
- function __classPrivateFieldGet(receiver, state, kind, f) {
11193
+ function __classPrivateFieldGet(receiver, state2, kind, f) {
11190
11194
  if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
11191
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
11192
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
11195
+ if (typeof state2 === "function" ? receiver !== state2 || !f : !state2.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
11196
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state2.get(receiver);
11193
11197
  }
11194
- function __classPrivateFieldSet(receiver, state, value, kind, f) {
11198
+ function __classPrivateFieldSet(receiver, state2, value, kind, f) {
11195
11199
  if (kind === "m") throw new TypeError("Private method is not writable");
11196
11200
  if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
11197
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
11198
- return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value), value;
11201
+ if (typeof state2 === "function" ? receiver !== state2 || !f : !state2.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
11202
+ return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state2.set(receiver, value), value;
11199
11203
  }
11200
- function __classPrivateFieldIn(state, receiver) {
11204
+ function __classPrivateFieldIn(state2, receiver) {
11201
11205
  if (receiver === null || typeof receiver !== "object" && typeof receiver !== "function") throw new TypeError("Cannot use 'in' operator on non-object");
11202
- return typeof state === "function" ? receiver === state : state.has(receiver);
11206
+ return typeof state2 === "function" ? receiver === state2 : state2.has(receiver);
11203
11207
  }
11204
11208
  function __addDisposableResource(env, value, async) {
11205
11209
  if (value !== null && value !== void 0) {
@@ -11324,7 +11328,7 @@ var require_package = __commonJS({
11324
11328
  module2.exports = {
11325
11329
  name: "@aws-sdk/client-codedeploy",
11326
11330
  description: "AWS SDK for JavaScript Codedeploy Client for Node.js, Browser and React Native",
11327
- version: "3.675.0",
11331
+ version: "3.682.0",
11328
11332
  scripts: {
11329
11333
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
11330
11334
  "build:cjs": "node ../../scripts/compilation/inline client-codedeploy",
@@ -11343,19 +11347,19 @@ var require_package = __commonJS({
11343
11347
  dependencies: {
11344
11348
  "@aws-crypto/sha256-browser": "5.2.0",
11345
11349
  "@aws-crypto/sha256-js": "5.2.0",
11346
- "@aws-sdk/client-sso-oidc": "3.675.0",
11347
- "@aws-sdk/client-sts": "3.675.0",
11348
- "@aws-sdk/core": "3.667.0",
11349
- "@aws-sdk/credential-provider-node": "3.675.0",
11350
- "@aws-sdk/middleware-host-header": "3.667.0",
11351
- "@aws-sdk/middleware-logger": "3.667.0",
11352
- "@aws-sdk/middleware-recursion-detection": "3.667.0",
11353
- "@aws-sdk/middleware-user-agent": "3.669.0",
11354
- "@aws-sdk/region-config-resolver": "3.667.0",
11355
- "@aws-sdk/types": "3.667.0",
11356
- "@aws-sdk/util-endpoints": "3.667.0",
11357
- "@aws-sdk/util-user-agent-browser": "3.675.0",
11358
- "@aws-sdk/util-user-agent-node": "3.669.0",
11350
+ "@aws-sdk/client-sso-oidc": "3.682.0",
11351
+ "@aws-sdk/client-sts": "3.682.0",
11352
+ "@aws-sdk/core": "3.679.0",
11353
+ "@aws-sdk/credential-provider-node": "3.682.0",
11354
+ "@aws-sdk/middleware-host-header": "3.679.0",
11355
+ "@aws-sdk/middleware-logger": "3.679.0",
11356
+ "@aws-sdk/middleware-recursion-detection": "3.679.0",
11357
+ "@aws-sdk/middleware-user-agent": "3.682.0",
11358
+ "@aws-sdk/region-config-resolver": "3.679.0",
11359
+ "@aws-sdk/types": "3.679.0",
11360
+ "@aws-sdk/util-endpoints": "3.679.0",
11361
+ "@aws-sdk/util-user-agent-browser": "3.679.0",
11362
+ "@aws-sdk/util-user-agent-node": "3.682.0",
11359
11363
  "@smithy/config-resolver": "^3.0.9",
11360
11364
  "@smithy/core": "^2.4.8",
11361
11365
  "@smithy/fetch-http-handler": "^3.2.9",
@@ -12172,7 +12176,7 @@ var require_package2 = __commonJS({
12172
12176
  module2.exports = {
12173
12177
  name: "@aws-sdk/client-sso",
12174
12178
  description: "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
12175
- version: "3.675.0",
12179
+ version: "3.682.0",
12176
12180
  scripts: {
12177
12181
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
12178
12182
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -12191,16 +12195,16 @@ var require_package2 = __commonJS({
12191
12195
  dependencies: {
12192
12196
  "@aws-crypto/sha256-browser": "5.2.0",
12193
12197
  "@aws-crypto/sha256-js": "5.2.0",
12194
- "@aws-sdk/core": "3.667.0",
12195
- "@aws-sdk/middleware-host-header": "3.667.0",
12196
- "@aws-sdk/middleware-logger": "3.667.0",
12197
- "@aws-sdk/middleware-recursion-detection": "3.667.0",
12198
- "@aws-sdk/middleware-user-agent": "3.669.0",
12199
- "@aws-sdk/region-config-resolver": "3.667.0",
12200
- "@aws-sdk/types": "3.667.0",
12201
- "@aws-sdk/util-endpoints": "3.667.0",
12202
- "@aws-sdk/util-user-agent-browser": "3.675.0",
12203
- "@aws-sdk/util-user-agent-node": "3.669.0",
12198
+ "@aws-sdk/core": "3.679.0",
12199
+ "@aws-sdk/middleware-host-header": "3.679.0",
12200
+ "@aws-sdk/middleware-logger": "3.679.0",
12201
+ "@aws-sdk/middleware-recursion-detection": "3.679.0",
12202
+ "@aws-sdk/middleware-user-agent": "3.682.0",
12203
+ "@aws-sdk/region-config-resolver": "3.679.0",
12204
+ "@aws-sdk/types": "3.679.0",
12205
+ "@aws-sdk/util-endpoints": "3.679.0",
12206
+ "@aws-sdk/util-user-agent-browser": "3.679.0",
12207
+ "@aws-sdk/util-user-agent-node": "3.682.0",
12204
12208
  "@smithy/config-resolver": "^3.0.9",
12205
12209
  "@smithy/core": "^2.4.8",
12206
12210
  "@smithy/fetch-http-handler": "^3.2.9",
@@ -13440,7 +13444,7 @@ var require_package3 = __commonJS({
13440
13444
  module2.exports = {
13441
13445
  name: "@aws-sdk/client-sso-oidc",
13442
13446
  description: "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
13443
- version: "3.675.0",
13447
+ version: "3.682.0",
13444
13448
  scripts: {
13445
13449
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
13446
13450
  "build:cjs": "node ../../scripts/compilation/inline client-sso-oidc",
@@ -13459,17 +13463,17 @@ var require_package3 = __commonJS({
13459
13463
  dependencies: {
13460
13464
  "@aws-crypto/sha256-browser": "5.2.0",
13461
13465
  "@aws-crypto/sha256-js": "5.2.0",
13462
- "@aws-sdk/core": "3.667.0",
13463
- "@aws-sdk/credential-provider-node": "3.675.0",
13464
- "@aws-sdk/middleware-host-header": "3.667.0",
13465
- "@aws-sdk/middleware-logger": "3.667.0",
13466
- "@aws-sdk/middleware-recursion-detection": "3.667.0",
13467
- "@aws-sdk/middleware-user-agent": "3.669.0",
13468
- "@aws-sdk/region-config-resolver": "3.667.0",
13469
- "@aws-sdk/types": "3.667.0",
13470
- "@aws-sdk/util-endpoints": "3.667.0",
13471
- "@aws-sdk/util-user-agent-browser": "3.675.0",
13472
- "@aws-sdk/util-user-agent-node": "3.669.0",
13466
+ "@aws-sdk/core": "3.679.0",
13467
+ "@aws-sdk/credential-provider-node": "3.682.0",
13468
+ "@aws-sdk/middleware-host-header": "3.679.0",
13469
+ "@aws-sdk/middleware-logger": "3.679.0",
13470
+ "@aws-sdk/middleware-recursion-detection": "3.679.0",
13471
+ "@aws-sdk/middleware-user-agent": "3.682.0",
13472
+ "@aws-sdk/region-config-resolver": "3.679.0",
13473
+ "@aws-sdk/types": "3.679.0",
13474
+ "@aws-sdk/util-endpoints": "3.679.0",
13475
+ "@aws-sdk/util-user-agent-browser": "3.679.0",
13476
+ "@aws-sdk/util-user-agent-node": "3.682.0",
13473
13477
  "@smithy/config-resolver": "^3.0.9",
13474
13478
  "@smithy/core": "^2.4.8",
13475
13479
  "@smithy/fetch-http-handler": "^3.2.9",
@@ -13524,7 +13528,7 @@ var require_package3 = __commonJS({
13524
13528
  },
13525
13529
  license: "Apache-2.0",
13526
13530
  peerDependencies: {
13527
- "@aws-sdk/client-sts": "^3.675.0"
13531
+ "@aws-sdk/client-sts": "^3.682.0"
13528
13532
  },
13529
13533
  browser: {
13530
13534
  "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
@@ -15176,7 +15180,7 @@ var require_package4 = __commonJS({
15176
15180
  module2.exports = {
15177
15181
  name: "@aws-sdk/client-sts",
15178
15182
  description: "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
15179
- version: "3.675.0",
15183
+ version: "3.682.0",
15180
15184
  scripts: {
15181
15185
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
15182
15186
  "build:cjs": "node ../../scripts/compilation/inline client-sts",
@@ -15187,8 +15191,8 @@ var require_package4 = __commonJS({
15187
15191
  clean: "rimraf ./dist-* && rimraf *.tsbuildinfo",
15188
15192
  "extract:docs": "api-extractor run --local",
15189
15193
  "generate:client": "node ../../scripts/generate-clients/single-service --solo sts",
15190
- test: "yarn test:unit",
15191
- "test:unit": "jest"
15194
+ test: "vitest run",
15195
+ "test:watch": "vitest watch"
15192
15196
  },
15193
15197
  main: "./dist-cjs/index.js",
15194
15198
  types: "./dist-types/index.d.ts",
@@ -15197,18 +15201,18 @@ var require_package4 = __commonJS({
15197
15201
  dependencies: {
15198
15202
  "@aws-crypto/sha256-browser": "5.2.0",
15199
15203
  "@aws-crypto/sha256-js": "5.2.0",
15200
- "@aws-sdk/client-sso-oidc": "3.675.0",
15201
- "@aws-sdk/core": "3.667.0",
15202
- "@aws-sdk/credential-provider-node": "3.675.0",
15203
- "@aws-sdk/middleware-host-header": "3.667.0",
15204
- "@aws-sdk/middleware-logger": "3.667.0",
15205
- "@aws-sdk/middleware-recursion-detection": "3.667.0",
15206
- "@aws-sdk/middleware-user-agent": "3.669.0",
15207
- "@aws-sdk/region-config-resolver": "3.667.0",
15208
- "@aws-sdk/types": "3.667.0",
15209
- "@aws-sdk/util-endpoints": "3.667.0",
15210
- "@aws-sdk/util-user-agent-browser": "3.675.0",
15211
- "@aws-sdk/util-user-agent-node": "3.669.0",
15204
+ "@aws-sdk/client-sso-oidc": "3.682.0",
15205
+ "@aws-sdk/core": "3.679.0",
15206
+ "@aws-sdk/credential-provider-node": "3.682.0",
15207
+ "@aws-sdk/middleware-host-header": "3.679.0",
15208
+ "@aws-sdk/middleware-logger": "3.679.0",
15209
+ "@aws-sdk/middleware-recursion-detection": "3.679.0",
15210
+ "@aws-sdk/middleware-user-agent": "3.682.0",
15211
+ "@aws-sdk/region-config-resolver": "3.679.0",
15212
+ "@aws-sdk/types": "3.679.0",
15213
+ "@aws-sdk/util-endpoints": "3.679.0",
15214
+ "@aws-sdk/util-user-agent-browser": "3.679.0",
15215
+ "@aws-sdk/util-user-agent-node": "3.682.0",
15212
15216
  "@smithy/config-resolver": "^3.0.9",
15213
15217
  "@smithy/core": "^2.4.8",
15214
15218
  "@smithy/fetch-http-handler": "^3.2.9",
@@ -17786,9 +17790,9 @@ var require_dist_cjs53 = __commonJS({
17786
17790
  var randomInRange = /* @__PURE__ */ __name((min, max) => min + Math.random() * (max - min), "randomInRange");
17787
17791
  var runPolling = /* @__PURE__ */ __name(async ({ minDelay, maxDelay, maxWaitTime, abortController, client, abortSignal }, input, acceptorChecks) => {
17788
17792
  var _a;
17789
- const { state, reason } = await acceptorChecks(client, input);
17790
- if (state !== "RETRY") {
17791
- return { state, reason };
17793
+ const { state: state2, reason } = await acceptorChecks(client, input);
17794
+ if (state2 !== "RETRY") {
17795
+ return { state: state2, reason };
17792
17796
  }
17793
17797
  let currentAttempt = 1;
17794
17798
  const waitUntil = Date.now() + maxWaitTime * 1e3;
@@ -17808,9 +17812,9 @@ var require_dist_cjs53 = __commonJS({
17808
17812
  };
17809
17813
  }
17810
17814
  await sleep(delay);
17811
- const { state: state2, reason: reason2 } = await acceptorChecks(client, input);
17812
- if (state2 !== "RETRY") {
17813
- return { state: state2, reason: reason2 };
17815
+ const { state: state22, reason: reason2 } = await acceptorChecks(client, input);
17816
+ if (state22 !== "RETRY") {
17817
+ return { state: state22, reason: reason2 };
17814
17818
  }
17815
17819
  currentAttempt += 1;
17816
17820
  }
@@ -5464,10 +5464,10 @@ var require_dist_cjs27 = __commonJS({
5464
5464
  return {};
5465
5465
  }
5466
5466
  }, "loadConfigsForDefaultMode");
5467
- var warningEmitted2 = false;
5467
+ var warningEmitted = false;
5468
5468
  var emitWarningIfUnsupportedVersion2 = /* @__PURE__ */ __name((version2) => {
5469
- if (version2 && !warningEmitted2 && parseInt(version2.substring(1, version2.indexOf("."))) < 16) {
5470
- warningEmitted2 = true;
5469
+ if (version2 && !warningEmitted && parseInt(version2.substring(1, version2.indexOf("."))) < 16) {
5470
+ warningEmitted = true;
5471
5471
  }
5472
5472
  }, "emitWarningIfUnsupportedVersion");
5473
5473
  function extendedEncodeURIComponent(str) {
@@ -7428,14 +7428,16 @@ var require_dist_cjs30 = __commonJS({
7428
7428
  });
7429
7429
 
7430
7430
  // node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js
7431
- var warningEmitted, emitWarningIfUnsupportedVersion;
7431
+ var state, emitWarningIfUnsupportedVersion;
7432
7432
  var init_emitWarningIfUnsupportedVersion = __esm({
7433
7433
  "node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js"() {
7434
7434
  "use strict";
7435
- warningEmitted = false;
7435
+ state = {
7436
+ warningEmitted: false
7437
+ };
7436
7438
  emitWarningIfUnsupportedVersion = (version2) => {
7437
- if (version2 && !warningEmitted && parseInt(version2.substring(1, version2.indexOf("."))) < 18) {
7438
- warningEmitted = true;
7439
+ if (version2 && !state.warningEmitted && parseInt(version2.substring(1, version2.indexOf("."))) < 18) {
7440
+ state.warningEmitted = true;
7439
7441
  process.emitWarning(`NodeDeprecationWarning: The AWS SDK for JavaScript (v3) will
7440
7442
  no longer support Node.js 16.x on January 6, 2025.
7441
7443
 
@@ -7484,7 +7486,8 @@ var client_exports = {};
7484
7486
  __export(client_exports, {
7485
7487
  emitWarningIfUnsupportedVersion: () => emitWarningIfUnsupportedVersion,
7486
7488
  setCredentialFeature: () => setCredentialFeature,
7487
- setFeature: () => setFeature
7489
+ setFeature: () => setFeature,
7490
+ state: () => state
7488
7491
  });
7489
7492
  var init_client = __esm({
7490
7493
  "node_modules/@aws-sdk/core/dist-es/submodules/client/index.js"() {
@@ -10248,6 +10251,7 @@ __export(dist_es_exports2, {
10248
10251
  resolveAwsSdkSigV4Config: () => resolveAwsSdkSigV4Config,
10249
10252
  setCredentialFeature: () => setCredentialFeature,
10250
10253
  setFeature: () => setFeature,
10254
+ state: () => state,
10251
10255
  validateSigningProperties: () => validateSigningProperties
10252
10256
  });
10253
10257
  var init_dist_es2 = __esm({
@@ -11186,20 +11190,20 @@ function __importStar(mod) {
11186
11190
  function __importDefault(mod) {
11187
11191
  return mod && mod.__esModule ? mod : { default: mod };
11188
11192
  }
11189
- function __classPrivateFieldGet(receiver, state, kind, f) {
11193
+ function __classPrivateFieldGet(receiver, state2, kind, f) {
11190
11194
  if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
11191
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
11192
- return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
11195
+ if (typeof state2 === "function" ? receiver !== state2 || !f : !state2.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
11196
+ return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state2.get(receiver);
11193
11197
  }
11194
- function __classPrivateFieldSet(receiver, state, value, kind, f) {
11198
+ function __classPrivateFieldSet(receiver, state2, value, kind, f) {
11195
11199
  if (kind === "m") throw new TypeError("Private method is not writable");
11196
11200
  if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
11197
- if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
11198
- return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value), value;
11201
+ if (typeof state2 === "function" ? receiver !== state2 || !f : !state2.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
11202
+ return kind === "a" ? f.call(receiver, value) : f ? f.value = value : state2.set(receiver, value), value;
11199
11203
  }
11200
- function __classPrivateFieldIn(state, receiver) {
11204
+ function __classPrivateFieldIn(state2, receiver) {
11201
11205
  if (receiver === null || typeof receiver !== "object" && typeof receiver !== "function") throw new TypeError("Cannot use 'in' operator on non-object");
11202
- return typeof state === "function" ? receiver === state : state.has(receiver);
11206
+ return typeof state2 === "function" ? receiver === state2 : state2.has(receiver);
11203
11207
  }
11204
11208
  function __addDisposableResource(env, value, async) {
11205
11209
  if (value !== null && value !== void 0) {
@@ -11324,7 +11328,7 @@ var require_package = __commonJS({
11324
11328
  module2.exports = {
11325
11329
  name: "@aws-sdk/client-codedeploy",
11326
11330
  description: "AWS SDK for JavaScript Codedeploy Client for Node.js, Browser and React Native",
11327
- version: "3.675.0",
11331
+ version: "3.682.0",
11328
11332
  scripts: {
11329
11333
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
11330
11334
  "build:cjs": "node ../../scripts/compilation/inline client-codedeploy",
@@ -11343,19 +11347,19 @@ var require_package = __commonJS({
11343
11347
  dependencies: {
11344
11348
  "@aws-crypto/sha256-browser": "5.2.0",
11345
11349
  "@aws-crypto/sha256-js": "5.2.0",
11346
- "@aws-sdk/client-sso-oidc": "3.675.0",
11347
- "@aws-sdk/client-sts": "3.675.0",
11348
- "@aws-sdk/core": "3.667.0",
11349
- "@aws-sdk/credential-provider-node": "3.675.0",
11350
- "@aws-sdk/middleware-host-header": "3.667.0",
11351
- "@aws-sdk/middleware-logger": "3.667.0",
11352
- "@aws-sdk/middleware-recursion-detection": "3.667.0",
11353
- "@aws-sdk/middleware-user-agent": "3.669.0",
11354
- "@aws-sdk/region-config-resolver": "3.667.0",
11355
- "@aws-sdk/types": "3.667.0",
11356
- "@aws-sdk/util-endpoints": "3.667.0",
11357
- "@aws-sdk/util-user-agent-browser": "3.675.0",
11358
- "@aws-sdk/util-user-agent-node": "3.669.0",
11350
+ "@aws-sdk/client-sso-oidc": "3.682.0",
11351
+ "@aws-sdk/client-sts": "3.682.0",
11352
+ "@aws-sdk/core": "3.679.0",
11353
+ "@aws-sdk/credential-provider-node": "3.682.0",
11354
+ "@aws-sdk/middleware-host-header": "3.679.0",
11355
+ "@aws-sdk/middleware-logger": "3.679.0",
11356
+ "@aws-sdk/middleware-recursion-detection": "3.679.0",
11357
+ "@aws-sdk/middleware-user-agent": "3.682.0",
11358
+ "@aws-sdk/region-config-resolver": "3.679.0",
11359
+ "@aws-sdk/types": "3.679.0",
11360
+ "@aws-sdk/util-endpoints": "3.679.0",
11361
+ "@aws-sdk/util-user-agent-browser": "3.679.0",
11362
+ "@aws-sdk/util-user-agent-node": "3.682.0",
11359
11363
  "@smithy/config-resolver": "^3.0.9",
11360
11364
  "@smithy/core": "^2.4.8",
11361
11365
  "@smithy/fetch-http-handler": "^3.2.9",
@@ -12172,7 +12176,7 @@ var require_package2 = __commonJS({
12172
12176
  module2.exports = {
12173
12177
  name: "@aws-sdk/client-sso",
12174
12178
  description: "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
12175
- version: "3.675.0",
12179
+ version: "3.682.0",
12176
12180
  scripts: {
12177
12181
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
12178
12182
  "build:cjs": "node ../../scripts/compilation/inline client-sso",
@@ -12191,16 +12195,16 @@ var require_package2 = __commonJS({
12191
12195
  dependencies: {
12192
12196
  "@aws-crypto/sha256-browser": "5.2.0",
12193
12197
  "@aws-crypto/sha256-js": "5.2.0",
12194
- "@aws-sdk/core": "3.667.0",
12195
- "@aws-sdk/middleware-host-header": "3.667.0",
12196
- "@aws-sdk/middleware-logger": "3.667.0",
12197
- "@aws-sdk/middleware-recursion-detection": "3.667.0",
12198
- "@aws-sdk/middleware-user-agent": "3.669.0",
12199
- "@aws-sdk/region-config-resolver": "3.667.0",
12200
- "@aws-sdk/types": "3.667.0",
12201
- "@aws-sdk/util-endpoints": "3.667.0",
12202
- "@aws-sdk/util-user-agent-browser": "3.675.0",
12203
- "@aws-sdk/util-user-agent-node": "3.669.0",
12198
+ "@aws-sdk/core": "3.679.0",
12199
+ "@aws-sdk/middleware-host-header": "3.679.0",
12200
+ "@aws-sdk/middleware-logger": "3.679.0",
12201
+ "@aws-sdk/middleware-recursion-detection": "3.679.0",
12202
+ "@aws-sdk/middleware-user-agent": "3.682.0",
12203
+ "@aws-sdk/region-config-resolver": "3.679.0",
12204
+ "@aws-sdk/types": "3.679.0",
12205
+ "@aws-sdk/util-endpoints": "3.679.0",
12206
+ "@aws-sdk/util-user-agent-browser": "3.679.0",
12207
+ "@aws-sdk/util-user-agent-node": "3.682.0",
12204
12208
  "@smithy/config-resolver": "^3.0.9",
12205
12209
  "@smithy/core": "^2.4.8",
12206
12210
  "@smithy/fetch-http-handler": "^3.2.9",
@@ -13440,7 +13444,7 @@ var require_package3 = __commonJS({
13440
13444
  module2.exports = {
13441
13445
  name: "@aws-sdk/client-sso-oidc",
13442
13446
  description: "AWS SDK for JavaScript Sso Oidc Client for Node.js, Browser and React Native",
13443
- version: "3.675.0",
13447
+ version: "3.682.0",
13444
13448
  scripts: {
13445
13449
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
13446
13450
  "build:cjs": "node ../../scripts/compilation/inline client-sso-oidc",
@@ -13459,17 +13463,17 @@ var require_package3 = __commonJS({
13459
13463
  dependencies: {
13460
13464
  "@aws-crypto/sha256-browser": "5.2.0",
13461
13465
  "@aws-crypto/sha256-js": "5.2.0",
13462
- "@aws-sdk/core": "3.667.0",
13463
- "@aws-sdk/credential-provider-node": "3.675.0",
13464
- "@aws-sdk/middleware-host-header": "3.667.0",
13465
- "@aws-sdk/middleware-logger": "3.667.0",
13466
- "@aws-sdk/middleware-recursion-detection": "3.667.0",
13467
- "@aws-sdk/middleware-user-agent": "3.669.0",
13468
- "@aws-sdk/region-config-resolver": "3.667.0",
13469
- "@aws-sdk/types": "3.667.0",
13470
- "@aws-sdk/util-endpoints": "3.667.0",
13471
- "@aws-sdk/util-user-agent-browser": "3.675.0",
13472
- "@aws-sdk/util-user-agent-node": "3.669.0",
13466
+ "@aws-sdk/core": "3.679.0",
13467
+ "@aws-sdk/credential-provider-node": "3.682.0",
13468
+ "@aws-sdk/middleware-host-header": "3.679.0",
13469
+ "@aws-sdk/middleware-logger": "3.679.0",
13470
+ "@aws-sdk/middleware-recursion-detection": "3.679.0",
13471
+ "@aws-sdk/middleware-user-agent": "3.682.0",
13472
+ "@aws-sdk/region-config-resolver": "3.679.0",
13473
+ "@aws-sdk/types": "3.679.0",
13474
+ "@aws-sdk/util-endpoints": "3.679.0",
13475
+ "@aws-sdk/util-user-agent-browser": "3.679.0",
13476
+ "@aws-sdk/util-user-agent-node": "3.682.0",
13473
13477
  "@smithy/config-resolver": "^3.0.9",
13474
13478
  "@smithy/core": "^2.4.8",
13475
13479
  "@smithy/fetch-http-handler": "^3.2.9",
@@ -13524,7 +13528,7 @@ var require_package3 = __commonJS({
13524
13528
  },
13525
13529
  license: "Apache-2.0",
13526
13530
  peerDependencies: {
13527
- "@aws-sdk/client-sts": "^3.675.0"
13531
+ "@aws-sdk/client-sts": "^3.682.0"
13528
13532
  },
13529
13533
  browser: {
13530
13534
  "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
@@ -15176,7 +15180,7 @@ var require_package4 = __commonJS({
15176
15180
  module2.exports = {
15177
15181
  name: "@aws-sdk/client-sts",
15178
15182
  description: "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
15179
- version: "3.675.0",
15183
+ version: "3.682.0",
15180
15184
  scripts: {
15181
15185
  build: "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
15182
15186
  "build:cjs": "node ../../scripts/compilation/inline client-sts",
@@ -15187,8 +15191,8 @@ var require_package4 = __commonJS({
15187
15191
  clean: "rimraf ./dist-* && rimraf *.tsbuildinfo",
15188
15192
  "extract:docs": "api-extractor run --local",
15189
15193
  "generate:client": "node ../../scripts/generate-clients/single-service --solo sts",
15190
- test: "yarn test:unit",
15191
- "test:unit": "jest"
15194
+ test: "vitest run",
15195
+ "test:watch": "vitest watch"
15192
15196
  },
15193
15197
  main: "./dist-cjs/index.js",
15194
15198
  types: "./dist-types/index.d.ts",
@@ -15197,18 +15201,18 @@ var require_package4 = __commonJS({
15197
15201
  dependencies: {
15198
15202
  "@aws-crypto/sha256-browser": "5.2.0",
15199
15203
  "@aws-crypto/sha256-js": "5.2.0",
15200
- "@aws-sdk/client-sso-oidc": "3.675.0",
15201
- "@aws-sdk/core": "3.667.0",
15202
- "@aws-sdk/credential-provider-node": "3.675.0",
15203
- "@aws-sdk/middleware-host-header": "3.667.0",
15204
- "@aws-sdk/middleware-logger": "3.667.0",
15205
- "@aws-sdk/middleware-recursion-detection": "3.667.0",
15206
- "@aws-sdk/middleware-user-agent": "3.669.0",
15207
- "@aws-sdk/region-config-resolver": "3.667.0",
15208
- "@aws-sdk/types": "3.667.0",
15209
- "@aws-sdk/util-endpoints": "3.667.0",
15210
- "@aws-sdk/util-user-agent-browser": "3.675.0",
15211
- "@aws-sdk/util-user-agent-node": "3.669.0",
15204
+ "@aws-sdk/client-sso-oidc": "3.682.0",
15205
+ "@aws-sdk/core": "3.679.0",
15206
+ "@aws-sdk/credential-provider-node": "3.682.0",
15207
+ "@aws-sdk/middleware-host-header": "3.679.0",
15208
+ "@aws-sdk/middleware-logger": "3.679.0",
15209
+ "@aws-sdk/middleware-recursion-detection": "3.679.0",
15210
+ "@aws-sdk/middleware-user-agent": "3.682.0",
15211
+ "@aws-sdk/region-config-resolver": "3.679.0",
15212
+ "@aws-sdk/types": "3.679.0",
15213
+ "@aws-sdk/util-endpoints": "3.679.0",
15214
+ "@aws-sdk/util-user-agent-browser": "3.679.0",
15215
+ "@aws-sdk/util-user-agent-node": "3.682.0",
15212
15216
  "@smithy/config-resolver": "^3.0.9",
15213
15217
  "@smithy/core": "^2.4.8",
15214
15218
  "@smithy/fetch-http-handler": "^3.2.9",
@@ -17786,9 +17790,9 @@ var require_dist_cjs53 = __commonJS({
17786
17790
  var randomInRange = /* @__PURE__ */ __name((min, max) => min + Math.random() * (max - min), "randomInRange");
17787
17791
  var runPolling = /* @__PURE__ */ __name(async ({ minDelay, maxDelay, maxWaitTime, abortController, client, abortSignal }, input, acceptorChecks) => {
17788
17792
  var _a;
17789
- const { state, reason } = await acceptorChecks(client, input);
17790
- if (state !== "RETRY") {
17791
- return { state, reason };
17793
+ const { state: state2, reason } = await acceptorChecks(client, input);
17794
+ if (state2 !== "RETRY") {
17795
+ return { state: state2, reason };
17792
17796
  }
17793
17797
  let currentAttempt = 1;
17794
17798
  const waitUntil = Date.now() + maxWaitTime * 1e3;
@@ -17808,9 +17812,9 @@ var require_dist_cjs53 = __commonJS({
17808
17812
  };
17809
17813
  }
17810
17814
  await sleep(delay);
17811
- const { state: state2, reason: reason2 } = await acceptorChecks(client, input);
17812
- if (state2 !== "RETRY") {
17813
- return { state: state2, reason: reason2 };
17815
+ const { state: state22, reason: reason2 } = await acceptorChecks(client, input);
17816
+ if (state22 !== "RETRY") {
17817
+ return { state: state22, reason: reason2 };
17814
17818
  }
17815
17819
  currentAttempt += 1;
17816
17820
  }