@cdk8s/awscdk-resolver 0.0.547 → 0.0.549

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 (135) hide show
  1. package/.jsii +3 -3
  2. package/lib/resolve.js +1 -1
  3. package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +9 -9
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForChangeSetCreateComplete.js +2 -2
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackCreateComplete.js +2 -2
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackDeleteComplete.js +2 -2
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackExists.js +2 -2
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackImportComplete.js +2 -2
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorCreateComplete.js +1 -1
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorExecuteComplete.js +1 -1
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRollbackComplete.js +2 -2
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackUpdateComplete.js +2 -2
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +11 -10
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +13 -10
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +9 -3
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackCreateComplete.d.ts +9 -3
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +11 -3
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackExists.d.ts +9 -3
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackImportComplete.d.ts +9 -3
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorCreateComplete.d.ts +11 -3
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorExecuteComplete.d.ts +11 -3
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +9 -3
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +9 -3
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +11 -3
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForChangeSetCreateComplete.d.ts +4 -3
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackCreateComplete.d.ts +4 -3
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackDeleteComplete.d.ts +4 -3
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackExists.d.ts +4 -3
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackImportComplete.d.ts +4 -3
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorCreateComplete.d.ts +4 -3
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorExecuteComplete.d.ts +4 -3
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRollbackComplete.d.ts +4 -3
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackUpdateComplete.d.ts +4 -3
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForTypeRegistrationComplete.d.ts +4 -3
  35. package/node_modules/@aws-sdk/client-cloudformation/package.json +8 -8
  36. package/node_modules/@aws-sdk/core/package.json +3 -3
  37. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  38. package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
  39. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  40. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  41. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  42. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  43. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  44. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  45. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
  46. package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  47. package/node_modules/@aws-sdk/nested-clients/package.json +7 -7
  48. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  49. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  50. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  51. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-external/nodable_entities.js +336 -0
  52. package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +26 -0
  53. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-external/nodable_entities.js +332 -0
  54. package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +26 -0
  55. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +49 -29
  56. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +11 -6
  57. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +6 -1
  58. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +6 -1
  59. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +12 -3
  60. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +6 -3
  61. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-external/nodable_entities.d.ts +65 -0
  62. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.browser.d.ts +9 -1
  63. package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +4 -1
  64. package/node_modules/@aws-sdk/xml-builder/dist-types/xml-external/nodable_entities.d.ts +65 -0
  65. package/node_modules/@aws-sdk/xml-builder/package.json +3 -2
  66. package/node_modules/@smithy/middleware-retry/package.json +3 -3
  67. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +1 -0
  68. package/node_modules/@smithy/service-error-classification/dist-es/index.js +1 -0
  69. package/node_modules/@smithy/service-error-classification/package.json +1 -1
  70. package/node_modules/@smithy/util-retry/dist-cjs/index.js +7 -3
  71. package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +5 -2
  72. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
  73. package/node_modules/@smithy/util-retry/package.json +2 -2
  74. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +59 -34
  75. package/node_modules/@smithy/util-waiter/dist-es/poller.js +61 -34
  76. package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +1 -1
  77. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +2 -1
  78. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +13 -13
  79. package/node_modules/@smithy/util-waiter/package.json +1 -1
  80. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/CHANGELOG.md +8 -0
  81. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxp.cjs +1 -1
  82. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxp.min.js +1 -1
  83. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
  84. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxparser.min.js +1 -1
  85. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
  86. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/package.json +1 -1
  87. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OrderedObjParser.js +16 -11
  88. package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/XMLParser.js +2 -2
  89. package/package.json +3 -3
  90. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +0 -1
  91. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +0 -1
  92. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/LICENSE +0 -0
  93. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/README.md +0 -0
  94. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxbuilder.min.js +0 -0
  95. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxbuilder.min.js.map +0 -0
  96. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxp.d.cts +0 -0
  97. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js +0 -0
  98. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
  99. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/cli.js +0 -0
  100. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/man.js +0 -0
  101. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/read.js +0 -0
  102. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.d.ts +0 -0
  103. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.js +0 -0
  104. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/ignoreAttributes.js +0 -0
  105. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/util.js +0 -0
  106. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
  107. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
  108. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
  109. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
  110. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
  111. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
  112. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
  113. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
  114. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Report.js +0 -0
  115. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPath.js +0 -0
  116. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
  117. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XMLParser.js +0 -0
  118. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
  119. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
  120. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
  121. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
  122. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
  123. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
  124. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
  125. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
  126. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
  127. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
  128. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
  129. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
  130. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/validator.js +0 -0
  131. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
  132. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/DocTypeReader.js +0 -0
  133. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OptionsBuilder.js +0 -0
  134. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/node2json.js +0 -0
  135. /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
