@cdk8s/awscdk-resolver 0.0.353 → 0.0.354

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 (374) 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 +31 -0
  4. package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +31 -0
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +1 -0
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +12 -4
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +1 -1
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +11 -9
  9. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +3 -3
  10. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +1 -1
  11. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +5 -2
  12. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +3 -3
  13. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +5 -5
  14. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +3 -0
  15. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
  16. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +1 -1
  17. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +1 -1
  18. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -1
  19. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +2 -1
  20. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +11 -11
  21. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +3 -3
  22. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +5 -5
  23. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +1 -2
  24. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +33 -5
  25. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +1 -1
  26. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +1 -1
  27. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +3 -3
  28. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +2 -2
  29. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +2 -2
  30. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +2 -2
  31. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +5 -5
  32. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +3 -2
  33. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -2
  34. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +10 -10
  35. package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +8 -8
  36. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +485 -389
  37. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +97 -103
  38. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +1 -0
  39. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListHookResultsCommand.d.ts +1 -1
  40. package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +11 -2
  41. package/node_modules/@aws-sdk/client-cloudformation/package.json +11 -11
  42. package/node_modules/@aws-sdk/client-sso/package.json +10 -10
  43. package/node_modules/@aws-sdk/core/package.json +3 -3
  44. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  45. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +3 -1
  46. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +3 -1
  47. package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  48. package/node_modules/@aws-sdk/credential-provider-ini/package.json +8 -8
  49. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +1 -1
  50. package/node_modules/@aws-sdk/credential-provider-node/dist-es/defaultProvider.js +3 -1
  51. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  52. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  53. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  54. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  55. package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
  56. package/node_modules/@aws-sdk/nested-clients/package.json +10 -10
  57. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  58. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  59. package/node_modules/@smithy/abort-controller/dist-cjs/index.js +3 -3
  60. package/node_modules/@smithy/abort-controller/package.json +3 -2
  61. package/node_modules/@smithy/config-resolver/dist-cjs/index.js +15 -15
  62. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +1 -1
  63. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +1 -1
  64. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +2 -2
  65. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +1 -1
  66. package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/utils/getEndpointFromRegion.d.ts +1 -1
  67. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/config.d.ts +1 -1
  68. package/node_modules/@smithy/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +1 -1
  69. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +1 -1
  70. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +1 -1
  71. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/RegionHash.d.ts +1 -1
  72. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +1 -1
  73. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +3 -3
  74. package/node_modules/@smithy/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +1 -1
  75. package/node_modules/@smithy/config-resolver/package.json +6 -5
  76. package/node_modules/@smithy/core/dist-cjs/index.js +10 -11
  77. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +3 -3
  78. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +3 -3
  79. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +8 -3
  80. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +3 -3
  81. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +3 -3
  82. package/node_modules/@smithy/core/dist-es/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +0 -1
  83. package/node_modules/@smithy/core/dist-es/middleware-http-signing/httpSigningMiddleware.js +0 -1
  84. package/node_modules/@smithy/core/dist-es/submodules/cbor/parseCborBody.js +1 -1
  85. package/node_modules/@smithy/core/dist-types/getSmithyContext.d.ts +1 -1
  86. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +2 -2
  87. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/getHttpAuthSchemePlugin.d.ts +2 -2
  88. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/httpAuthSchemeMiddleware.d.ts +1 -1
  89. package/node_modules/@smithy/core/dist-types/middleware-http-auth-scheme/resolveAuthOptions.d.ts +1 -1
  90. package/node_modules/@smithy/core/dist-types/middleware-http-signing/getHttpSigningMiddleware.d.ts +1 -1
  91. package/node_modules/@smithy/core/dist-types/middleware-http-signing/httpSigningMiddleware.d.ts +1 -1
  92. package/node_modules/@smithy/core/dist-types/normalizeProvider.d.ts +1 -1
  93. package/node_modules/@smithy/core/dist-types/submodules/cbor/SmithyRpcV2CborProtocol.d.ts +1 -1
  94. package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-decode.d.ts +1 -1
  95. package/node_modules/@smithy/core/dist-types/submodules/cbor/parseCborBody.d.ts +1 -1
  96. package/node_modules/@smithy/core/dist-types/submodules/event-streams/EventStreamSerde.d.ts +1 -1
  97. package/node_modules/@smithy/core/dist-types/submodules/protocols/collect-stream-body.d.ts +1 -1
  98. package/node_modules/@smithy/core/dist-types/submodules/protocols/serde/determineTimestampFormat.d.ts +1 -1
  99. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  100. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/getSchemaSerdePlugin.d.ts +1 -1
  101. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaDeserializationMiddleware.d.ts +1 -1
  102. package/node_modules/@smithy/core/dist-types/submodules/schema/middleware/schemaSerializationMiddleware.d.ts +2 -2
  103. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/DefaultIdentityProviderConfig.d.ts +1 -1
  104. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.d.ts +1 -1
  105. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.d.ts +1 -1
  106. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/httpAuthSchemes/noAuth.d.ts +1 -1
  107. package/node_modules/@smithy/core/dist-types/util-identity-and-auth/memoizeIdentityProvider.d.ts +1 -1
  108. package/node_modules/@smithy/core/package.json +10 -10
  109. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +12 -13
  110. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +1 -1
  111. package/node_modules/@smithy/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +1 -1
  112. package/node_modules/@smithy/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +2 -2
  113. package/node_modules/@smithy/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +3 -3
  114. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +1 -1
  115. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +1 -1
  116. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -1
  117. package/node_modules/@smithy/credential-provider-imds/dist-types/types.d.ts +1 -1
  118. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +2 -2
  119. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/getInstanceMetadataEndpoint.d.ts +1 -1
  120. package/node_modules/@smithy/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +2 -2
  121. package/node_modules/@smithy/credential-provider-imds/package.json +6 -5
  122. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +3 -3
  123. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +1 -1
  124. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +3 -2
  125. package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +1 -1
  126. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +2 -1
  127. package/node_modules/@smithy/fetch-http-handler/package.json +9 -8
  128. package/node_modules/@smithy/hash-node/dist-cjs/index.js +3 -3
  129. package/node_modules/@smithy/hash-node/dist-types/index.d.ts +1 -1
  130. package/node_modules/@smithy/hash-node/package.json +5 -4
  131. package/node_modules/@smithy/invalid-dependency/dist-cjs/index.js +3 -3
  132. package/node_modules/@smithy/invalid-dependency/dist-types/invalidProvider.d.ts +1 -1
  133. package/node_modules/@smithy/invalid-dependency/package.json +3 -2
  134. package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +3 -3
  135. package/node_modules/@smithy/is-array-buffer/package.json +5 -4
  136. package/node_modules/@smithy/middleware-content-length/dist-cjs/index.js +5 -5
  137. package/node_modules/@smithy/middleware-content-length/dist-types/index.d.ts +1 -1
  138. package/node_modules/@smithy/middleware-content-length/package.json +6 -5
  139. package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +5 -5
  140. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +3 -3
  141. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/getEndpointUrlConfig.d.ts +1 -1
  142. package/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +1 -1
  143. package/node_modules/@smithy/middleware-endpoint/dist-types/endpointMiddleware.d.ts +3 -3
  144. package/node_modules/@smithy/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +3 -3
  145. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +1 -1
  146. package/node_modules/@smithy/middleware-endpoint/dist-types/resolveEndpointRequiredConfig.d.ts +1 -1
  147. package/node_modules/@smithy/middleware-endpoint/dist-types/service-customizations/s3.d.ts +1 -1
  148. package/node_modules/@smithy/middleware-endpoint/package.json +9 -8
  149. package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +33 -47
  150. package/node_modules/@smithy/middleware-retry/dist-types/AdaptiveRetryStrategy.d.ts +4 -3
  151. package/node_modules/@smithy/middleware-retry/dist-types/StandardRetryStrategy.d.ts +2 -2
  152. package/node_modules/@smithy/middleware-retry/dist-types/configurations.d.ts +2 -2
  153. package/node_modules/@smithy/middleware-retry/dist-types/defaultRetryQuota.d.ts +1 -1
  154. package/node_modules/@smithy/middleware-retry/dist-types/omitRetryHeadersMiddleware.d.ts +1 -1
  155. package/node_modules/@smithy/middleware-retry/dist-types/retryDecider.d.ts +1 -1
  156. package/node_modules/@smithy/middleware-retry/dist-types/retryMiddleware.d.ts +2 -2
  157. package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/AdaptiveRetryStrategy.d.ts +2 -1
  158. package/node_modules/@smithy/middleware-retry/dist-types/types.d.ts +1 -1
  159. package/node_modules/@smithy/middleware-retry/dist-types/util.d.ts +1 -1
  160. package/node_modules/@smithy/middleware-retry/package.json +9 -8
  161. package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +5 -5
  162. package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +1 -1
  163. package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +1 -1
  164. package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +1 -1
  165. package/node_modules/@smithy/middleware-serde/package.json +6 -5
  166. package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +25 -30
  167. package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +1 -1
  168. package/node_modules/@smithy/middleware-stack/dist-types/types.d.ts +1 -1
  169. package/node_modules/@smithy/middleware-stack/package.json +3 -2
  170. package/node_modules/@smithy/node-config-provider/dist-cjs/index.js +3 -3
  171. package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +4 -4
  172. package/node_modules/@smithy/node-config-provider/dist-types/fromEnv.d.ts +1 -1
  173. package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +2 -2
  174. package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +1 -1
  175. package/node_modules/@smithy/node-config-provider/package.json +5 -4
  176. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +5 -5
  177. package/node_modules/@smithy/node-http-handler/dist-types/get-transformed-headers.d.ts +2 -2
  178. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +3 -2
  179. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +4 -4
  180. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-pool.d.ts +2 -2
  181. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +3 -2
  182. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +2 -1
  183. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +4 -4
  184. package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +1 -1
  185. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +1 -1
  186. package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +1 -1
  187. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +1 -1
  188. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +2 -1
  189. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +2 -1
  190. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +2 -1
  191. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/readable.mock.d.ts +2 -1
  192. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/readable.mock.d.ts +2 -1
  193. package/node_modules/@smithy/node-http-handler/dist-types/write-request-body.d.ts +3 -3
  194. package/node_modules/@smithy/node-http-handler/package.json +6 -5
  195. package/node_modules/@smithy/property-provider/dist-cjs/index.js +3 -3
  196. package/node_modules/@smithy/property-provider/dist-types/CredentialsProviderError.d.ts +2 -1
  197. package/node_modules/@smithy/property-provider/dist-types/ProviderError.d.ts +1 -1
  198. package/node_modules/@smithy/property-provider/dist-types/TokenProviderError.d.ts +2 -1
  199. package/node_modules/@smithy/property-provider/dist-types/chain.d.ts +1 -1
  200. package/node_modules/@smithy/property-provider/dist-types/fromStatic.d.ts +1 -1
  201. package/node_modules/@smithy/property-provider/dist-types/memoize.d.ts +1 -1
  202. package/node_modules/@smithy/property-provider/dist-types/ts3.4/CredentialsProviderError.d.ts +2 -1
  203. package/node_modules/@smithy/property-provider/dist-types/ts3.4/TokenProviderError.d.ts +2 -1
  204. package/node_modules/@smithy/property-provider/package.json +3 -2
  205. package/node_modules/@smithy/protocol-http/dist-cjs/index.js +4 -5
  206. package/node_modules/@smithy/protocol-http/dist-types/Field.d.ts +2 -1
  207. package/node_modules/@smithy/protocol-http/dist-types/Fields.d.ts +2 -2
  208. package/node_modules/@smithy/protocol-http/dist-types/extensions/httpExtensionConfiguration.d.ts +1 -1
  209. package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +2 -1
  210. package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +1 -1
  211. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/Field.d.ts +2 -1
  212. package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +2 -1
  213. package/node_modules/@smithy/protocol-http/dist-types/types.d.ts +1 -1
  214. package/node_modules/@smithy/protocol-http/package.json +3 -2
  215. package/node_modules/@smithy/querystring-builder/dist-cjs/index.js +3 -3
  216. package/node_modules/@smithy/querystring-builder/dist-types/index.d.ts +1 -1
  217. package/node_modules/@smithy/querystring-builder/package.json +4 -3
  218. package/node_modules/@smithy/querystring-parser/dist-cjs/index.js +3 -3
  219. package/node_modules/@smithy/querystring-parser/dist-types/index.d.ts +1 -1
  220. package/node_modules/@smithy/querystring-parser/package.json +3 -2
  221. package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +3 -3
  222. package/node_modules/@smithy/service-error-classification/dist-types/index.d.ts +1 -1
  223. package/node_modules/@smithy/service-error-classification/package.json +3 -2
  224. package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/index.js +6 -6
  225. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getConfigData.d.ts +1 -1
  226. package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSsoSessionData.d.ts +1 -1
  227. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +1 -1
  228. package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +1 -1
  229. package/node_modules/@smithy/shared-ini-file-loader/dist-types/mergeConfigFiles.d.ts +1 -1
  230. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseIni.d.ts +1 -1
  231. package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +2 -2
  232. package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +1 -1
  233. package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -2
  234. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +6 -9
  235. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +3 -2
  236. package/node_modules/@smithy/signature-v4/dist-types/SignatureV4Base.d.ts +1 -1
  237. package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +1 -1
  238. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
  239. package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
  240. package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
  241. package/node_modules/@smithy/signature-v4/dist-types/headerUtil.d.ts +1 -1
  242. package/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +1 -1
  243. package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +2 -1
  244. package/node_modules/@smithy/signature-v4/package.json +9 -8
  245. package/node_modules/@smithy/smithy-client/dist-cjs/index.js +12 -15
  246. package/node_modules/@smithy/smithy-client/dist-types/NoOpLogger.d.ts +1 -1
  247. package/node_modules/@smithy/smithy-client/dist-types/client.d.ts +1 -1
  248. package/node_modules/@smithy/smithy-client/dist-types/create-aggregated-client.d.ts +1 -1
  249. package/node_modules/@smithy/smithy-client/dist-types/exceptions.d.ts +1 -1
  250. package/node_modules/@smithy/smithy-client/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
  251. package/node_modules/@smithy/smithy-client/dist-types/extensions/retry.d.ts +1 -1
  252. package/node_modules/@smithy/smithy-client/package.json +8 -7
  253. package/node_modules/@smithy/types/dist-cjs/index.js +7 -7
  254. package/node_modules/@smithy/types/dist-types/auth/HttpAuthScheme.d.ts +4 -4
  255. package/node_modules/@smithy/types/dist-types/auth/HttpAuthSchemeProvider.d.ts +2 -2
  256. package/node_modules/@smithy/types/dist-types/auth/HttpSigner.d.ts +2 -2
  257. package/node_modules/@smithy/types/dist-types/auth/IdentityProviderConfig.d.ts +2 -2
  258. package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +1 -1
  259. package/node_modules/@smithy/types/dist-types/checksum.d.ts +1 -1
  260. package/node_modules/@smithy/types/dist-types/client.d.ts +4 -4
  261. package/node_modules/@smithy/types/dist-types/command.d.ts +2 -2
  262. package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +2 -2
  263. package/node_modules/@smithy/types/dist-types/encode.d.ts +1 -1
  264. package/node_modules/@smithy/types/dist-types/endpoint.d.ts +1 -1
  265. package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +2 -2
  266. package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +1 -1
  267. package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +1 -1
  268. package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +3 -3
  269. package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +1 -1
  270. package/node_modules/@smithy/types/dist-types/eventStream.d.ts +3 -3
  271. package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +2 -2
  272. package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +1 -1
  273. package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
  274. package/node_modules/@smithy/types/dist-types/extensions/retry.d.ts +2 -2
  275. package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +2 -2
  276. package/node_modules/@smithy/types/dist-types/http.d.ts +2 -2
  277. package/node_modules/@smithy/types/dist-types/identity/apiKeyIdentity.d.ts +1 -1
  278. package/node_modules/@smithy/types/dist-types/identity/awsCredentialIdentity.d.ts +1 -1
  279. package/node_modules/@smithy/types/dist-types/identity/tokenIdentity.d.ts +1 -1
  280. package/node_modules/@smithy/types/dist-types/retry.d.ts +1 -1
  281. package/node_modules/@smithy/types/dist-types/schema/schema.d.ts +2 -0
  282. package/node_modules/@smithy/types/dist-types/serde.d.ts +4 -4
  283. package/node_modules/@smithy/types/dist-types/shapes.d.ts +2 -2
  284. package/node_modules/@smithy/types/dist-types/signature.d.ts +2 -2
  285. package/node_modules/@smithy/types/dist-types/stream.d.ts +3 -3
  286. package/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +2 -0
  287. package/node_modules/@smithy/types/dist-types/uri.d.ts +1 -1
  288. package/node_modules/@smithy/types/dist-types/util.d.ts +3 -3
  289. package/node_modules/@smithy/types/dist-types/waiter.d.ts +1 -1
  290. package/node_modules/@smithy/types/package.json +2 -1
  291. package/node_modules/@smithy/url-parser/dist-cjs/index.js +3 -3
  292. package/node_modules/@smithy/url-parser/dist-types/index.d.ts +1 -1
  293. package/node_modules/@smithy/url-parser/package.json +4 -3
  294. package/node_modules/@smithy/util-base64/dist-cjs/index.js +4 -4
  295. package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +1 -2
  296. package/node_modules/@smithy/util-base64/package.json +7 -6
  297. package/node_modules/@smithy/util-body-length-browser/dist-cjs/index.js +6 -9
  298. package/node_modules/@smithy/util-body-length-browser/package.json +5 -4
  299. package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +3 -3
  300. package/node_modules/@smithy/util-body-length-node/package.json +5 -4
  301. package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +3 -3
  302. package/node_modules/@smithy/util-buffer-from/package.json +6 -5
  303. package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +7 -11
  304. package/node_modules/@smithy/util-config-provider/dist-types/booleanSelector.d.ts +1 -1
  305. package/node_modules/@smithy/util-config-provider/dist-types/numberSelector.d.ts +1 -1
  306. package/node_modules/@smithy/util-config-provider/package.json +5 -4
  307. package/node_modules/@smithy/util-defaults-mode-browser/dist-cjs/index.js +3 -3
  308. package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -4
  309. package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +7 -7
  310. package/node_modules/@smithy/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +1 -1
  311. package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -7
  312. package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +3 -3
  313. package/node_modules/@smithy/util-endpoints/dist-types/debug/toDebugString.d.ts +3 -3
  314. package/node_modules/@smithy/util-endpoints/dist-types/getEndpointUrlConfig.d.ts +1 -1
  315. package/node_modules/@smithy/util-endpoints/dist-types/lib/parseURL.d.ts +1 -1
  316. package/node_modules/@smithy/util-endpoints/dist-types/resolveEndpoint.d.ts +2 -2
  317. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointFunctions.d.ts +1 -1
  318. package/node_modules/@smithy/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -1
  319. package/node_modules/@smithy/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -1
  320. package/node_modules/@smithy/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -1
  321. package/node_modules/@smithy/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -1
  322. package/node_modules/@smithy/util-endpoints/dist-types/types/shared.d.ts +1 -1
  323. package/node_modules/@smithy/util-endpoints/dist-types/utils/callFunction.d.ts +1 -1
  324. package/node_modules/@smithy/util-endpoints/dist-types/utils/customEndpointFunctions.d.ts +1 -1
  325. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateCondition.d.ts +1 -1
  326. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateConditions.d.ts +1 -1
  327. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateEndpointRule.d.ts +2 -2
  328. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateErrorRule.d.ts +1 -1
  329. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateExpression.d.ts +1 -1
  330. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateRules.d.ts +2 -2
  331. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTemplate.d.ts +1 -1
  332. package/node_modules/@smithy/util-endpoints/dist-types/utils/evaluateTreeRule.d.ts +2 -2
  333. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointHeaders.d.ts +1 -1
  334. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperties.d.ts +1 -1
  335. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointProperty.d.ts +2 -2
  336. package/node_modules/@smithy/util-endpoints/dist-types/utils/getEndpointUrl.d.ts +1 -1
  337. package/node_modules/@smithy/util-endpoints/dist-types/utils/getReferenceValue.d.ts +1 -1
  338. package/node_modules/@smithy/util-endpoints/package.json +6 -5
  339. package/node_modules/@smithy/util-hex-encoding/dist-cjs/index.js +3 -3
  340. package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
  341. package/node_modules/@smithy/util-middleware/dist-cjs/index.js +4 -5
  342. package/node_modules/@smithy/util-middleware/dist-types/getSmithyContext.d.ts +1 -1
  343. package/node_modules/@smithy/util-middleware/dist-types/normalizeProvider.d.ts +1 -1
  344. package/node_modules/@smithy/util-middleware/package.json +3 -2
  345. package/node_modules/@smithy/util-retry/dist-cjs/index.js +3 -3
  346. package/node_modules/@smithy/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +2 -2
  347. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +1 -1
  348. package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +1 -1
  349. package/node_modules/@smithy/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +1 -1
  350. package/node_modules/@smithy/util-retry/dist-types/defaultRetryToken.d.ts +1 -1
  351. package/node_modules/@smithy/util-retry/package.json +4 -3
  352. package/node_modules/@smithy/util-stream/dist-cjs/index.js +11 -11
  353. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.browser.d.ts +1 -1
  354. package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +3 -2
  355. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.browser.d.ts +1 -1
  356. package/node_modules/@smithy/util-stream/dist-types/checksum/createChecksumStream.d.ts +3 -3
  357. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.browser.d.ts +1 -1
  358. package/node_modules/@smithy/util-stream/dist-types/getAwsChunkedEncodingStream.d.ts +1 -1
  359. package/node_modules/@smithy/util-stream/dist-types/headStream.d.ts +1 -1
  360. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.browser.d.ts +1 -1
  361. package/node_modules/@smithy/util-stream/dist-types/sdk-stream-mixin.d.ts +1 -1
  362. package/node_modules/@smithy/util-stream/dist-types/ts3.4/checksum/ChecksumStream.d.ts +2 -1
  363. package/node_modules/@smithy/util-stream/package.json +13 -12
  364. package/node_modules/@smithy/util-uri-escape/dist-cjs/index.js +3 -3
  365. package/node_modules/@smithy/util-uri-escape/package.json +5 -4
  366. package/node_modules/@smithy/util-utf8/dist-cjs/index.js +3 -3
  367. package/node_modules/@smithy/util-utf8/package.json +6 -5
  368. package/node_modules/@smithy/util-waiter/dist-cjs/index.js +4 -5
  369. package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +1 -1
  370. package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +1 -1
  371. package/node_modules/@smithy/util-waiter/dist-types/utils/validate.d.ts +1 -1
  372. package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +1 -1
  373. package/node_modules/@smithy/util-waiter/package.json +4 -3
  374. package/package.json +4 -4
