@cdk8s/awscdk-resolver 0.0.353 → 0.0.355

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 +6 -6
@@ -23,7 +23,7 @@ export interface ListStackSetsInput {
23
23
  */
24
24
  MaxResults?: number | undefined;
25
25
  /**
26
- * <p>The status of the stack sets that you want to get summary information about.</p>
26
+ * <p>The status of the StackSets that you want to get summary information about.</p>
27
27
  * @public
28
28
  */
29
29
  Status?: StackSetStatus | undefined;
@@ -31,7 +31,7 @@ export interface ListStackSetsInput {
31
31
  * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
32
32
  * in the management account or as a delegated administrator in a member
33
33
  * account.</p>
34
- * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
34
+ * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
35
35
  * self-managed permissions.</p>
36
36
  * <ul>
37
37
  * <li>
@@ -50,28 +50,28 @@ export interface ListStackSetsInput {
50
50
  CallAs?: CallAs | undefined;
51
51
  }
52
52
  /**
53
- * <p>The structures that contain summary information about the specified stack set.</p>
53
+ * <p>The structures that contain summary information about the specified StackSet.</p>
54
54
  * @public
55
55
  */
56
56
  export interface StackSetSummary {
57
57
  /**
58
- * <p>The name of the stack set.</p>
58
+ * <p>The name of the StackSet.</p>
59
59
  * @public
60
60
  */
61
61
  StackSetName?: string | undefined;
62
62
  /**
63
- * <p>The ID of the stack set.</p>
63
+ * <p>The ID of the StackSet.</p>
64
64
  * @public
65
65
  */
66
66
  StackSetId?: string | undefined;
67
67
  /**
68
- * <p>A description of the stack set that you specify when the stack set is created or
68
+ * <p>A description of the StackSet that you specify when the StackSet is created or
69
69
  * updated.</p>
70
70
  * @public
71
71
  */
72
72
  Description?: string | undefined;
73
73
  /**
74
- * <p>The status of the stack set.</p>
74
+ * <p>The status of the StackSet.</p>
75
75
  * @public
76
76
  */
77
77
  Status?: StackSetStatus | undefined;
@@ -81,7 +81,7 @@ export interface StackSetSummary {
81
81
  */
82
82
  AutoDeployment?: AutoDeployment | undefined;
83
83
  /**
84
- * <p>Describes how the IAM roles required for stack set operations are created.</p>
84
+ * <p>Describes how the IAM roles required for StackSet operations are created.</p>
85
85
  * <ul>
86
86
  * <li>
87
87
  * <p>With <code>self-managed</code> permissions, you must create the administrator and
@@ -92,31 +92,30 @@ export interface StackSetSummary {
92
92
  * <p>With <code>service-managed</code> permissions, StackSets automatically creates the IAM
93
93
  * roles required to deploy to accounts managed by Organizations. For more information,
94
94
  * see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html">Activate
95
- * trusted access for stack sets with Organizations</a>.</p>
95
+ * trusted access for StackSets with Organizations</a>.</p>
96
96
  * </li>
97
97
  * </ul>
98
98
  * @public
99
99
  */
100
100
  PermissionModel?: PermissionModels | undefined;
101
101
  /**
102
- * <p>Status of the stack set's actual configuration compared to its expected template and
103
- * parameter configuration. A stack set is considered to have drifted if one or more of its stack
104
- * instances have drifted from their expected template and parameter configuration.</p>
102
+ * <p>Status of the StackSet's actual configuration compared to its expected template and
103
+ * parameter configuration.</p>
105
104
  * <ul>
106
105
  * <li>
107
106
  * <p>
108
- * <code>DRIFTED</code>: One or more of the stack instances belonging to the stack set stack
109
- * differs from the expected template and parameter configuration. A stack instance is considered
110
- * to have drifted if one or more of the resources in the associated stack have drifted.</p>
107
+ * <code>DRIFTED</code>: One or more of the stack instances belonging to the StackSet differs
108
+ * from the expected template and parameter configuration. A stack instance is considered to have
109
+ * drifted if one or more of the resources in the associated stack have drifted.</p>
111
110
  * </li>
112
111
  * <li>
113
112
  * <p>
114
- * <code>NOT_CHECKED</code>: CloudFormation hasn't checked the stack set for drift.</p>
113
+ * <code>NOT_CHECKED</code>: CloudFormation hasn't checked the StackSet for drift.</p>
115
114
  * </li>
116
115
  * <li>
117
116
  * <p>
118
- * <code>IN_SYNC</code>: All the stack instances belonging to the stack set stack match from
119
- * the expected template and parameter configuration.</p>
117
+ * <code>IN_SYNC</code>: All the stack instances belonging to the StackSet match the expected
118
+ * template and parameter configuration.</p>
120
119
  * </li>
121
120
  * <li>
122
121
  * <p>
@@ -127,9 +126,9 @@ export interface StackSetSummary {
127
126
  */
128
127
  DriftStatus?: StackDriftStatus | undefined;
129
128
  /**
130
- * <p>Most recent time when CloudFormation performed a drift detection operation on the stack set.
131
- * This value will be <code>NULL</code> for any stack set on which drift detection hasn't yet been
132
- * performed.</p>
129
+ * <p>Most recent time when CloudFormation performed a drift detection operation on the StackSet. This
130
+ * value will be <code>NULL</code> for any StackSet that drift detection hasn't yet been performed
131
+ * on.</p>
133
132
  * @public
134
133
  */
135
134
  LastDriftCheckTimestamp?: Date | undefined;
@@ -146,7 +145,7 @@ export interface StackSetSummary {
146
145
  export interface ListStackSetsOutput {
147
146
  /**
148
147
  * <p>A list of <code>StackSetSummary</code> structures that contain information about the
149
- * user's stack sets.</p>
148
+ * user's StackSets.</p>
150
149
  * @public
151
150
  */
152
151
  Summaries?: StackSetSummary[] | undefined;
@@ -417,7 +416,7 @@ export interface TypeSummary {
417
416
  */
418
417
  DefaultVersionId?: string | undefined;
419
418
  /**
420
- * <p>The Amazon Resource Name (ARN) of the extension.</p>
419
+ * <p>The ARN of the extension.</p>
421
420
  * @public
422
421
  */
423
422
  TypeArn?: string | undefined;
@@ -605,7 +604,7 @@ export interface TypeVersionSummary {
605
604
  TypeName?: string | undefined;
606
605
  /**
607
606
  * <p>The ID of a specific version of the extension. The version ID is the value at the end of the
608
- * Amazon Resource Name (ARN) assigned to the extension version when it's registered.</p>
607
+ * ARN assigned to the extension version when it's registered.</p>
609
608
  * @public
610
609
  */
611
610
  VersionId?: string | undefined;
@@ -618,7 +617,7 @@ export interface TypeVersionSummary {
618
617
  */
619
618
  IsDefaultVersion?: boolean | undefined;
620
619
  /**
621
- * <p>The Amazon Resource Name (ARN) of the extension version.</p>
620
+ * <p>The ARN of the extension version.</p>
622
621
  * @public
623
622
  */
624
623
  Arn?: string | undefined;
@@ -1262,7 +1261,7 @@ export interface StartResourceScanOutput {
1262
1261
  */
1263
1262
  export interface StopStackSetOperationInput {
1264
1263
  /**
1265
- * <p>The name or unique ID of the stack set that you want to stop the operation for.</p>
1264
+ * <p>The name or unique ID of the StackSet that you want to stop the operation for.</p>
1266
1265
  * @public
1267
1266
  */
1268
1267
  StackSetName: string | undefined;
@@ -1272,10 +1271,9 @@ export interface StopStackSetOperationInput {
1272
1271
  */
1273
1272
  OperationId: string | undefined;
1274
1273
  /**
1275
- * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
1276
- * in the organization's management account or as a delegated administrator in a member
1277
- * account.</p>
1278
- * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
1274
+ * <p>Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account. Valid only if the
1275
+ * StackSet uses service-managed permissions.</p>
1276
+ * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
1279
1277
  * self-managed permissions.</p>
1280
1278
  * <ul>
1281
1279
  * <li>
@@ -1535,8 +1533,7 @@ export interface UpdateStackInput {
1535
1533
  * </li>
1536
1534
  * <li>
1537
1535
  * <p>
1538
- * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-managedpolicy.html">
1539
- * AWS::IAM::ManagedPolicy</a>
1536
+ * <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/TemplateReference/aws-resource-iam-managedpolicy.html"> AWS::IAM::ManagedPolicy</a>
1540
1537
  * </p>
1541
1538
  * </li>
1542
1539
  * <li>
@@ -1721,13 +1718,13 @@ export interface UpdateStackOutput {
1721
1718
  */
1722
1719
  export interface UpdateStackInstancesInput {
1723
1720
  /**
1724
- * <p>The name or unique ID of the stack set associated with the stack instances.</p>
1721
+ * <p>The name or unique ID of the StackSet associated with the stack instances.</p>
1725
1722
  * @public
1726
1723
  */
1727
1724
  StackSetName: string | undefined;
1728
1725
  /**
1729
- * <p>[Self-managed permissions] The account IDs of one or more Amazon Web Services accounts for which you
1730
- * want to update parameter values for stack instances. The overridden parameter values will be
1726
+ * <p>[Self-managed permissions] The account IDs of one or more Amazon Web Services accounts in which you want
1727
+ * to update parameter values for stack instances. The overridden parameter values will be
1731
1728
  * applied to all stack instances in the specified accounts and Amazon Web Services Regions.</p>
1732
1729
  * <p>You can specify <code>Accounts</code> or <code>DeploymentTargets</code>, but not
1733
1730
  * both.</p>
@@ -1735,7 +1732,7 @@ export interface UpdateStackInstancesInput {
1735
1732
  */
1736
1733
  Accounts?: string[] | undefined;
1737
1734
  /**
1738
- * <p>[Service-managed permissions] The Organizations accounts for which you want to
1735
+ * <p>[Service-managed permissions] The Organizations accounts in which you want to
1739
1736
  * update parameter values for stack instances. If your update targets OUs, the overridden
1740
1737
  * parameter values only apply to the accounts that are currently in the target OUs and their
1741
1738
  * child OUs. Accounts added to the target OUs and their child OUs in the future won't use the
@@ -1769,7 +1766,7 @@ export interface UpdateStackInstancesInput {
1769
1766
  * value and set <code>UsePreviousValue</code> to <code>true</code>.)</p>
1770
1767
  * </li>
1771
1768
  * <li>
1772
- * <p>To set an overridden parameter back to the value specified in the stack set, specify a
1769
+ * <p>To set an overridden parameter back to the value specified in the StackSet, specify a
1773
1770
  * parameter list but don't include the parameter in the list.</p>
1774
1771
  * </li>
1775
1772
  * <li>
@@ -1777,28 +1774,28 @@ export interface UpdateStackInstancesInput {
1777
1774
  * all.</p>
1778
1775
  * </li>
1779
1776
  * </ul>
1780
- * <p>During stack set updates, any parameter values overridden for a stack instance aren't
1777
+ * <p>During StackSet updates, any parameter values overridden for a stack instance aren't
1781
1778
  * updated, but retain their overridden value.</p>
1782
1779
  * <p>You can only override the parameter <i>values</i> that are specified in the
1783
- * stack set; to add or delete a parameter itself, use <code>UpdateStackSet</code> to update the
1784
- * stack set template. If you add a parameter to a template, before you can override the
1785
- * parameter value specified in the stack set you must first use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a>
1780
+ * StackSet. To add or delete a parameter itself, use <code>UpdateStackSet</code> to update the
1781
+ * StackSet template. If you add a parameter to a template, before you can override the parameter
1782
+ * value specified in the StackSet you must first use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a>
1786
1783
  * to update all stack instances with the updated template and parameter value specified in the
1787
- * stack set. Once a stack instance has been updated with the new parameter, you can then
1788
- * override the parameter value using <code>UpdateStackInstances</code>.</p>
1784
+ * StackSet. Once a stack instance has been updated with the new parameter, you can then override
1785
+ * the parameter value using <code>UpdateStackInstances</code>.</p>
1789
1786
  * @public
1790
1787
  */
1791
1788
  ParameterOverrides?: Parameter[] | undefined;
1792
1789
  /**
1793
- * <p>Preferences for how CloudFormation performs this stack set operation.</p>
1790
+ * <p>Preferences for how CloudFormation performs this StackSet operation.</p>
1794
1791
  * @public
1795
1792
  */
1796
1793
  OperationPreferences?: StackSetOperationPreferences | undefined;
1797
1794
  /**
1798
- * <p>The unique identifier for this stack set operation.</p>
1795
+ * <p>The unique identifier for this StackSet operation.</p>
1799
1796
  * <p>The operation ID also functions as an idempotency token, to ensure that CloudFormation
1800
- * performs the stack set operation only once, even if you retry the request multiple times. You
1801
- * might retry stack set operation requests to ensure that CloudFormation successfully received
1797
+ * performs the StackSet operation only once, even if you retry the request multiple times. You
1798
+ * might retry StackSet operation requests to ensure that CloudFormation successfully received
1802
1799
  * them.</p>
1803
1800
  * <p>If you don't specify an operation ID, the SDK generates one
1804
1801
  * automatically.</p>
@@ -1809,7 +1806,7 @@ export interface UpdateStackInstancesInput {
1809
1806
  * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
1810
1807
  * in the organization's management account or as a delegated administrator in a
1811
1808
  * member account.</p>
1812
- * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
1809
+ * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
1813
1810
  * self-managed permissions.</p>
1814
1811
  * <ul>
1815
1812
  * <li>
@@ -1832,7 +1829,7 @@ export interface UpdateStackInstancesInput {
1832
1829
  */
1833
1830
  export interface UpdateStackInstancesOutput {
1834
1831
  /**
1835
- * <p>The unique identifier for this stack set operation.</p>
1832
+ * <p>The unique identifier for this StackSet operation.</p>
1836
1833
  * @public
1837
1834
  */
1838
1835
  OperationId?: string | undefined;
@@ -1842,7 +1839,7 @@ export interface UpdateStackInstancesOutput {
1842
1839
  */
1843
1840
  export interface UpdateStackSetInput {
1844
1841
  /**
1845
- * <p>The name or unique ID of the stack set that you want to update.</p>
1842
+ * <p>The name or unique ID of the StackSet that you want to update.</p>
1846
1843
  * @public
1847
1844
  */
1848
1845
  StackSetName: string | undefined;
@@ -1872,8 +1869,7 @@ export interface UpdateStackSetInput {
1872
1869
  */
1873
1870
  TemplateURL?: string | undefined;
1874
1871
  /**
1875
- * <p>Use the existing template that's associated with the stack set that you're
1876
- * updating.</p>
1872
+ * <p>Use the existing template that's associated with the StackSet that you're updating.</p>
1877
1873
  * <p>Conditional: You must specify only one of the following parameters:
1878
1874
  * <code>TemplateBody</code> or <code>TemplateURL</code>—or set
1879
1875
  * <code>UsePreviousTemplate</code> to true.</p>
@@ -1881,13 +1877,13 @@ export interface UpdateStackSetInput {
1881
1877
  */
1882
1878
  UsePreviousTemplate?: boolean | undefined;
1883
1879
  /**
1884
- * <p>A list of input parameters for the stack set template.</p>
1880
+ * <p>A list of input parameters for the StackSet template.</p>
1885
1881
  * @public
1886
1882
  */
1887
1883
  Parameters?: Parameter[] | undefined;
1888
1884
  /**
1889
1885
  * <p>In some cases, you must explicitly acknowledge that your stack template contains certain
1890
- * capabilities in order for CloudFormation to update the stack set and its associated stack
1886
+ * capabilities in order for CloudFormation to update the StackSet and its associated stack
1891
1887
  * instances.</p>
1892
1888
  * <ul>
1893
1889
  * <li>
@@ -1957,16 +1953,16 @@ export interface UpdateStackSetInput {
1957
1953
  * <p>
1958
1954
  * <code>CAPABILITY_AUTO_EXPAND</code>
1959
1955
  * </p>
1960
- * <p>Some templates reference macros. If your stack set template references one or more
1961
- * macros, you must update the stack set directly from the processed template, without first
1962
- * reviewing the resulting changes in a change set. To update the stack set directly, you
1963
- * must acknowledge this capability. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Perform custom processing
1956
+ * <p>Some templates reference macros. If your StackSet template references one or more
1957
+ * macros, you must update the StackSet directly from the processed template, without first
1958
+ * reviewing the resulting changes in a change set. To update the StackSet directly, you must
1959
+ * acknowledge this capability. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Perform custom processing
1964
1960
  * on CloudFormation templates with template macros</a>.</p>
1965
1961
  * <important>
1966
- * <p>Stack sets with service-managed permissions do not currently support the use of
1962
+ * <p>StackSets with service-managed permissions do not currently support the use of
1967
1963
  * macros in templates. (This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-include.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which are macros hosted by CloudFormation.) Even if
1968
- * you specify this capability for a stack set with service-managed permissions, if you
1969
- * reference a macro in your template the stack set operation will fail.</p>
1964
+ * you specify this capability for a StackSet with service-managed permissions, if you
1965
+ * reference a macro in your template the StackSet operation will fail.</p>
1970
1966
  * </important>
1971
1967
  * </li>
1972
1968
  * </ul>
@@ -1974,11 +1970,11 @@ export interface UpdateStackSetInput {
1974
1970
  */
1975
1971
  Capabilities?: Capability[] | undefined;
1976
1972
  /**
1977
- * <p>The key-value pairs to associate with this stack set and the stacks created from it.
1973
+ * <p>The key-value pairs to associate with this StackSet and the stacks created from it.
1978
1974
  * CloudFormation also propagates these tags to supported resources that are created in the stacks.
1979
1975
  * You can specify a maximum number of 50 tags.</p>
1980
1976
  * <p>If you specify tags for this parameter, those tags replace any list of tags that are
1981
- * currently associated with this stack set. This means:</p>
1977
+ * currently associated with this StackSet. This means:</p>
1982
1978
  * <ul>
1983
1979
  * <li>
1984
1980
  * <p>If you don't specify this parameter, CloudFormation doesn't modify the stack's
@@ -1986,11 +1982,10 @@ export interface UpdateStackSetInput {
1986
1982
  * </li>
1987
1983
  * <li>
1988
1984
  * <p>If you specify <i>any</i> tags using this parameter, you must specify
1989
- * <i>all</i> the tags that you want associated with this stack set, even
1990
- * tags you've specified before (for example, when creating the stack set or during a
1991
- * previous update of the stack set.). Any tags that you don't include in the updated list of
1992
- * tags are removed from the stack set, and therefore from the stacks and resources as
1993
- * well.</p>
1985
+ * <i>all</i> the tags that you want associated with this StackSet, even tags
1986
+ * you've specified before (for example, when creating the StackSet or during a previous
1987
+ * update of the StackSet.). Any tags that you don't include in the updated list of tags are
1988
+ * removed from the StackSet, and therefore from the stacks and resources as well.</p>
1994
1989
  * </li>
1995
1990
  * <li>
1996
1991
  * <p>If you specify an empty value, CloudFormation removes all currently associated
@@ -1999,62 +1994,62 @@ export interface UpdateStackSetInput {
1999
1994
  * </ul>
2000
1995
  * <p>If you specify new tags as part of an <code>UpdateStackSet</code> action, CloudFormation
2001
1996
  * checks to see if you have the required IAM permission to tag resources. If you omit tags
2002
- * that are currently associated with the stack set from the list of tags you specify, CloudFormation
2003
- * assumes that you want to remove those tags from the stack set, and checks to see if you have
1997
+ * that are currently associated with the StackSet from the list of tags you specify, CloudFormation
1998
+ * assumes that you want to remove those tags from the StackSet, and checks to see if you have
2004
1999
  * permission to untag resources. If you don't have the necessary permission(s), the entire
2005
2000
  * <code>UpdateStackSet</code> action fails with an <code>access denied</code> error, and the
2006
- * stack set is not updated.</p>
2001
+ * StackSet is not updated.</p>
2007
2002
  * @public
2008
2003
  */
2009
2004
  Tags?: Tag[] | undefined;
2010
2005
  /**
2011
- * <p>Preferences for how CloudFormation performs this stack set operation.</p>
2006
+ * <p>Preferences for how CloudFormation performs this StackSet operation.</p>
2012
2007
  * @public
2013
2008
  */
2014
2009
  OperationPreferences?: StackSetOperationPreferences | undefined;
2015
2010
  /**
2016
2011
  * <p>[Self-managed permissions] The Amazon Resource Name (ARN) of the IAM role to use to
2017
- * update this stack set.</p>
2012
+ * update this StackSet.</p>
2018
2013
  * <p>Specify an IAM role only if you are using customized administrator roles to control
2019
- * which users or groups can manage specific stack sets within the same administrator account.
2020
- * For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant
2014
+ * which users or groups can manage specific StackSets within the same administrator account. For
2015
+ * more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant
2021
2016
  * self-managed permissions</a> in the <i>CloudFormation User Guide</i>.</p>
2022
- * <p>If you specified a customized administrator role when you created the stack set, you must
2017
+ * <p>If you specified a customized administrator role when you created the StackSet, you must
2023
2018
  * specify a customized administrator role, even if it is the same customized administrator role
2024
- * used with this stack set previously.</p>
2019
+ * used with this StackSet previously.</p>
2025
2020
  * @public
2026
2021
  */
2027
2022
  AdministrationRoleARN?: string | undefined;
2028
2023
  /**
2029
2024
  * <p>[Self-managed permissions] The name of the IAM execution role to use to update the stack
2030
2025
  * set. If you do not specify an execution role, CloudFormation uses the
2031
- * <code>AWSCloudFormationStackSetExecutionRole</code> role for the stack set operation.</p>
2026
+ * <code>AWSCloudFormationStackSetExecutionRole</code> role for the StackSet operation.</p>
2032
2027
  * <p>Specify an IAM role only if you are using customized execution roles to control which
2033
- * stack resources users and groups can include in their stack sets.</p>
2028
+ * stack resources users and groups can include in their StackSets.</p>
2034
2029
  * <p>If you specify a customized execution role, CloudFormation uses that role to update the stack.
2035
2030
  * If you do not specify a customized execution role, CloudFormation performs the update using the
2036
- * role previously associated with the stack set, so long as you have permissions to perform
2037
- * operations on the stack set.</p>
2031
+ * role previously associated with the StackSet, so long as you have permissions to perform
2032
+ * operations on the StackSet.</p>
2038
2033
  * @public
2039
2034
  */
2040
2035
  ExecutionRoleName?: string | undefined;
2041
2036
  /**
2042
2037
  * <p>[Service-managed permissions] The Organizations accounts in which to update
2043
2038
  * associated stack instances.</p>
2044
- * <p>To update all the stack instances associated with this stack set, do not specify
2039
+ * <p>To update all the stack instances associated with this StackSet, do not specify
2045
2040
  * <code>DeploymentTargets</code> or <code>Regions</code>.</p>
2046
- * <p>If the stack set update includes changes to the template (that is, if
2041
+ * <p>If the StackSet update includes changes to the template (that is, if
2047
2042
  * <code>TemplateBody</code> or <code>TemplateURL</code> is specified), or the
2048
2043
  * <code>Parameters</code>, CloudFormation marks all stack instances with a status of
2049
2044
  * <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and
2050
- * Amazon Web Services Regions. If the stack set update doesn't include changes to the template or parameters,
2045
+ * Amazon Web Services Regions. If the StackSet update doesn't include changes to the template or parameters,
2051
2046
  * CloudFormation updates the stack instances in the specified accounts and Regions, while leaving
2052
2047
  * all other stack instances with their existing stack instance status.</p>
2053
2048
  * @public
2054
2049
  */
2055
2050
  DeploymentTargets?: DeploymentTargets | undefined;
2056
2051
  /**
2057
- * <p>Describes how the IAM roles required for stack set operations are created. You cannot
2052
+ * <p>Describes how the IAM roles required for StackSet operations are created. You cannot
2058
2053
  * modify <code>PermissionModel</code> if there are stack instances associated with your stack
2059
2054
  * set.</p>
2060
2055
  * <ul>
@@ -2066,7 +2061,7 @@ export interface UpdateStackSetInput {
2066
2061
  * <li>
2067
2062
  * <p>With <code>service-managed</code> permissions, StackSets automatically creates the
2068
2063
  * IAM roles required to deploy to accounts managed by Organizations. For more
2069
- * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html">Activate trusted access for stack sets with Organizations</a>.</p>
2064
+ * information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-activate-trusted-access.html">Activate trusted access for StackSets with Organizations</a>.</p>
2070
2065
  * </li>
2071
2066
  * </ul>
2072
2067
  * @public
@@ -2074,8 +2069,7 @@ export interface UpdateStackSetInput {
2074
2069
  PermissionModel?: PermissionModels | undefined;
2075
2070
  /**
2076
2071
  * <p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations accounts that are added to a target organization or organizational unit (OU).
2077
- * For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html">Manage
2078
- * automatic deployments for CloudFormation StackSets that use service-managed permissions</a>
2072
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-manage-auto-deployment.html">Enable or disable automatic deployments for StackSets in Organizations</a>
2079
2073
  * in the <i>CloudFormation User Guide</i>.</p>
2080
2074
  * <p>If you specify <code>AutoDeployment</code>, don't specify <code>DeploymentTargets</code>
2081
2075
  * or <code>Regions</code>.</p>
@@ -2083,29 +2077,29 @@ export interface UpdateStackSetInput {
2083
2077
  */
2084
2078
  AutoDeployment?: AutoDeployment | undefined;
2085
2079
  /**
2086
- * <p>The unique ID for this stack set operation.</p>
2080
+ * <p>The unique ID for this StackSet operation.</p>
2087
2081
  * <p>The operation ID also functions as an idempotency token, to ensure that CloudFormation
2088
- * performs the stack set operation only once, even if you retry the request multiple times. You
2089
- * might retry stack set operation requests to ensure that CloudFormation successfully received
2082
+ * performs the StackSet operation only once, even if you retry the request multiple times. You
2083
+ * might retry StackSet operation requests to ensure that CloudFormation successfully received
2090
2084
  * them.</p>
2091
2085
  * <p>If you don't specify an operation ID, CloudFormation generates one
2092
2086
  * automatically.</p>
2093
- * <p>Repeating this stack set operation with a new operation ID retries all stack instances
2087
+ * <p>Repeating this StackSet operation with a new operation ID retries all stack instances
2094
2088
  * whose status is <code>OUTDATED</code>.</p>
2095
2089
  * @public
2096
2090
  */
2097
2091
  OperationId?: string | undefined;
2098
2092
  /**
2099
2093
  * <p>[Self-managed permissions] The accounts in which to update associated stack instances. If
2100
- * you specify accounts, you must also specify the Amazon Web Services Regions in which to update stack set
2094
+ * you specify accounts, you must also specify the Amazon Web Services Regions in which to update StackSet
2101
2095
  * instances.</p>
2102
- * <p>To update <i>all</i> the stack instances associated with this stack set,
2096
+ * <p>To update <i>all</i> the stack instances associated with this StackSet,
2103
2097
  * don't specify the <code>Accounts</code> or <code>Regions</code> properties.</p>
2104
- * <p>If the stack set update includes changes to the template (that is, if the
2098
+ * <p>If the StackSet update includes changes to the template (that is, if the
2105
2099
  * <code>TemplateBody</code> or <code>TemplateURL</code> properties are specified), or the
2106
2100
  * <code>Parameters</code> property, CloudFormation marks all stack instances with a status of
2107
2101
  * <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and
2108
- * Amazon Web Services Regions. If the stack set update does not include changes to the template or parameters,
2102
+ * Amazon Web Services Regions. If the StackSet update does not include changes to the template or parameters,
2109
2103
  * CloudFormation updates the stack instances in the specified accounts and Amazon Web Services Regions, while
2110
2104
  * leaving all other stack instances with their existing stack instance status.</p>
2111
2105
  * @public
@@ -2113,14 +2107,14 @@ export interface UpdateStackSetInput {
2113
2107
  Accounts?: string[] | undefined;
2114
2108
  /**
2115
2109
  * <p>The Amazon Web Services Regions in which to update associated stack instances. If you specify Regions,
2116
- * you must also specify accounts in which to update stack set instances.</p>
2117
- * <p>To update <i>all</i> the stack instances associated with this stack set, do
2110
+ * you must also specify accounts in which to update StackSet instances.</p>
2111
+ * <p>To update <i>all</i> the stack instances associated with this StackSet, do
2118
2112
  * not specify the <code>Accounts</code> or <code>Regions</code> properties.</p>
2119
- * <p>If the stack set update includes changes to the template (that is, if the
2113
+ * <p>If the StackSet update includes changes to the template (that is, if the
2120
2114
  * <code>TemplateBody</code> or <code>TemplateURL</code> properties are specified), or the
2121
2115
  * <code>Parameters</code> property, CloudFormation marks all stack instances with a status of
2122
2116
  * <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and
2123
- * Regions. If the stack set update does not include changes to the template or parameters,
2117
+ * Regions. If the StackSet update does not include changes to the template or parameters,
2124
2118
  * CloudFormation updates the stack instances in the specified accounts and Regions, while leaving
2125
2119
  * all other stack instances with their existing stack instance status.</p>
2126
2120
  * @public
@@ -2130,7 +2124,7 @@ export interface UpdateStackSetInput {
2130
2124
  * <p>[Service-managed permissions] Specifies whether you are acting as an account administrator
2131
2125
  * in the organization's management account or as a delegated administrator in a
2132
2126
  * member account.</p>
2133
- * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with
2127
+ * <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for StackSets with
2134
2128
  * self-managed permissions.</p>
2135
2129
  * <ul>
2136
2130
  * <li>
@@ -2148,7 +2142,7 @@ export interface UpdateStackSetInput {
2148
2142
  */
2149
2143
  CallAs?: CallAs | undefined;
2150
2144
  /**
2151
- * <p>Describes whether StackSets performs non-conflicting operations concurrently and queues
2145
+ * <p>Describes whether CloudFormation performs non-conflicting operations concurrently and queues
2152
2146
  * conflicting operations.</p>
2153
2147
  * @public
2154
2148
  */
@@ -2159,7 +2153,7 @@ export interface UpdateStackSetInput {
2159
2153
  */
2160
2154
  export interface UpdateStackSetOutput {
2161
2155
  /**
2162
- * <p>The unique ID for this stack set operation.</p>
2156
+ * <p>The unique ID for this StackSet operation.</p>
2163
2157
  * @public
2164
2158
  */
2165
2159
  OperationId?: string | undefined;
@@ -1052,6 +1052,7 @@ export interface CloudFormation {
1052
1052
  options: __HttpHandlerOptions,
1053
1053
  cb: (err: any, data?: ListGeneratedTemplatesCommandOutput) => void
1054
1054
  ): void;
1055
+ listHookResults(): Promise<ListHookResultsCommandOutput>;
1055
1056
  listHookResults(
1056
1057
  args: ListHookResultsCommandInput,
1057
1058
  options?: __HttpHandlerOptions
@@ -26,7 +26,7 @@ declare const ListHookResultsCommand_base: {
26
26
  ServiceOutputTypes
27
27
  >;
28
28
  new (
29
- input: ListHookResultsCommandInput
29
+ ...[input]: [] | [ListHookResultsCommandInput]
30
30
  ): import("@smithy/smithy-client").CommandImpl<
31
31
  ListHookResultsCommandInput,
32
32
  ListHookResultsCommandOutput,
@@ -1025,6 +1025,7 @@ export interface StackEvent {
1025
1025
  HookStatus?: HookStatus | undefined;
1026
1026
  HookStatusReason?: string | undefined;
1027
1027
  HookInvocationPoint?: HookInvocationPoint | undefined;
1028
+ HookInvocationId?: string | undefined;
1028
1029
  HookFailureMode?: HookFailureMode | undefined;
1029
1030
  DetailedStatus?: DetailedStatus | undefined;
1030
1031
  }
@@ -1677,11 +1678,14 @@ export declare const ListHookResultsTargetType: {
1677
1678
  export type ListHookResultsTargetType =
1678
1679
  (typeof ListHookResultsTargetType)[keyof typeof ListHookResultsTargetType];
1679
1680
  export interface ListHookResultsInput {
1680
- TargetType: ListHookResultsTargetType | undefined;
1681
- TargetId: string | undefined;
1681
+ TargetType?: ListHookResultsTargetType | undefined;
1682
+ TargetId?: string | undefined;
1683
+ TypeArn?: string | undefined;
1684
+ Status?: HookStatus | undefined;
1682
1685
  NextToken?: string | undefined;
1683
1686
  }
1684
1687
  export interface HookResultSummary {
1688
+ HookResultId?: string | undefined;
1685
1689
  InvocationPoint?: HookInvocationPoint | undefined;
1686
1690
  FailureMode?: HookFailureMode | undefined;
1687
1691
  TypeName?: string | undefined;
@@ -1689,6 +1693,11 @@ export interface HookResultSummary {
1689
1693
  TypeConfigurationVersionId?: string | undefined;
1690
1694
  Status?: HookStatus | undefined;
1691
1695
  HookStatusReason?: string | undefined;
1696
+ InvokedAt?: Date | undefined;
1697
+ TargetType?: ListHookResultsTargetType | undefined;
1698
+ TargetId?: string | undefined;
1699
+ TypeArn?: string | undefined;
1700
+ HookExecutionTarget?: string | undefined;
1692
1701
  }
1693
1702
  export interface ListHookResultsOutput {
1694
1703
  TargetType?: ListHookResultsTargetType | undefined;