@@ -1,11 +1,19 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
2
2
  import { CloudFormationClient } from "../CloudFormationClient";
3
- import { DescribeTypeRegistrationCommandInput } from "../commands/DescribeTypeRegistrationCommand";
3
+ import {
4
+ DescribeTypeRegistrationCommandInput,
5
+ DescribeTypeRegistrationCommandOutput,
6
+ } from "../commands/DescribeTypeRegistrationCommand";
7
+ import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
8
  export declare const waitForTypeRegistrationComplete: (
5
9
  params: WaiterConfiguration<CloudFormationClient>,
6
10
  input: DescribeTypeRegistrationCommandInput
7
- ) => Promise<WaiterResult>;
11
+ ) => Promise<
12
+ WaiterResult<
13
+ DescribeTypeRegistrationCommandOutput | CloudFormationServiceException
14
+ >
15
+ >;
8
16
  export declare const waitUntilTypeRegistrationComplete: (
9
17
  params: WaiterConfiguration<CloudFormationClient>,
10
18
  input: DescribeTypeRegistrationCommandInput
11
- ) => Promise<WaiterResult>;
19
+ ) => Promise<WaiterResult<DescribeTypeRegistrationCommandOutput>>;
@@ -1,14 +1,15 @@
1
1
  import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
2
  import type { CloudFormationClient } from "../CloudFormationClient";
3
- import { type DescribeChangeSetCommandInput } from "../commands/DescribeChangeSetCommand";
3
+ import { type DescribeChangeSetCommandInput, type DescribeChangeSetCommandOutput } from "../commands/DescribeChangeSetCommand";
4
+ import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
5
  /**
5
6
  * Wait until change set status is CREATE_COMPLETE.
6
7
  * @deprecated Use waitUntilChangeSetCreateComplete instead. waitForChangeSetCreateComplete does not throw error in non-success cases.
7
8
  */
8
- export declare const waitForChangeSetCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeChangeSetCommandInput) => Promise<WaiterResult>;
9
+ export declare const waitForChangeSetCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeChangeSetCommandInput) => Promise<WaiterResult<DescribeChangeSetCommandOutput | CloudFormationServiceException>>;
9
10
  /**
10
11
  * Wait until change set status is CREATE_COMPLETE.
11
12
  * @param params - Waiter configuration options.
12
13
  * @param input - The input to DescribeChangeSetCommand for polling.
13
14
  */
14
- export declare const waitUntilChangeSetCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeChangeSetCommandInput) => Promise<WaiterResult>;
15
+ export declare const waitUntilChangeSetCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeChangeSetCommandInput) => Promise<WaiterResult<DescribeChangeSetCommandOutput>>;
@@ -1,14 +1,15 @@
1
1
  import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
2
  import type { CloudFormationClient } from "../CloudFormationClient";
3
- import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
3
+ import { type DescribeStacksCommandInput, type DescribeStacksCommandOutput } from "../commands/DescribeStacksCommand";
4
+ import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
5
  /**
5
6
  * Wait until stack status is CREATE_COMPLETE.
6
7
  * @deprecated Use waitUntilStackCreateComplete instead. waitForStackCreateComplete does not throw error in non-success cases.
7
8
  */