package/.jsii CHANGED
@@ -7,7 +7,7 @@
7
7
  "url": "https://aws.amazon.com"
8
8
  },
9
9
  "bundled": {
10
- "@aws-sdk/client-cloudformation": "^3.879.0"
10
+ "@aws-sdk/client-cloudformation": "^3.882.0"
11
11
  },
12
12
  "dependencies": {
13
13
  "aws-cdk-lib": "^2.195.0",
@@ -4082,6 +4082,6 @@
4082
4082
  "symbolId": "src/resolve:AwsCdkResolver"
4083
4083
  }
4084
4084
  },
4085
- "version": "0.0.353",
4086
- "fingerprint": "OYd9uXLBA01xBpn0b4amMxweI3N/rwYztYc+JcXSknU="
4085
+ "version": "0.0.354",
4086
+ "fingerprint": "utx6Ru4GprZQUlzPjzECvX2vmFweTR3gC8jhFIbmCHc="
4087
4087
  }
package/lib/resolve.js CHANGED
@@ -61,5 +61,5 @@ class AwsCdkResolver {
61
61
  }
62
62
  exports.AwsCdkResolver = AwsCdkResolver;
63
63
  _a = JSII_RTTI_SYMBOL_1;
64
- AwsCdkResolver[_a] = { fqn: "@cdk8s/awscdk-resolver.AwsCdkResolver", version: "0.0.353" };
64
+ AwsCdkResolver[_a] = { fqn: "@cdk8s/awscdk-resolver.AwsCdkResolver", version: "0.0.354" };
65
65
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsaURBQTZDO0FBQzdDLDZCQUE2QjtBQUM3Qiw2Q0FBK0U7QUFJL0UsTUFBYSxjQUFjO0lBRWxCLE9BQU8sQ0FBQyxPQUEwQjtRQUV2QyxJQUFJLENBQUMsbUJBQUssQ0FBQyxZQUFZLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUM7WUFDdkMsT0FBTztRQUNULENBQUM7UUFFRCxJQUFJLE9BQU8sT0FBTyxDQUFDLEtBQUssS0FBSyxRQUFRLEVBQUUsQ0FBQztZQUN0QywrREFBK0Q7WUFDL0QsbUJBQW1CO1lBQ25CLE1BQU0sSUFBSSxLQUFLLENBQUMsdUJBQXVCLE9BQU0sQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLHNCQUFzQixDQUFDLENBQUM7UUFDdEYsQ0FBQztRQUVELE1BQU0sTUFBTSxHQUFHLElBQUksQ0FBQyxVQUFVLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQzlDLElBQUksQ0FBQztZQUNILE1BQU0sV0FBVyxHQUFHLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxNQUFNLENBQUMsQ0FBQztZQUNsRCxPQUFPLENBQUMsWUFBWSxDQUFDLFdBQVcsQ0FBQyxDQUFDO1FBQ3BDLENBQUM7UUFBQyxPQUFPLEdBQUcsRUFBRSxDQUFDO1lBQ2IsMkVBQTJFO1lBQzNFLGtFQUFrRTtZQUNsRSwyRUFBMkU7WUFDM0UsK0VBQStFO1lBQy9FLCtDQUErQztZQUMvQyxPQUFPLENBQUMsWUFBWSxDQUFDLG9DQUFvQyxNQUFNLENBQUMsSUFBSSxDQUFDLElBQUksS0FBSyxHQUFHLEVBQUUsQ0FBQyxDQUFDO1FBQ3ZGLENBQUM7SUFFSCxDQUFDO0lBRU8sVUFBVSxDQUFDLEtBQWE7UUFFOUIsTUFBTSxlQUFlLEdBQVksRUFBRSxDQUFDO1FBRXBDLEtBQUssTUFBTSxLQUFLLElBQUksMEJBQVksQ0FBQyxhQUFhLENBQUMsS0FBSyxDQUFDLENBQUMsTUFBTSxFQUFFLENBQUM7WUFDN0QsSUFBSSx1QkFBUyxDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDO2dCQUNqQyxNQUFNLEtBQUssR0FBRyxtQkFBSyxDQUFDLEVBQUUsQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLENBQUM7Z0JBQ3JDLGVBQWUsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7Z0JBQzVCLE1BQU0sTUFBTSxHQUFHLEtBQUssQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxZQUFZLHVCQUFTLElBQUksQ0FBQyxDQUFDLEtBQUssS0FBSyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQWMsQ0FBQztnQkFDN0csa0ZBQWtGO2dCQUNsRix3REFBd0Q7Z0JBQ3hELElBQUksTUFBTTtvQkFBRSxPQUFPLE1BQU0sQ0FBQztZQUM1QixDQUFDO1FBQ0gsQ0FBQztRQUVELDZCQUE2QjtRQUM3Qiw2QkFBNkI7UUFDN0Isb0NBQW9DO1FBQ3BDLG9GQUFvRjtRQUNwRiwrREFBK0Q7UUFDL0QsTUFBTSxJQUFJLEtBQUssQ0FBQyxxQ0FBcUMsS0FBSyx1QkFBdUIsZUFBZSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBRXZJLENBQUM7SUFFTyxnQkFBZ0IsQ0FBQyxNQUFpQjtRQUV4QyxNQUFNLE1BQU0sR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVMsRUFBRSxJQUFJLEVBQUUsS0FBSyxFQUFFLHVCQUF1QixDQUFDLENBQUM7UUFDMUUsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUEsNEJBQVksRUFBQyxPQUFPLENBQUMsUUFBUSxFQUFFO1lBQy9DLE1BQU07WUFDTixtQkFBSyxDQUFDLEVBQUUsQ0FBQyxNQUFNLENBQUMsQ0FBQyxTQUFTO1lBQzFCLE1BQU0sQ0FBQyxJQUFJLENBQUMsRUFBRTtTQUNmLEVBQUUsRUFBRSxRQUFRLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUMsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBRWhFLENBQUM7O0FBOURILHdDQWdFQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGV4ZWNGaWxlU3luYyB9IGZyb20gJ2NoaWxkX3Byb2Nlc3MnO1xuaW1wb3J0ICogYXMgcGF0aCBmcm9tICdwYXRoJztcbmltcG9ydCB7IFRva2VuLCBTdGFjaywgVG9rZW5pemF0aW9uLCBSZWZlcmVuY2UsIENmbk91dHB1dCB9IGZyb20gJ2F3cy1jZGstbGliJztcbmltcG9ydCB7IElSZXNvbHZlciwgUmVzb2x1dGlvbkNvbnRleHQgfSBmcm9tICdjZGs4cyc7XG5cblxuZXhwb3J0IGNsYXNzIEF3c0Nka1Jlc29sdmVyIGltcGxlbWVudHMgSVJlc29sdmVyIHtcblxuICBwdWJsaWMgcmVzb2x2ZShjb250ZXh0OiBSZXNvbHV0aW9uQ29udGV4dCkge1xuXG4gICAgaWYgKCFUb2tlbi5pc1VucmVzb2x2ZWQoY29udGV4dC52YWx1ZSkpIHtcbiAgICAgIHJldHVybjtcbiAgICB9XG5cbiAgICBpZiAodHlwZW9mIGNvbnRleHQudmFsdWUgIT09ICdzdHJpbmcnKSB7XG4gICAgICAvLyBzaG91bGQgYmUgb2sgYmVjYXVzZSB3ZSBvbmx5IHJlc29sdmUgQ2ZuT3V0cHV0IHZhbHVlcywgd2hpY2hcbiAgICAgIC8vIG11c3QgYmUgc3RyaW5ncy5cbiAgICAgIHRocm93IG5ldyBFcnJvcihgSW52YWxpZCB2YWx1ZSB0eXBlOiAke3R5cGVvZihjb250ZXh0LnZhbHVlKX0gKEV4cGVjdGVkICdzdHJpbmcnKWApO1xuICAgIH1cblxuICAgIGNvbnN0IG91dHB1dCA9IHRoaXMuZmluZE91dHB1dChjb250ZXh0LnZhbHVlKTtcbiAgICB0cnkge1xuICAgICAgY29uc3Qgb3V0cHV0VmFsdWUgPSB0aGlzLmZldGNoT3V0cHV0VmFsdWUob3V0cHV0KTtcbiAgICAgIGNvbnRleHQucmVwbGFjZVZhbHVlKG91dHB1dFZhbHVlKTtcbiAgICB9IGNhdGNoIChlcnIpIHtcbiAgICAgIC8vIGlmIGJvdGggY2RrOHMgYW5kIEFXUyBDREsgYXBwbGljYXRpb25zIGFyZSBkZWZpbmVkIHdpdGhpbiB0aGUgc2FtZSBmaWxlLFxuICAgICAgLy8gYSBjZGs4cyBzeW50aCBpcyBnb2luZyB0byBoYXBwZW4gYmVmb3JlIHRoZSBBV1MgQ0RLIGRlcGxveW1lbnQuXG4gICAgICAvLyBpbiB0aGlzIGNhc2Ugd2UgbXVzdCBzd2FsbG93IHRoZSBlcnJvciwgb3RoZXJ3aXNlIHRoZSBBV1MgQ0RLIGRlcGxveW1lbnRcbiAgICAgIC8vIHdvbid0IGJlIGFibGUgdG8gZ28gdGhyb3VnaC4gd2UgcmVwbGFjZSB0aGUgdmFsdWUgd2l0aCBzb21ldGhpbmcgdG8gaW5kaWNhdGVcbiAgICAgIC8vIHRoYXQgYSBmZXRjaGluZyBhdHRlbXB0IHdhcyBtYWRlIGFuZCBmYWlsZWQuXG4gICAgICBjb250ZXh0LnJlcGxhY2VWYWx1ZShgRmFpbGVkIGZldGNoaW5nIHZhbHVlIGZvciBvdXRwdXQgJHtvdXRwdXQubm9kZS5wYXRofTogJHtlcnJ9YCk7XG4gICAgfVxuXG4gIH1cblxuICBwcml2YXRlIGZpbmRPdXRwdXQodmFsdWU6IHN0cmluZykge1xuXG4gICAgY29uc3QgaW5zcGVjdGVkU3RhY2tzOiBTdGFja1tdID0gW107XG5cbiAgICBmb3IgKGNvbnN0IHRva2VuIG9mIFRva2VuaXphdGlvbi5yZXZlcnNlU3RyaW5nKHZhbHVlKS50b2tlbnMpIHtcbiAgICAgIGlmIChSZWZlcmVuY2UuaXNSZWZlcmVuY2UodG9rZW4pKSB7XG4gICAgICAgIGNvbnN0IHN0YWNrID0gU3RhY2sub2YodG9rZW4udGFyZ2V0KTtcbiAgICAgICAgaW5zcGVjdGVkU3RhY2tzLnB1c2goc3RhY2spO1xuICAgICAgICBjb25zdCBvdXRwdXQgPSBzdGFjay5ub2RlLmZpbmRBbGwoKS5maWx0ZXIoYyA9PiBjIGluc3RhbmNlb2YgQ2ZuT3V0cHV0ICYmIGMudmFsdWUgPT09IHZhbHVlKVswXSBhcyBDZm5PdXRwdXQ7XG4gICAgICAgIC8vIHdlIGRvbid0IHJlYWxseSBjYXJlIGlmIHRoZXJlIGFyZSBtb3JlIG91dHB1dHMgKHBvc3NpYmx5IGZyb20gZGlmZmVyZW50IHN0YWNrcylcbiAgICAgICAgLy8gdGhhdCBwb2ludCB0byB0aGUgc2FtZSB2YWx1ZS4gdGhlIGZpcnN0IHdpbGwgc3VmZmljZS5cbiAgICAgICAgaWYgKG91dHB1dCkgcmV0dXJuIG91dHB1dDtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAvLyBUaGlzIGNhbiBoYXBwZW4gaWYgZWl0aGVyOlxuICAgIC8vIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tXG4gICAgLy8gIDEuIFVzZXIgZGlkbid0IGRlZmluZSBhbiBvdXRwdXQuXG4gICAgLy8gIDIuIE91dHB1dCB3YXMgZGVmaW5lZCBpbiBhIGRpZmZlcmVudCBzdGFjayB0aGFuIHRoZSB0b2tlbnMgY29tcHJpc2luZyBpdHMgdmFsdWUuXG4gICAgLy8gIDMuIE5vbmUgb2YgdGhlIHRva2VucyBjb21wcmlzaW5nIHRoZSB2YWx1ZSBhcmUgYSBSZWZlcmVuY2UuXG4gICAgdGhyb3cgbmV3IEVycm9yKGBVbmFibGUgdG8gZmluZCBvdXRwdXQgZGVmaW5lZCBmb3IgJHt2YWx1ZX0gKEluc3BlY3RlZCBzdGFja3M6ICR7aW5zcGVjdGVkU3RhY2tzLm1hcChzID0+IHMuc3RhY2tOYW1lKS5qb2luKCcsJyl9KWApO1xuXG4gIH1cblxuICBwcml2YXRlIGZldGNoT3V0cHV0VmFsdWUob3V0cHV0OiBDZm5PdXRwdXQpIHtcblxuICAgIGNvbnN0IHNjcmlwdCA9IHBhdGguam9pbihfX2Rpcm5hbWUsICcuLicsICdsaWInLCAnZmV0Y2gtb3V0cHV0LXZhbHVlLmpzJyk7XG4gICAgcmV0dXJuIEpTT04ucGFyc2UoZXhlY0ZpbGVTeW5jKHByb2Nlc3MuZXhlY1BhdGgsIFtcbiAgICAgIHNjcmlwdCxcbiAgICAgIFN0YWNrLm9mKG91dHB1dCkuc3RhY2tOYW1lLFxuICAgICAgb3V0cHV0Lm5vZGUuaWQsXG4gICAgXSwgeyBlbmNvZGluZzogJ3V0Zi04Jywgc3RkaW86IFsncGlwZSddIH0pLnRvU3RyaW5nKCkudHJpbSgpKTtcblxuICB9XG5cbn1cbiJdfQ==
@@ -5021,6 +5021,12 @@ var se_ListHookResultsInput = /* @__PURE__ */ __name((input, context) => {
5021
5021
  if (input[_TI] != null) {
5022
5022
  entries[_TI] = input[_TI];
5023
5023
  }
5024
+ if (input[_TA] != null) {
5025
+ entries[_TA] = input[_TA];
5026
+ }
5027
+ if (input[_S] != null) {
5028
+ entries[_S] = input[_S];
5029
+ }
5024
5030
  if (input[_NT] != null) {
5025
5031
  entries[_NT] = input[_NT];
5026
5032
  }
@@ -7456,6 +7462,9 @@ var de_HookResultSummaries = /* @__PURE__ */ __name((output, context) => {
7456
7462
  }, "de_HookResultSummaries");
7457
7463
  var de_HookResultSummary = /* @__PURE__ */ __name((output, context) => {
7458
7464
  const contents = {};
7465
+ if (output[_HRI] != null) {
7466
+ contents[_HRI] = (0, import_smithy_client.expectString)(output[_HRI]);
7467
+ }
7459
7468
  if (output[_IP] != null) {
7460
7469
  contents[_IP] = (0, import_smithy_client.expectString)(output[_IP]);
7461
7470
  }
@@ -7477,6 +7486,21 @@ var de_HookResultSummary = /* @__PURE__ */ __name((output, context) => {
7477
7486
  if (output[_HSR] != null) {
7478
7487
  contents[_HSR] = (0, import_smithy_client.expectString)(output[_HSR]);
7479
7488
  }
7489
+ if (output[_IAn] != null) {
7490
+ contents[_IAn] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_IAn]));
7491
+ }
7492
+ if (output[_TTa] != null) {
7493
+ contents[_TTa] = (0, import_smithy_client.expectString)(output[_TTa]);
7494
+ }
7495
+ if (output[_TI] != null) {
7496
+ contents[_TI] = (0, import_smithy_client.expectString)(output[_TI]);
7497
+ }
7498
+ if (output[_TA] != null) {
7499
+ contents[_TA] = (0, import_smithy_client.expectString)(output[_TA]);
7500
+ }
7501
+ if (output[_HET] != null) {
7502
+ contents[_HET] = (0, import_smithy_client.expectString)(output[_HET]);
7503
+ }
7480
7504
  return contents;
7481
7505
  }, "de_HookResultSummary");
7482
7506
  var de_Imports = /* @__PURE__ */ __name((output, context) => {
@@ -8525,6 +8549,9 @@ var de_StackEvent = /* @__PURE__ */ __name((output, context) => {
8525
8549
  if (output[_HIP] != null) {
8526
8550
  contents[_HIP] = (0, import_smithy_client.expectString)(output[_HIP]);
8527
8551
  }
8552
+ if (output[_HII] != null) {
8553
+ contents[_HII] = (0, import_smithy_client.expectString)(output[_HII]);
8554
+ }
8528
8555
  if (output[_HFM] != null) {
8529
8556
  contents[_HFM] = (0, import_smithy_client.expectString)(output[_HFM]);
8530
8557
  }
@@ -9873,15 +9900,19 @@ var _GTI = "GeneratedTemplateId";
9873
9900
  var _GTN = "GeneratedTemplateName";
9874
9901
  var _GTS = "GetTemplateSummary";
9875
9902
  var _H = "Hooks";
9903
+ var _HET = "HookExecutionTarget";
9876
9904
  var _HFM = "HookFailureMode";
9877
9905
  var _HIC = "HookInvocationCount";
9906
+ var _HII = "HookInvocationId";
9878
9907
  var _HIP = "HookInvocationPoint";
9879
9908
  var _HR = "HookResults";
9909
+ var _HRI = "HookResultId";
9880
9910
  var _HS = "HookStatus";
9881
9911
  var _HSR = "HookStatusReason";
9882
9912
  var _HT = "HookType";
9883
9913
  var _I = "Id";
9884
9914
  var _IA = "IsActivated";
9915
+ var _IAn = "InvokedAt";
9885
9916
  var _IDC = "IsDefaultConfiguration";
9886
9917
  var _IDV = "IsDefaultVersion";
9887
9918
  var _IER = "ImportExistingResources";
@@ -3541,6 +3541,12 @@ const se_ListHookResultsInput = (input, context) => {
3541
3541
  if (input[_TI] != null) {
3542
3542
  entries[_TI] = input[_TI];
3543
3543
  }
3544
+ if (input[_TA] != null) {
3545
+ entries[_TA] = input[_TA];
3546
+ }
3547
+ if (input[_S] != null) {
3548
+ entries[_S] = input[_S];
3549
+ }
3544
3550
  if (input[_NT] != null) {
3545
3551
  entries[_NT] = input[_NT];
3546
3552
  }
@@ -6025,6 +6031,9 @@ const de_HookResultSummaries = (output, context) => {
6025
6031
  };
6026
6032
  const de_HookResultSummary = (output, context) => {
6027
6033
  const contents = {};
6034
+ if (output[_HRI] != null) {
6035
+ contents[_HRI] = __expectString(output[_HRI]);
6036
+ }
6028
6037
  if (output[_IP] != null) {
6029
6038
  contents[_IP] = __expectString(output[_IP]);
6030
6039
  }
@@ -6046,6 +6055,21 @@ const de_HookResultSummary = (output, context) => {
6046
6055
  if (output[_HSR] != null) {
6047
6056
  contents[_HSR] = __expectString(output[_HSR]);
6048
6057
  }
6058
+ if (output[_IAn] != null) {
6059
+ contents[_IAn] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_IAn]));
6060
+ }
6061
+ if (output[_TTa] != null) {
6062
+ contents[_TTa] = __expectString(output[_TTa]);
6063
+ }
6064
+ if (output[_TI] != null) {
6065
+ contents[_TI] = __expectString(output[_TI]);
6066
+ }
6067
+ if (output[_TA] != null) {
6068
+ contents[_TA] = __expectString(output[_TA]);
6069
+ }
6070
+ if (output[_HET] != null) {
6071
+ contents[_HET] = __expectString(output[_HET]);
6072
+ }
6049
6073
  return contents;
6050
6074
  };
6051
6075
  const de_Imports = (output, context) => {
@@ -7179,6 +7203,9 @@ const de_StackEvent = (output, context) => {
7179
7203
  if (output[_HIP] != null) {
7180
7204
  contents[_HIP] = __expectString(output[_HIP]);
7181
7205
  }
7206
+ if (output[_HII] != null) {
7207
+ contents[_HII] = __expectString(output[_HII]);
7208
+ }
7182
7209
  if (output[_HFM] != null) {
7183
7210
  contents[_HFM] = __expectString(output[_HFM]);
7184
7211
  }
@@ -8605,15 +8632,19 @@ const _GTI = "GeneratedTemplateId";
8605
8632
  const _GTN = "GeneratedTemplateName";
8606
8633
  const _GTS = "GetTemplateSummary";
8607
8634
  const _H = "Hooks";
8635
+ const _HET = "HookExecutionTarget";
8608
8636
  const _HFM = "HookFailureMode";
8609
8637
  const _HIC = "HookInvocationCount";
8638
+ const _HII = "HookInvocationId";
8610
8639
  const _HIP = "HookInvocationPoint";
8611
8640
  const _HR = "HookResults";
8641
+ const _HRI = "HookResultId";
8612
8642
  const _HS = "HookStatus";
8613
8643
  const _HSR = "HookStatusReason";
8614
8644
  const _HT = "HookType";
8615
8645
  const _I = "Id";
8616
8646
  const _IA = "IsActivated";
8647
+ const _IAn = "InvokedAt";
8617
8648
  const _IDC = "IsDefaultConfiguration";
8618
8649
  const _IDV = "IsDefaultVersion";
8619
8650
  const _IER = "ImportExistingResources";
@@ -421,6 +421,7 @@ export interface CloudFormation {
421
421
  /**
422
422
  * @see {@link ListHookResultsCommand}
423
423
  */
424
+ listHookResults(): Promise<ListHookResultsCommandOutput>;
424
425
  listHookResults(args: ListHookResultsCommandInput, options?: __HttpHandlerOptions): Promise<ListHookResultsCommandOutput>;
425
426
  listHookResults(args: ListHookResultsCommandInput, cb: (err: any, data?: ListHookResultsCommandOutput) => void): void;
426
427
  listHookResults(args: ListHookResultsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListHookResultsCommandOutput) => void): void;
@@ -27,10 +27,18 @@ declare const ActivateTypeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Activates a public third-party extension, making it available for use in stack templates.
31
- * Once you have activated a public third-party extension in your account and Region, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a> to specify configuration properties for the extension. For
32
- * more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public.html">Using public
33
- * extensions</a> in the <i>CloudFormation User Guide</i>.</p>
30
+ * <p>Activates a public third-party extension, such as a resource or module, to make it
31
+ * available for use in stack templates in your current account and Region. It can also create
32
+ * CloudFormation Hooks, which allow you to evaluate resource configurations before CloudFormation
33
+ * provisions them. Hooks integrate with both CloudFormation and Cloud Control API operations.</p>
34
+ * <p>After you activate an extension, you can use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a> to set specific properties for the extension.</p>
35
+ * <p>To see which extensions have been activated, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListTypes.html">ListTypes</a>. To see
36
+ * configuration details for an extension, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>.</p>
37
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-public-activate-extension.html">Activate a
38
+ * third-party public extension in your account</a> in the
39
+ * <i>CloudFormation User Guide</i>. For information about creating Hooks, see the
40
+ * <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/what-is-cloudformation-hooks.html">CloudFormation
41
+ * Hooks User Guide</a>.</p>
34
42
  * @example
35
43
  * Use a bare-bones client and the command you need to make an API call.
36
44
  * ```javascript
@@ -28,7 +28,7 @@ declare const BatchDescribeTypeConfigurationsCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Returns configuration data for the specified CloudFormation extensions, from the CloudFormation
31
- * registry for the account and Region.</p>
31
+ * registry in your current account and Region.</p>
32
32
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-set-configuration.html">Edit configuration
33
33
  * data for extensions in your account</a> in the
34
34
  * <i>CloudFormation User Guide</i>.</p>
@@ -27,16 +27,18 @@ declare const ContinueUpdateRollbackCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>For a specified stack that's in the <code>UPDATE_ROLLBACK_FAILED</code> state, continues
31
- * rolling it back to the <code>UPDATE_ROLLBACK_COMPLETE</code> state. Depending on the cause of
32
- * the failure, you can manually <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-update-rollback-failed">fix the error</a> and continue the rollback. By continuing the rollback, you can return
33
- * your stack to a working state (the <code>UPDATE_ROLLBACK_COMPLETE</code> state), and then try
30
+ * <p>Continues rolling back a stack from <code>UPDATE_ROLLBACK_FAILED</code> to
31
+ * <code>UPDATE_ROLLBACK_COMPLETE</code> state. Depending on the cause of the failure, you can
32
+ * manually fix the error and continue the rollback. By continuing the rollback, you can return
33
+ * your stack to a working state (the <code>UPDATE_ROLLBACK_COMPLETE</code> state) and then try
34
34
  * to update the stack again.</p>
35
- * <p>A stack goes into the <code>UPDATE_ROLLBACK_FAILED</code> state when CloudFormation can't roll
36
- * back all changes after a failed stack update. For example, you might have a stack that's
37
- * rolling back to an old database instance that was deleted outside of CloudFormation. Because
38
- * CloudFormation doesn't know the database was deleted, it assumes that the database instance still
39
- * exists and attempts to roll back to it, causing the update rollback to fail.</p>
35
+ * <p>A stack enters the <code>UPDATE_ROLLBACK_FAILED</code> state when CloudFormation can't roll
36
+ * back all changes after a failed stack update. For example, this might occur when a stack
37
+ * attempts to roll back to an old database that was deleted outside of CloudFormation. Because
38
+ * CloudFormation doesn't know the instance was deleted, it assumes the instance still exists and
39
+ * attempts to roll back to it, causing the update rollback to fail.</p>
40
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-continueupdaterollback.html">Continue rolling back an update</a> in the <i>CloudFormation User Guide</i>. For
41
+ * information for troubleshooting a failed update rollback, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/troubleshooting.html#troubleshooting-errors-update-rollback-failed">Update rollback failed</a>.</p>
40
42
  * @example
41
43
  * Use a bare-bones client and the command you need to make an API call.
42
44
  * ```javascript
@@ -121,14 +121,14 @@ declare const CreateStackInstancesCommand_base: {
121
121
  * <p>The specified operation ID already exists.</p>
122
122
  *
123
123
  * @throws {@link OperationInProgressException} (client fault)
124
- * <p>Another operation is currently in progress for this stack set. Only one operation can be performed for a stack
124
+ * <p>Another operation is currently in progress for this StackSet. Only one operation can be performed for a stack
125
125
  * set at a given time.</p>
126
126
  *
127
127
  * @throws {@link StackSetNotFoundException} (client fault)
128
- * <p>The specified stack set doesn't exist.</p>
128
+ * <p>The specified StackSet doesn't exist.</p>
129
129
  *
130
130
  * @throws {@link StaleRequestException} (client fault)
131
- * <p>Another operation has been performed on this stack set since the specified operation was performed.</p>
131
+ * <p>Another operation has been performed on this StackSet since the specified operation was performed.</p>
132
132
  *
133
133
  * @throws {@link CloudFormationServiceException}
134
134
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -27,7 +27,7 @@ declare const CreateStackSetCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Creates a stack set.</p>
30
+ * <p>Creates a StackSet.</p>
31
31
  * @example
32
32
  * Use a bare-bones client and the command you need to make an API call.
33
33
  * ```javascript
@@ -27,12 +27,15 @@ declare const DeactivateTypeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deactivates a public extension that was previously activated in this account and
31
- * Region.</p>
30
+ * <p>Deactivates a public third-party extension, such as a resource or module, or a CloudFormation
31
+ * Hook when you no longer use it.</p>
32
+ * <p>Deactivating an extension deletes the configuration details that are associated with it.
33
+ * To temporary disable a CloudFormation Hook instead, you can use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_SetTypeConfiguration.html">SetTypeConfiguration</a>.</p>
32
34
  * <p>Once deactivated, an extension can't be used in any CloudFormation operation. This includes
33
35
  * stack update operations where the stack template includes the extension, even if no updates
34
36
  * are being made to the extension. In addition, deactivated extensions aren't automatically
35
37
  * updated if a new version of the extension is released.</p>
38
+ * <p>To see which extensions are currently activated, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_ListTypes.html">ListTypes</a>.</p>
36
39
  * @example
37
40
  * Use a bare-bones client and the command you need to make an API call.
38
41
  * ```javascript
@@ -106,14 +106,14 @@ declare const DeleteStackInstancesCommand_base: {
106
106
  * <p>The specified operation ID already exists.</p>
107
107
  *
108
108
  * @throws {@link OperationInProgressException} (client fault)
109
- * <p>Another operation is currently in progress for this stack set. Only one operation can be performed for a stack
109
+ * <p>Another operation is currently in progress for this StackSet. Only one operation can be performed for a stack
110
110
  * set at a given time.</p>
111
111
  *
112
112
  * @throws {@link StackSetNotFoundException} (client fault)
113
- * <p>The specified stack set doesn't exist.</p>
113
+ * <p>The specified StackSet doesn't exist.</p>
114
114
  *
115
115
  * @throws {@link StaleRequestException} (client fault)
116
- * <p>Another operation has been performed on this stack set since the specified operation was performed.</p>
116
+ * <p>Another operation has been performed on this StackSet since the specified operation was performed.</p>
117
117
  *
118
118
  * @throws {@link CloudFormationServiceException}
119
119
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -27,8 +27,8 @@ declare const DeleteStackSetCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Deletes a stack set. Before you can delete a stack set, all its member stack instances
31
- * must be deleted. For more information about how to complete this, see <a>DeleteStackInstances</a>.</p>
30
+ * <p>Deletes a StackSet. Before you can delete a StackSet, all its member stack instances must
31
+ * be deleted. For more information about how to complete this, see <a>DeleteStackInstances</a>.</p>
32
32
  * @example
33
33
  * Use a bare-bones client and the command you need to make an API call.
34
34
  * ```javascript
@@ -52,12 +52,12 @@ declare const DeleteStackSetCommand_base: {
52
52
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
53
53
  *
54
54
  * @throws {@link OperationInProgressException} (client fault)
55
- * <p>Another operation is currently in progress for this stack set. Only one operation can be performed for a stack
55
+ * <p>Another operation is currently in progress for this StackSet. Only one operation can be performed for a stack
56
56
  * set at a given time.</p>
57
57
  *
58
58
  * @throws {@link StackSetNotEmptyException} (client fault)
59
- * <p>You can't yet delete this stack set, because it still contains one or more stack instances. Delete all stack
60
- * instances from the stack set before deleting the stack set.</p>
59
+ * <p>You can't yet delete this StackSet, because it still contains one or more stack instances. Delete all stack
60
+ * instances from the StackSet before deleting the StackSet.</p>
61
61
  *
62
62
  * @throws {@link CloudFormationServiceException}
63
63
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -38,6 +38,9 @@ declare const DeregisterTypeCommand_base: {
38
38
  * of that extension. If you do deregister the default version of an extension, the extension
39
39
  * type itself is deregistered as well and marked as deprecated.</p>
40
40
  * <p>To view the deprecation status of an extension or extension version, use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DescribeType.html">DescribeType</a>.</p>
41
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/registry-private-deregister-extension.html">Remove
42
+ * third-party private extensions from your account</a> in the
43
+ * <i>CloudFormation User Guide</i>.</p>
41
44
  * @example
42
45
  * Use a bare-bones client and the command you need to make an API call.
43
46
  * ```javascript
@@ -64,6 +64,7 @@ declare const DescribeStackEventsCommand_base: {
64
64
  * // HookStatus: "HOOK_IN_PROGRESS" || "HOOK_COMPLETE_SUCCEEDED" || "HOOK_COMPLETE_FAILED" || "HOOK_FAILED",
65
65
  * // HookStatusReason: "STRING_VALUE",
66
66
  * // HookInvocationPoint: "PRE_PROVISION",
67
+ * // HookInvocationId: "STRING_VALUE",
67
68
  * // HookFailureMode: "FAIL" || "WARN",
68
69
  * // DetailedStatus: "CONFIGURATION_COMPLETE" || "VALIDATION_FAILED",
69
70
  * // },
@@ -82,7 +82,7 @@ declare const DescribeStackInstanceCommand_base: {
82
82
  * <p>The specified stack instance doesn't exist.</p>
83
83
  *
84
84
  * @throws {@link StackSetNotFoundException} (client fault)
85
- * <p>The specified stack set doesn't exist.</p>
85
+ * <p>The specified StackSet doesn't exist.</p>
86
86
  *
87
87
  * @throws {@link CloudFormationServiceException}
88
88
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -107,7 +107,7 @@ declare const DescribeStackSetCommand_base: {
107
107
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
108
108
  *
109
109
  * @throws {@link StackSetNotFoundException} (client fault)
110
- * <p>The specified stack set doesn't exist.</p>
110
+ * <p>The specified StackSet doesn't exist.</p>
111
111
  *
112
112
  * @throws {@link CloudFormationServiceException}
113
113
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -106,7 +106,7 @@ declare const DescribeStackSetOperationCommand_base: {
106
106
  * <p>The specified ID refers to an operation that doesn't exist.</p>
107
107
  *
108
108
  * @throws {@link StackSetNotFoundException} (client fault)
109
- * <p>The specified stack set doesn't exist.</p>
109
+ * <p>The specified StackSet doesn't exist.</p>
110
110
  *
111
111
  * @throws {@link CloudFormationServiceException}
112
112
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -27,7 +27,8 @@ declare const DescribeTypeCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns detailed information about an extension that has been registered.</p>
30
+ * <p>Returns detailed information about an extension from the CloudFormation registry in your
31
+ * current account and Region.</p>
31
32
  * <p>If you specify a <code>VersionId</code>, <code>DescribeType</code> returns information
32
33
  * about that specific extension version. Otherwise, it returns information about the default
33
34
  * extension version.</p>
@@ -27,15 +27,15 @@ declare const DetectStackSetDriftCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Detect drift on a stack set. When CloudFormation performs drift detection on a stack set, it
31
- * performs drift detection on the stack associated with each stack instance in the stack set.
32
- * For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">Performing drift detection on
30
+ * <p>Detect drift on a StackSet. When CloudFormation performs drift detection on a StackSet, it
31
+ * performs drift detection on the stack associated with each stack instance in the StackSet. For
32
+ * more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-drift.html">Performing drift detection on
33
33
  * CloudFormation StackSets</a>.</p>
34
34
  * <p>
35
- * <code>DetectStackSetDrift</code> returns the <code>OperationId</code> of the stack set
35
+ * <code>DetectStackSetDrift</code> returns the <code>OperationId</code> of the StackSet
36
36
  * drift detection operation. Use this operation id with <a>DescribeStackSetOperation</a> to monitor the progress of the drift detection
37
37
  * operation. The drift detection operation may take some time, depending on the number of stack
38
- * instances included in the stack set, in addition to the number of resources included in each
38
+ * instances included in the StackSet, in addition to the number of resources included in each
39
39
  * stack.</p>
40
40
  * <p>Once the operation has completed, use the following actions to return drift
41
41
  * information:</p>
@@ -43,12 +43,12 @@ declare const DetectStackSetDriftCommand_base: {
43
43
  * <li>
44
44
  * <p>Use <a>DescribeStackSet</a> to return detailed information about the stack
45
45
  * set, including detailed information about the last <i>completed</i> drift
46
- * operation performed on the stack set. (Information about drift operations that are in
46
+ * operation performed on the StackSet. (Information about drift operations that are in
47
47
  * progress isn't included.)</p>
48
48
  * </li>
49
49
  * <li>
50
50
  * <p>Use <a>ListStackInstances</a> to return a list of stack instances belonging
51
- * to the stack set, including the drift status and last drift time checked of each
51
+ * to the StackSet, including the drift status and last drift time checked of each
52
52
  * instance.</p>
53
53
  * </li>
54
54
  * <li>
@@ -56,9 +56,9 @@ declare const DetectStackSetDriftCommand_base: {
56
56
  * specific stack instance, including its drift status and last drift time checked.</p>
57
57
  * </li>
58
58
  * </ul>
59
- * <p>You can only run a single drift detection operation on a given stack set at one
59
+ * <p>You can only run a single drift detection operation on a given StackSet at one
60
60
  * time.</p>
61
- * <p>To stop a drift detection stack set operation, use <a>StopStackSetOperation</a>.</p>
61
+ * <p>To stop a drift detection StackSet operation, use <a>StopStackSetOperation</a>.</p>
62
62
  * @example
63
63
  * Use a bare-bones client and the command you need to make an API call.
64
64
  * ```javascript
@@ -99,11 +99,11 @@ declare const DetectStackSetDriftCommand_base: {
99
99
  * <p>The specified operation isn't valid.</p>
100
100
  *
101
101
  * @throws {@link OperationInProgressException} (client fault)
102
- * <p>Another operation is currently in progress for this stack set. Only one operation can be performed for a stack
102
+ * <p>Another operation is currently in progress for this StackSet. Only one operation can be performed for a stack
103
103
  * set at a given time.</p>
104
104
  *
105
105
  * @throws {@link StackSetNotFoundException} (client fault)
106
- * <p>The specified stack set doesn't exist.</p>
106
+ * <p>The specified StackSet doesn't exist.</p>
107
107
  *
108
108
  * @throws {@link CloudFormationServiceException}
109
109
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -29,9 +29,9 @@ declare const GetTemplateSummaryCommand_base: {
29
29
  /**
30
30
  * <p>Returns information about a new or existing template. The <code>GetTemplateSummary</code>
31
31
  * action is useful for viewing parameter information, such as default parameter values and
32
- * parameter types, before you create or update a stack or stack set.</p>
32
+ * parameter types, before you create or update a stack or StackSet.</p>
33
33
  * <p>You can use the <code>GetTemplateSummary</code> action when you submit a template, or you
34
- * can get template information for a stack set, or a running or deleted stack.</p>
34
+ * can get template information for a StackSet, or a running or deleted stack.</p>
35
35
  * <p>For deleted stacks, <code>GetTemplateSummary</code> returns the template information for
36
36
  * up to 90 days after the stack has been deleted. If the template doesn't exist, a
37
37
  * <code>ValidationError</code> is returned.</p>
@@ -108,7 +108,7 @@ declare const GetTemplateSummaryCommand_base: {
108
108
  * @see {@link CloudFormationClientResolvedConfig | config} for CloudFormationClient's `config` shape.
109
109
  *
110
110
  * @throws {@link StackSetNotFoundException} (client fault)
111
- * <p>The specified stack set doesn't exist.</p>
111
+ * <p>The specified StackSet doesn't exist.</p>
112
112
  *
113
113
  * @throws {@link CloudFormationServiceException}
114
114
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -27,8 +27,8 @@ declare const ImportStacksToStackSetCommand_base: {
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Import existing stacks into a new stack sets. Use the stack import operation to import up
31
- * to 10 stacks into a new stack set in the same account as the source stack or in a different
30
+ * <p>Import existing stacks into a new StackSets. Use the stack import operation to import up
31
+ * to 10 stacks into a new StackSet in the same account as the source stack or in a different
32
32
  * administrator account and Region, by specifying the stack ID of the stack you intend to
33
33
  * import.</p>
34
34
  * @example
@@ -86,17 +86,17 @@ declare const ImportStacksToStackSetCommand_base: {
86
86
  * <p>The specified operation ID already exists.</p>
87
87
  *
88
88
  * @throws {@link OperationInProgressException} (client fault)
89
- * <p>Another operation is currently in progress for this stack set. Only one operation can be performed for a stack
89
+ * <p>Another operation is currently in progress for this StackSet. Only one operation can be performed for a stack
90
90
  * set at a given time.</p>
91
91
  *
92
92
  * @throws {@link StackNotFoundException} (client fault)
93
93
  * <p>The specified stack ARN doesn't exist or stack doesn't exist corresponding to the ARN in input.</p>
94
94
  *
95
95
  * @throws {@link StackSetNotFoundException} (client fault)
96
- * <p>The specified stack set doesn't exist.</p>
96
+ * <p>The specified StackSet doesn't exist.</p>
97
97
  *
98
98
  * @throws {@link StaleRequestException} (client fault)
99
- * <p>Another operation has been performed on this stack set since the specified operation was performed.</p>
99
+ * <p>Another operation has been performed on this StackSet since the specified operation was performed.</p>
100
100
  *
101
101
  * @throws {@link CloudFormationServiceException}
102
102
  * <p>Base exception class for all service exceptions from CloudFormation service.</p>
@@ -29,8 +29,7 @@ declare const ListExportsCommand_base: {
29
29
  /**
30
30
  * <p>Lists all exported output values in the account and Region in which you call this action.
31
31
  * Use this action to see the exported output values that you can import into other stacks. To
32
- * import values, use the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html">
33
- * Fn::ImportValue</a> function.</p>
32
+ * import values, use the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/intrinsic-function-reference-importvalue.html"> Fn::ImportValue</a> function.</p>
34
33
  * <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.html">Get exported outputs
35
34
  * from a deployed CloudFormation stack</a>.</p>
36
35
  * @example
@@ -23,12 +23,32 @@ export interface ListHookResultsCommandOutput extends ListHookResultsOutput, __M
23
23
  }
24
24
  declare const ListHookResultsCommand_base: {
25
25
  new (input: ListHookResultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListHookResultsCommandInput, ListHookResultsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListHookResultsCommandInput): import("@smithy/smithy-client").CommandImpl<ListHookResultsCommandInput, ListHookResultsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListHookResultsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListHookResultsCommandInput, ListHookResultsCommandOutput, CloudFormationClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
30
- * <p>Returns summaries of invoked Hooks when a change set or Cloud Control API operation target is
31
- * provided.</p>
30
+ * <p>Returns summaries of invoked Hooks. For more information, see <a href="https://docs.aws.amazon.com/cloudformation-cli/latest/hooks-userguide/hooks-view-invocations.html">View CloudFormation Hooks
31
+ * invocations</a> in the <i>CloudFormation Hooks User Guide</i>.</p>
32
+ * <p>This operation supports the following parameter combinations:</p>
33
+ * <ul>
34
+ * <li>
35
+ * <p>No parameters: Returns all Hook invocation summaries.</p>
36
+ * </li>
37
+ * <li>
38
+ * <p>
39
+ * <code>TypeArn</code> only: Returns summaries for a specific Hook.</p>
40
+ * </li>
41
+ * <li>
42
+ * <p>
43
+ * <code>TypeArn</code> and <code>Status</code>: Returns summaries for a specific
44
+ * Hook filtered by status.</p>
45
+ * </li>
46
+ * <li>
47
+ * <p>
48
+ * <code>TargetId</code> and <code>TargetType</code>: Returns summaries for a specific
49
+ * Hook invocation target.</p>
50
+ * </li>
51
+ * </ul>
32
52
  * @example
33
53
  * Use a bare-bones client and the command you need to make an API call.
34
54
  * ```javascript
@@ -36,8 +56,10 @@ declare const ListHookResultsCommand_base: {
36
56
  * // const { CloudFormationClient, ListHookResultsCommand } = require("@aws-sdk/client-cloudformation"); // CommonJS import
37
57
  * const client = new CloudFormationClient(config);
38
58
  * const input = { // ListHookResultsInput
39
- * TargetType: "CHANGE_SET" || "STACK" || "RESOURCE" || "CLOUD_CONTROL", // required
40
- * TargetId: "STRING_VALUE", // required
59
+ * TargetType: "CHANGE_SET" || "STACK" || "RESOURCE" || "CLOUD_CONTROL",
60
+ * TargetId: "STRING_VALUE",
61
+ * TypeArn: "STRING_VALUE",
62
+ * Status: "HOOK_IN_PROGRESS" || "HOOK_COMPLETE_SUCCEEDED" || "HOOK_COMPLETE_FAILED" || "HOOK_FAILED",
41
63
  * NextToken: "STRING_VALUE",
42
64
  * };
43
65
  * const command = new ListHookResultsCommand(input);
@@ -47,6 +69,7 @@ declare const ListHookResultsCommand_base: {
47
69
  * // TargetId: "STRING_VALUE",
48
70
  * // HookResults: [ // HookResultSummaries
49
71
  * // { // HookResultSummary
72
+ * // HookResultId: "STRING_VALUE",
50
73
  * // InvocationPoint: "PRE_PROVISION",
51
74
  * // FailureMode: "FAIL" || "WARN",
52
75
  * // TypeName: "STRING_VALUE",
@@ -54,6 +77,11 @@ declare const ListHookResultsCommand_base: {
54
77
  * // TypeConfigurationVersionId: "STRING_VALUE",
55
78
  * // Status: "HOOK_IN_PROGRESS" || "HOOK_COMPLETE_SUCCEEDED" || "HOOK_COMPLETE_FAILED" || "HOOK_FAILED",
56
79
  * // HookStatusReason: "STRING_VALUE",
80
+ * // InvokedAt: new Date("TIMESTAMP"),
81
+ * // TargetType: "CHANGE_SET" || "STACK" || "RESOURCE" || "CLOUD_CONTROL",
82
+ * // TargetId: "STRING_VALUE",
83
+ * // TypeArn: "STRING_VALUE",
84
+ * // HookExecutionTarget: "STRING_VALUE",
57
85
  * // },
58
86
  * // ],
59
87
  * // NextToken: "STRING_VALUE",