8
- export declare const waitForStackCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
9
+ export declare const waitForStackCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
9
10
  /**
10
11
  * Wait until stack status is CREATE_COMPLETE.
11
12
  * @param params - Waiter configuration options.
12
13
  * @param input - The input to DescribeStacksCommand for polling.
13
14
  */
14
- export declare const waitUntilStackCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
15
+ export declare const waitUntilStackCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
@@ -1,14 +1,15 @@
1
1
  import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
2
  import type { CloudFormationClient } from "../CloudFormationClient";
3
- import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
3
+ import { type DescribeStacksCommandInput, type DescribeStacksCommandOutput } from "../commands/DescribeStacksCommand";
4
+ import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
5
  /**
5
6
  * Wait until stack status is DELETE_COMPLETE.
6
7
  * @deprecated Use waitUntilStackDeleteComplete instead. waitForStackDeleteComplete does not throw error in non-success cases.
7
8
  */
8
- export declare const waitForStackDeleteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
9
+ export declare const waitForStackDeleteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
9
10
  /**
10
11
  * Wait until stack status is DELETE_COMPLETE.
11
12
  * @param params - Waiter configuration options.
12
13
  * @param input - The input to DescribeStacksCommand for polling.
13
14
  */
14
- export declare const waitUntilStackDeleteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
15
+ export declare const waitUntilStackDeleteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
@@ -1,14 +1,15 @@
1
1
  import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
2
  import type { CloudFormationClient } from "../CloudFormationClient";
3
- import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
3
+ import { type DescribeStacksCommandInput, type DescribeStacksCommandOutput } from "../commands/DescribeStacksCommand";
4
+ import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
5
  /**
5
6
  *
6
7
  * @deprecated Use waitUntilStackExists instead. waitForStackExists does not throw error in non-success cases.
7
8
  */
8
- export declare const waitForStackExists: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
9
+ export declare const waitForStackExists: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
9
10
  /**
10
11
  *
11
12
  * @param params - Waiter configuration options.
12
13
  * @param input - The input to DescribeStacksCommand for polling.
13
14
  */
14
- export declare const waitUntilStackExists: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
15
+ export declare const waitUntilStackExists: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
@@ -1,14 +1,15 @@
1
1
  import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
2
  import type { CloudFormationClient } from "../CloudFormationClient";
3
- import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
3
+ import { type DescribeStacksCommandInput, type DescribeStacksCommandOutput } from "../commands/DescribeStacksCommand";
4
+ import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
5
  /**
5
6
  * Wait until stack status is IMPORT_COMPLETE.
6
7
  * @deprecated Use waitUntilStackImportComplete instead. waitForStackImportComplete does not throw error in non-success cases.
7
8
  */
8
- export declare const waitForStackImportComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
9
+ export declare const waitForStackImportComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
9
10
  /**
10
11
  * Wait until stack status is IMPORT_COMPLETE.
11
12
  * @param params - Waiter configuration options.
12
13
  * @param input - The input to DescribeStacksCommand for polling.
13
14
  */
14
- export declare const waitUntilStackImportComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
15
+ export declare const waitUntilStackImportComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
@@ -1,14 +1,15 @@
1
1
  import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
2
  import type { CloudFormationClient } from "../CloudFormationClient";
3
- import { type DescribeStackRefactorCommandInput } from "../commands/DescribeStackRefactorCommand";
3
+ import { type DescribeStackRefactorCommandInput, type DescribeStackRefactorCommandOutput } from "../commands/DescribeStackRefactorCommand";
4
+ import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
5
  /**
5
6
  * Wait until the stack refactor status is CREATE_COMPLETE.
6
7
  * @deprecated Use waitUntilStackRefactorCreateComplete instead. waitForStackRefactorCreateComplete does not throw error in non-success cases.
7
8
  */
8
- export declare const waitForStackRefactorCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult>;
9
+ export declare const waitForStackRefactorCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult<DescribeStackRefactorCommandOutput | CloudFormationServiceException>>;
9
10
  /**
10
11
  * Wait until the stack refactor status is CREATE_COMPLETE.
11
12
  * @param params - Waiter configuration options.
12
13
  * @param input - The input to DescribeStackRefactorCommand for polling.
13
14
  */
14
- export declare const waitUntilStackRefactorCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult>;
15
+ export declare const waitUntilStackRefactorCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
@@ -1,14 +1,15 @@
1
1
  import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
2
  import type { CloudFormationClient } from "../CloudFormationClient";
3
- import { type DescribeStackRefactorCommandInput } from "../commands/DescribeStackRefactorCommand";
3
+ import { type DescribeStackRefactorCommandInput, type DescribeStackRefactorCommandOutput } from "../commands/DescribeStackRefactorCommand";
4
+ import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
5
  /**
5
6
  * Wait until the stack refactor status is EXECUTE_COMPLETE.
6
7
  * @deprecated Use waitUntilStackRefactorExecuteComplete instead. waitForStackRefactorExecuteComplete does not throw error in non-success cases.
7
8
  */
8
- export declare const waitForStackRefactorExecuteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult>;
9
+ export declare const waitForStackRefactorExecuteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult<DescribeStackRefactorCommandOutput | CloudFormationServiceException>>;
9
10
  /**
10
11
  * Wait until the stack refactor status is EXECUTE_COMPLETE.
11
12
  * @param params - Waiter configuration options.
12
13
  * @param input - The input to DescribeStackRefactorCommand for polling.
13
14
  */
14
- export declare const waitUntilStackRefactorExecuteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult>;
15
+ export declare const waitUntilStackRefactorExecuteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
@@ -1,14 +1,15 @@
1
1
  import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
2
  import type { CloudFormationClient } from "../CloudFormationClient";
3
- import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
3
+ import { type DescribeStacksCommandInput, type DescribeStacksCommandOutput } from "../commands/DescribeStacksCommand";
4
+ import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
5
  /**
5
6
  * Wait until stack status is UPDATE_ROLLBACK_COMPLETE.
6
7
  * @deprecated Use waitUntilStackRollbackComplete instead. waitForStackRollbackComplete does not throw error in non-success cases.
7
8
  */
8
- export declare const waitForStackRollbackComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
9
+ export declare const waitForStackRollbackComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
9
10
  /**
10
11
  * Wait until stack status is UPDATE_ROLLBACK_COMPLETE.
11
12
  * @param params - Waiter configuration options.
12
13
  * @param input - The input to DescribeStacksCommand for polling.
13
14
  */
14
- export declare const waitUntilStackRollbackComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
15
+ export declare const waitUntilStackRollbackComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
@@ -1,14 +1,15 @@
1
1
  import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
2
  import type { CloudFormationClient } from "../CloudFormationClient";
3
- import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
3
+ import { type DescribeStacksCommandInput, type DescribeStacksCommandOutput } from "../commands/DescribeStacksCommand";
4
+ import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
5
  /**
5
6
  * Wait until stack status is UPDATE_COMPLETE.
6
7
  * @deprecated Use waitUntilStackUpdateComplete instead. waitForStackUpdateComplete does not throw error in non-success cases.
7
8
  */
8
- export declare const waitForStackUpdateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
9
+ export declare const waitForStackUpdateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
9
10
  /**
10
11
  * Wait until stack status is UPDATE_COMPLETE.
11
12
  * @param params - Waiter configuration options.
12
13
  * @param input - The input to DescribeStacksCommand for polling.
13
14
  */
14
- export declare const waitUntilStackUpdateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult>;
15
+ export declare const waitUntilStackUpdateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
@@ -1,14 +1,15 @@
1
1
  import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
2
2
  import type { CloudFormationClient } from "../CloudFormationClient";
3
- import { type DescribeTypeRegistrationCommandInput } from "../commands/DescribeTypeRegistrationCommand";
3
+ import { type DescribeTypeRegistrationCommandInput, type DescribeTypeRegistrationCommandOutput } from "../commands/DescribeTypeRegistrationCommand";
4
+ import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
4
5
  /**
5
6
  * Wait until type registration is COMPLETE.
6
7
  * @deprecated Use waitUntilTypeRegistrationComplete instead. waitForTypeRegistrationComplete does not throw error in non-success cases.
7
8
  */
8
- export declare const waitForTypeRegistrationComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeTypeRegistrationCommandInput) => Promise<WaiterResult>;
9
+ export declare const waitForTypeRegistrationComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeTypeRegistrationCommandInput) => Promise<WaiterResult<DescribeTypeRegistrationCommandOutput | CloudFormationServiceException>>;
9
10
  /**
10
11
  * Wait until type registration is COMPLETE.
11
12
  * @param params - Waiter configuration options.
12
13
  * @param input - The input to DescribeTypeRegistrationCommand for polling.
13
14
  */
14
- export declare const waitUntilTypeRegistrationComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeTypeRegistrationCommandInput) => Promise<WaiterResult>;
15
+ export declare const waitUntilTypeRegistrationComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeTypeRegistrationCommandInput) => Promise<WaiterResult<DescribeTypeRegistrationCommandOutput>>;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudformation",
3
3
  "description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
4
- "version": "3.1037.0",
4
+ "version": "3.1038.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-cloudformation",
@@ -23,17 +23,17 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.974.5",
27
- "@aws-sdk/credential-provider-node": "^3.972.36",
26
+ "@aws-sdk/core": "^3.974.6",
27
+ "@aws-sdk/credential-provider-node": "^3.972.37",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.10",
29
29
  "@aws-sdk/middleware-logger": "^3.972.10",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.11",
31
- "@aws-sdk/middleware-user-agent": "^3.972.35",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.36",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.13",
33
33
  "@aws-sdk/types": "^3.973.8",
34
34
  "@aws-sdk/util-endpoints": "^3.996.8",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.10",
36
- "@aws-sdk/util-user-agent-node": "^3.973.21",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.22",
37
37
  "@smithy/config-resolver": "^4.4.17",
38
38
  "@smithy/core": "^3.23.17",
39
39
  "@smithy/fetch-http-handler": "^5.3.17",
@@ -41,7 +41,7 @@
41
41
  "@smithy/invalid-dependency": "^4.2.14",
42
42
  "@smithy/middleware-content-length": "^4.2.14",
43
43
  "@smithy/middleware-endpoint": "^4.4.32",
44
- "@smithy/middleware-retry": "^4.5.5",
44
+ "@smithy/middleware-retry": "^4.5.6",
45
45
  "@smithy/middleware-serde": "^4.2.20",
46
46
  "@smithy/middleware-stack": "^4.2.14",
47
47
  "@smithy/node-config-provider": "^4.3.14",
@@ -57,9 +57,9 @@
57
57
  "@smithy/util-defaults-mode-node": "^4.2.54",
58
58
  "@smithy/util-endpoints": "^3.4.2",
59
59
  "@smithy/util-middleware": "^4.2.14",
60
- "@smithy/util-retry": "^4.3.4",
60
+ "@smithy/util-retry": "^4.3.5",
61
61
  "@smithy/util-utf8": "^4.2.2",
62
- "@smithy/util-waiter": "^4.2.16",
62
+ "@smithy/util-waiter": "^4.3.0",
63
63
  "tslib": "^2.6.2"
64
64
  },
65
65
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.974.5",
3
+ "version": "3.974.6",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
@@ -83,7 +83,7 @@
83
83
  "license": "Apache-2.0",
84
84
  "dependencies": {
85
85
  "@aws-sdk/types": "^3.973.8",
86
- "@aws-sdk/xml-builder": "^3.972.19",
86
+ "@aws-sdk/xml-builder": "^3.972.20",
87
87
  "@smithy/core": "^3.23.17",
88
88
  "@smithy/node-config-provider": "^4.3.14",
89
89
  "@smithy/property-provider": "^4.2.14",
@@ -93,7 +93,7 @@
93
93
  "@smithy/types": "^4.14.1",
94
94
  "@smithy/util-base64": "^4.3.2",
95
95
  "@smithy/util-middleware": "^4.2.14",
96
- "@smithy/util-retry": "^4.3.4",
96
+ "@smithy/util-retry": "^4.3.5",
97
97
  "@smithy/util-utf8": "^4.2.2",
98
98
  "tslib": "^2.6.2"
99
99
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-env",
3
- "version": "3.972.31",
3
+ "version": "3.972.32",
4
4
  "description": "AWS credential provider that sources credentials from known environment variables",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.974.5",
29
+ "@aws-sdk/core": "^3.974.6",
30
30
  "@aws-sdk/types": "^3.973.8",
31
31
  "@smithy/property-provider": "^4.2.14",
32
32
  "@smithy/types": "^4.14.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-http",
3
- "version": "3.972.33",
3
+ "version": "3.972.34",
4
4
  "description": "AWS credential provider for containers and HTTP sources",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.974.5",
31
+ "@aws-sdk/core": "^3.974.6",
32
32
  "@aws-sdk/types": "^3.973.8",
33
33
  "@smithy/fetch-http-handler": "^5.3.17",
34
34
  "@smithy/node-http-handler": "^4.6.1",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-ini",
3
- "version": "3.972.35",
3
+ "version": "3.972.36",
4
4
  "description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,14 +28,14 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.974.5",
32
- "@aws-sdk/credential-provider-env": "^3.972.31",
33
- "@aws-sdk/credential-provider-http": "^3.972.33",
34
- "@aws-sdk/credential-provider-login": "^3.972.35",
35
- "@aws-sdk/credential-provider-process": "^3.972.31",
36
- "@aws-sdk/credential-provider-sso": "^3.972.35",
37
- "@aws-sdk/credential-provider-web-identity": "^3.972.35",
38
- "@aws-sdk/nested-clients": "^3.997.3",
31
+ "@aws-sdk/core": "^3.974.6",
32
+ "@aws-sdk/credential-provider-env": "^3.972.32",
33
+ "@aws-sdk/credential-provider-http": "^3.972.34",
34
+ "@aws-sdk/credential-provider-login": "^3.972.36",
35
+ "@aws-sdk/credential-provider-process": "^3.972.32",
36
+ "@aws-sdk/credential-provider-sso": "^3.972.36",
37
+ "@aws-sdk/credential-provider-web-identity": "^3.972.36",
38
+ "@aws-sdk/nested-clients": "^3.997.4",
39
39
  "@aws-sdk/types": "^3.973.8",
40
40
  "@smithy/credential-provider-imds": "^4.2.14",
41
41
  "@smithy/property-provider": "^4.2.14",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-login",
3
- "version": "3.972.35",
3
+ "version": "3.972.36",
4
4
  "description": "AWS credential provider that sources credentials from aws login cached tokens",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -28,8 +28,8 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.974.5",
32
- "@aws-sdk/nested-clients": "^3.997.3",
31
+ "@aws-sdk/core": "^3.974.6",
32
+ "@aws-sdk/nested-clients": "^3.997.4",
33
33
  "@aws-sdk/types": "^3.973.8",
34
34
  "@smithy/property-provider": "^4.2.14",
35
35
  "@smithy/protocol-http": "^5.3.14",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.972.36",
3
+ "version": "3.972.37",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -31,12 +31,12 @@
31
31
  },
32
32
  "license": "Apache-2.0",
33
33
  "dependencies": {
34
- "@aws-sdk/credential-provider-env": "^3.972.31",
35
- "@aws-sdk/credential-provider-http": "^3.972.33",
36
- "@aws-sdk/credential-provider-ini": "^3.972.35",
37
- "@aws-sdk/credential-provider-process": "^3.972.31",
38
- "@aws-sdk/credential-provider-sso": "^3.972.35",
39
- "@aws-sdk/credential-provider-web-identity": "^3.972.35",
34
+ "@aws-sdk/credential-provider-env": "^3.972.32",
35
+ "@aws-sdk/credential-provider-http": "^3.972.34",
36
+ "@aws-sdk/credential-provider-ini": "^3.972.36",
37
+ "@aws-sdk/credential-provider-process": "^3.972.32",
38
+ "@aws-sdk/credential-provider-sso": "^3.972.36",
39
+ "@aws-sdk/credential-provider-web-identity": "^3.972.36",
40
40
  "@aws-sdk/types": "^3.973.8",
41
41
  "@smithy/credential-provider-imds": "^4.2.14",
42
42
  "@smithy/property-provider": "^4.2.14",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-process",
3
- "version": "3.972.31",
3
+ "version": "3.972.32",
4
4
  "description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.974.5",
29
+ "@aws-sdk/core": "^3.974.6",
30
30
  "@aws-sdk/types": "^3.973.8",
31
31
  "@smithy/property-provider": "^4.2.14",
32
32
  "@smithy/shared-ini-file-loader": "^4.4.9",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-sso",
3
- "version": "3.972.35",
3
+ "version": "3.972.36",
4
4
  "description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -26,9 +26,9 @@
26
26
  },
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@aws-sdk/core": "^3.974.5",
30
- "@aws-sdk/nested-clients": "^3.997.3",
31
- "@aws-sdk/token-providers": "3.1036.0",
29
+ "@aws-sdk/core": "^3.974.6",
30
+ "@aws-sdk/nested-clients": "^3.997.4",
31
+ "@aws-sdk/token-providers": "3.1038.0",
32
32
  "@aws-sdk/types": "^3.973.8",
33
33
  "@smithy/property-provider": "^4.2.14",
34
34
  "@smithy/shared-ini-file-loader": "^4.4.9",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-web-identity",
3
- "version": "3.972.35",
3
+ "version": "3.972.36",
4
4
  "description": "AWS credential provider that calls STS assumeRole for temporary AWS credentials",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -34,8 +34,8 @@
34
34
  },
35
35
  "license": "Apache-2.0",
36
36
  "dependencies": {
37
- "@aws-sdk/core": "^3.974.5",
38
- "@aws-sdk/nested-clients": "^3.997.3",
37
+ "@aws-sdk/core": "^3.974.6",
38
+ "@aws-sdk/nested-clients": "^3.997.4",
39
39
  "@aws-sdk/types": "^3.973.8",
40
40
  "@smithy/property-provider": "^4.2.14",
41
41
  "@smithy/shared-ini-file-loader": "^4.4.9",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-s3",
3
- "version": "3.972.34",
3
+ "version": "3.972.35",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-sdk-s3",
@@ -28,7 +28,7 @@
28
28
  },
29
29
  "license": "Apache-2.0",
30
30
  "dependencies": {
31
- "@aws-sdk/core": "^3.974.5",
31
+ "@aws-sdk/core": "^3.974.6",
32
32
  "@aws-sdk/types": "^3.973.8",
33
33
  "@aws-sdk/util-arn-parser": "^3.972.3",
34
34
  "@smithy/core": "^3.23.17",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-user-agent",
3
- "version": "3.972.35",
3
+ "version": "3.972.36",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline middleware-user-agent",
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/core": "^3.974.5",
28
+ "@aws-sdk/core": "^3.974.6",
29
29
  "@aws-sdk/types": "^3.973.8",
30
30
  "@aws-sdk/util-endpoints": "^3.996.8",
31
31
  "@smithy/core": "^3.23.17",
32
32
  "@smithy/protocol-http": "^5.3.14",
33
33
  "@smithy/types": "^4.14.1",
34
- "@smithy/util-retry": "^4.3.4",
34
+ "@smithy/util-retry": "^4.3.5",
35
35
  "tslib": "^2.6.2"
36
36
  },
37
37
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/nested-clients",
3
- "version": "3.997.3",
3
+ "version": "3.997.4",
4
4
  "description": "Nested clients for AWS SDK packages.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,17 +29,17 @@
29
29
  "dependencies": {
30
30
  "@aws-crypto/sha256-browser": "5.2.0",
31
31
  "@aws-crypto/sha256-js": "5.2.0",
32
- "@aws-sdk/core": "^3.974.5",
32
+ "@aws-sdk/core": "^3.974.6",
33
33
  "@aws-sdk/middleware-host-header": "^3.972.10",
34
34
  "@aws-sdk/middleware-logger": "^3.972.10",
35
35
  "@aws-sdk/middleware-recursion-detection": "^3.972.11",
36
- "@aws-sdk/middleware-user-agent": "^3.972.35",
36
+ "@aws-sdk/middleware-user-agent": "^3.972.36",
37
37
  "@aws-sdk/region-config-resolver": "^3.972.13",
38
- "@aws-sdk/signature-v4-multi-region": "^3.996.22",
38
+ "@aws-sdk/signature-v4-multi-region": "^3.996.23",
39
39
  "@aws-sdk/types": "^3.973.8",
40
40
  "@aws-sdk/util-endpoints": "^3.996.8",
41
41
  "@aws-sdk/util-user-agent-browser": "^3.972.10",
42
- "@aws-sdk/util-user-agent-node": "^3.973.21",
42
+ "@aws-sdk/util-user-agent-node": "^3.973.22",
43
43
  "@smithy/config-resolver": "^4.4.17",
44
44
  "@smithy/core": "^3.23.17",
45
45
  "@smithy/fetch-http-handler": "^5.3.17",
@@ -47,7 +47,7 @@
47
47
  "@smithy/invalid-dependency": "^4.2.14",
48
48
  "@smithy/middleware-content-length": "^4.2.14",
49
49
  "@smithy/middleware-endpoint": "^4.4.32",
50
- "@smithy/middleware-retry": "^4.5.5",
50
+ "@smithy/middleware-retry": "^4.5.6",
51
51
  "@smithy/middleware-serde": "^4.2.20",
52
52
  "@smithy/middleware-stack": "^4.2.14",
53
53
  "@smithy/node-config-provider": "^4.3.14",
@@ -63,7 +63,7 @@
63
63
  "@smithy/util-defaults-mode-node": "^4.2.54",
64
64
  "@smithy/util-endpoints": "^3.4.2",
65
65
  "@smithy/util-middleware": "^4.2.14",
66
- "@smithy/util-retry": "^4.3.4",
66
+ "@smithy/util-retry": "^4.3.5",
67
67
  "@smithy/util-utf8": "^4.2.2",
68
68
  "tslib": "^2.6.2"
69
69
  },
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/signature-v4-multi-region",
3
- "version": "3.996.22",
3
+ "version": "3.996.23",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
6
6
  "build:cjs": "node ../../scripts/compilation/inline signature-v4-multi-region",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@aws-sdk/middleware-sdk-s3": "^3.972.34",
28
+ "@aws-sdk/middleware-sdk-s3": "^3.972.35",
29
29
  "@aws-sdk/types": "^3.973.8",
30
30
  "@smithy/protocol-http": "^5.3.14",
31
31
  "@smithy/signature-v4": "^5.3.14",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.1036.0",
3
+ "version": "3.1038.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -29,8 +29,8 @@
29
29
  },
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "@aws-sdk/core": "^3.974.5",
33
- "@aws-sdk/nested-clients": "^3.997.3",
32
+ "@aws-sdk/core": "^3.974.6",
33
+ "@aws-sdk/nested-clients": "^3.997.4",
34
34
  "@aws-sdk/types": "^3.973.8",
35
35
  "@smithy/property-provider": "^4.2.14",
36
36
  "@smithy/shared-ini-file-loader": "^4.4.9",