@cdklabs/cdk-construct-connect-datalake 0.0.6 → 0.0.8
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.
- package/.jsii +8 -8
- package/.jsii.tabl.json +1 -1
- package/lib/index.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/bdd.js +52 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +9 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/bdd.js +49 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForChangeSetCreateComplete.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackCreateComplete.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackDeleteComplete.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackExists.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackImportComplete.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorCreateComplete.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorExecuteComplete.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRollbackComplete.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackUpdateComplete.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +11 -10
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +13 -10
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +9 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackCreateComplete.d.ts +9 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +11 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackExists.d.ts +9 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackImportComplete.d.ts +9 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorCreateComplete.d.ts +11 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorExecuteComplete.d.ts +11 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +9 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +9 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +11 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForChangeSetCreateComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackCreateComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackDeleteComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackExists.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackImportComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorCreateComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorExecuteComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRollbackComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackUpdateComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForTypeRegistrationComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/package.json +19 -19
- package/node_modules/@aws-sdk/client-connect/README.md +21 -0
- package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/bdd.js +52 -0
- package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/client-connect/dist-cjs/index.js +53 -0
- package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +130 -45
- package/node_modules/@aws-sdk/client-connect/dist-es/Connect.js +8 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/DescribeAttachedFilesConfigurationCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/ListAttachedFilesConfigurationsCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/UpdateAttachedFilesConfigurationCommand.js +16 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/commands/index.js +3 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/endpoint/bdd.js +49 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/client-connect/dist-es/models/enums.js +6 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/pagination/ListAttachedFilesConfigurationsPaginator.js +4 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/pagination/index.js +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +99 -14
- package/node_modules/@aws-sdk/client-connect/dist-types/Connect.d.ts +28 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ConnectClient.d.ts +5 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/DescribeAttachedFilesConfigurationCommand.d.ts +103 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetPromptFileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTaskTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetTestCaseExecutionSummaryCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/ListAttachedFilesConfigurationsCommand.d.ts +106 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchQuickConnectsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchResourceTagsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/UpdateAttachedFilesConfigurationCommand.d.ts +109 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/models/enums.d.ts +14 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +11 -11
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +80 -155
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +218 -199
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_3.d.ts +254 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/ListAttachedFilesConfigurationsPaginator.d.ts +7 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/pagination/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/schemas/schemas_0.d.ts +13 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/Connect.d.ts +64 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/ConnectClient.d.ts +18 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/DescribeAttachedFilesConfigurationCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetPromptFileCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetTaskTemplateCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetTestCaseExecutionSummaryCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/ListAttachedFilesConfigurationsCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchQuickConnectsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchResourceTagsCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/UpdateAttachedFilesConfigurationCommand.d.ts +51 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/enums.d.ts +8 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +3 -3
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_1.d.ts +23 -40
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +55 -37
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_3.d.ts +52 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/ListAttachedFilesConfigurationsPaginator.d.ts +11 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/schemas/schemas_0.d.ts +13 -0
- package/node_modules/@aws-sdk/client-connect/package.json +18 -18
- package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/bdd.js +49 -0
- package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/client-glue/dist-cjs/schemas/schemas_0.js +8 -8
- package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/bdd.js +46 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/client-glue/dist-es/schemas/schemas_0.js +8 -8
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetPartitionCommand.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetPartitionsCommand.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionCommand.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionsCommand.d.ts +7 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_2.d.ts +20 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_2.d.ts +4 -0
- package/node_modules/@aws-sdk/client-glue/package.json +18 -18
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/bdd.js +49 -0
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/bdd.js +46 -0
- package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/client-lakeformation/dist-types/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-lakeformation/package.json +19 -19
- package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/bdd.js +52 -0
- package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/bdd.js +49 -0
- package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/client-ram/dist-types/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-ram/package.json +18 -18
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/bdd.js +88 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-cjs/models/errors.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/bdd.js +85 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/client-sts/dist-es/models/errors.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/models/errors.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/errors.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sts/package.json +20 -20
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +35 -17
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +18 -6
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +18 -11
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/emitWarningIfUnsupportedVersion.js +15 -6
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/setFeature.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeDeserializer.js +6 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/JsonShapeSerializer.js +6 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/experimental/SinglePassJsonShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/query/QueryShapeSerializer.js +2 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/AwsRestXmlProtocol.js +0 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/xml/XmlShapeSerializer.js +4 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/emitWarningIfUnsupportedVersion.d.ts +1 -2
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/setFeature.d.ts +1 -1
- package/node_modules/@aws-sdk/core/package.json +7 -5
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/index.js +9 -25
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.browser.js +11 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-cjs/toStream.js +7 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/throw-200-exceptions.js +9 -25
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.browser.js +8 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-es/toStream.js +4 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/throw-200-exceptions.d.ts +2 -1
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.browser.d.ts +4 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/toStream.d.ts +5 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/throw-200-exceptions.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/dist-types/ts3.4/toStream.d.ts +2 -0
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +15 -8
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/bdd.js +100 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/bdd.js +90 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/bdd.js +80 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/bdd.js +80 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +87 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/bdd.js +150 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +7 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +97 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +87 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +77 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +77 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +88 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +147 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +7 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +8 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +15 -7
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +10 -4
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +3 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +3 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +20 -9
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/bdd.d.ts +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +11 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +35 -16
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +11 -5
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +8 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +18 -17
- package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-external/nodable_entities.js +336 -0
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +26 -2
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-external/nodable_entities.js +332 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +26 -2
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-external/nodable_entities.d.ts +66 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/xml-external/nodable_entities.d.ts +65 -0
- package/node_modules/@aws-sdk/xml-builder/package.json +3 -2
- package/node_modules/@nodable/entities/README.md +41 -0
- package/node_modules/@nodable/entities/package.json +54 -0
- package/node_modules/@nodable/entities/src/EntityDecoder.js +543 -0
- package/node_modules/@nodable/entities/src/EntityEncoder.js +194 -0
- package/node_modules/@nodable/entities/src/entities.js +1177 -0
- package/node_modules/@nodable/entities/src/entityTries.js +49 -0
- package/node_modules/@nodable/entities/src/index.d.ts +264 -0
- package/node_modules/@nodable/entities/src/index.js +29 -0
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/middleware-endpoint/package.json +3 -3
- package/node_modules/@smithy/middleware-retry/package.json +5 -5
- package/node_modules/@smithy/middleware-serde/package.json +2 -2
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +27 -16
- package/node_modules/@smithy/node-http-handler/dist-es/http2/ClientHttp2SessionRef.js +5 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +22 -16
- package/node_modules/@smithy/node-http-handler/dist-types/http2/ClientHttp2SessionRef.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +2 -4
- package/node_modules/@smithy/node-http-handler/package.json +1 -1
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +1 -0
- package/node_modules/@smithy/service-error-classification/package.json +1 -1
- package/node_modules/@smithy/smithy-client/package.json +4 -4
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +27 -13
- package/node_modules/@smithy/util-retry/dist-es/AdaptiveRetryStrategy.js +5 -2
- package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
- package/node_modules/@smithy/util-retry/dist-es/StandardRetryStrategy.js +20 -10
- package/node_modules/@smithy/util-retry/dist-types/StandardRetryStrategy.d.ts +12 -4
- package/node_modules/@smithy/util-retry/package.json +3 -3
- package/node_modules/@smithy/util-stream/package.json +2 -2
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +59 -34
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +61 -34
- package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +2 -1
- package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +13 -13
- package/node_modules/@smithy/util-waiter/package.json +1 -1
- package/node_modules/fast-xml-builder/CHANGELOG.md +13 -0
- package/node_modules/fast-xml-builder/lib/fxb.cjs +1 -1
- package/node_modules/fast-xml-builder/lib/fxb.min.js +1 -1
- package/node_modules/fast-xml-builder/lib/fxb.min.js.map +1 -1
- package/node_modules/fast-xml-builder/package.json +1 -1
- package/node_modules/fast-xml-builder/src/fxb.js +7 -8
- package/node_modules/fast-xml-builder/src/orderedJs2Xml.js +6 -7
- package/node_modules/fast-xml-builder/src/util.js +16 -0
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/CHANGELOG.md +61 -0
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/README.md +8 -28
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -0
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxp.d.cts +172 -6
- package/node_modules/fast-xml-parser/lib/fxp.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -0
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +2 -0
- package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -0
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/package.json +5 -4
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.d.ts +162 -3
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/DocTypeReader.js +2 -5
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OptionsBuilder.js +15 -11
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/OrderedObjParser.js +174 -245
- package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/XMLParser.js +2 -2
- package/package.json +9 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-connect/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-connect/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-glue/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-glue/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-glue/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-lakeformation/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-lakeformation/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-lakeformation/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-lakeformation/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ram/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-ram/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-ram/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-ram/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/ruleset.js +0 -7
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/ruleset.js +0 -4
- package/node_modules/@aws-sdk/client-sts/dist-types/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/endpoint/ruleset.js +0 -146
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +0 -133
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/endpoint/ruleset.js +0 -106
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +0 -106
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +0 -145
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/ruleset.js +0 -143
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +0 -130
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/ruleset.js +0 -103
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +0 -103
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +0 -142
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +0 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js +0 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +0 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +0 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +0 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +0 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +0 -2
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +0 -1
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/pem.d.cts +0 -148
- package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/pem.d.ts +0 -135
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/LICENSE +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/lib/fxvalidator.min.js.map +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/cli.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/man.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/cli/read.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/fxp.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/ignoreAttributes.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/util.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/CharsSymbol.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/EntitiesParser.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OptionsBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/BaseOutputBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsArrBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsMinArrBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/JsObjBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/OutputBuilders/ParserOptionsBuilder.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Report.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPath.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/TagPathMatcher.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XMLParser.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/Xml2JsParser.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlPartReader.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/XmlSpecialTagsReader.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/BufferSource.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/inputSource/StringSource.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/EntitiesParser.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParser.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/booleanParserExt.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/currency.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/join.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/number.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/v6/valueParsers/trim.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/validator.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlbuilder/json2xml.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/node2json.js +0 -0
- /package/node_modules/{@aws-sdk/xml-builder/node_modules/fast-xml-parser → fast-xml-parser}/src/xmlparser/xmlNode.js +0 -0
|
@@ -91,6 +91,7 @@ import { type UpdateStackInstancesCommandInput, type UpdateStackInstancesCommand
|
|
|
91
91
|
import { type UpdateStackSetCommandInput, type UpdateStackSetCommandOutput } from "./commands/UpdateStackSetCommand";
|
|
92
92
|
import { type UpdateTerminationProtectionCommandInput, type UpdateTerminationProtectionCommandOutput } from "./commands/UpdateTerminationProtectionCommand";
|
|
93
93
|
import { type ValidateTemplateCommandInput, type ValidateTemplateCommandOutput } from "./commands/ValidateTemplateCommand";
|
|
94
|
+
import type { CloudFormationServiceException } from "./models/CloudFormationServiceException";
|
|
94
95
|
export interface CloudFormation {
|
|
95
96
|
/**
|
|
96
97
|
* @see {@link ActivateOrganizationsAccessCommand}
|
|
@@ -837,61 +838,61 @@ export interface CloudFormation {
|
|
|
837
838
|
* @param args - command input.
|
|
838
839
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
839
840
|
*/
|
|
840
|
-
waitUntilChangeSetCreateComplete(args: DescribeChangeSetCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult
|
|
841
|
+
waitUntilChangeSetCreateComplete(args: DescribeChangeSetCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeChangeSetCommandOutput>>;
|
|
841
842
|
/**
|
|
842
843
|
* @see {@link DescribeStackRefactorCommand}
|
|
843
844
|
* @param args - command input.
|
|
844
845
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
845
846
|
*/
|
|
846
|
-
waitUntilStackRefactorCreateComplete(args: DescribeStackRefactorCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult
|
|
847
|
+
waitUntilStackRefactorCreateComplete(args: DescribeStackRefactorCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
|
|
847
848
|
/**
|
|
848
849
|
* @see {@link DescribeStackRefactorCommand}
|
|
849
850
|
* @param args - command input.
|
|
850
851
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
851
852
|
*/
|
|
852
|
-
waitUntilStackRefactorExecuteComplete(args: DescribeStackRefactorCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult
|
|
853
|
+
waitUntilStackRefactorExecuteComplete(args: DescribeStackRefactorCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
|
|
853
854
|
/**
|
|
854
855
|
* @see {@link DescribeStacksCommand}
|
|
855
856
|
* @param args - command input.
|
|
856
857
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
857
858
|
*/
|
|
858
|
-
waitUntilStackCreateComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult
|
|
859
|
+
waitUntilStackCreateComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
859
860
|
/**
|
|
860
861
|
* @see {@link DescribeStacksCommand}
|
|
861
862
|
* @param args - command input.
|
|
862
863
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
863
864
|
*/
|
|
864
|
-
waitUntilStackDeleteComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult
|
|
865
|
+
waitUntilStackDeleteComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
|
|
865
866
|
/**
|
|
866
867
|
* @see {@link DescribeStacksCommand}
|
|
867
868
|
* @param args - command input.
|
|
868
869
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
869
870
|
*/
|
|
870
|
-
waitUntilStackExists(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult
|
|
871
|
+
waitUntilStackExists(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
871
872
|
/**
|
|
872
873
|
* @see {@link DescribeStacksCommand}
|
|
873
874
|
* @param args - command input.
|
|
874
875
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
875
876
|
*/
|
|
876
|
-
waitUntilStackImportComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult
|
|
877
|
+
waitUntilStackImportComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
877
878
|
/**
|
|
878
879
|
* @see {@link DescribeStacksCommand}
|
|
879
880
|
* @param args - command input.
|
|
880
881
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
881
882
|
*/
|
|
882
|
-
waitUntilStackRollbackComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult
|
|
883
|
+
waitUntilStackRollbackComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
883
884
|
/**
|
|
884
885
|
* @see {@link DescribeStacksCommand}
|
|
885
886
|
* @param args - command input.
|
|
886
887
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
887
888
|
*/
|
|
888
|
-
waitUntilStackUpdateComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult
|
|
889
|
+
waitUntilStackUpdateComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
889
890
|
/**
|
|
890
891
|
* @see {@link DescribeTypeRegistrationCommand}
|
|
891
892
|
* @param args - command input.
|
|
892
893
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
893
894
|
*/
|
|
894
|
-
waitUntilTypeRegistrationComplete(args: DescribeTypeRegistrationCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult
|
|
895
|
+
waitUntilTypeRegistrationComplete(args: DescribeTypeRegistrationCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeTypeRegistrationCommandOutput>>;
|
|
895
896
|
}
|
|
896
897
|
/**
|
|
897
898
|
* <fullname>CloudFormation</fullname>
|
|
@@ -366,6 +366,7 @@ import {
|
|
|
366
366
|
ValidateTemplateCommandInput,
|
|
367
367
|
ValidateTemplateCommandOutput,
|
|
368
368
|
} from "./commands/ValidateTemplateCommand";
|
|
369
|
+
import { CloudFormationServiceException } from "./models/CloudFormationServiceException";
|
|
369
370
|
export interface CloudFormation {
|
|
370
371
|
activateOrganizationsAccess(): Promise<ActivateOrganizationsAccessCommandOutput>;
|
|
371
372
|
activateOrganizationsAccess(
|
|
@@ -1757,7 +1758,7 @@ export interface CloudFormation {
|
|
|
1757
1758
|
WaiterConfiguration<CloudFormation>,
|
|
1758
1759
|
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1759
1760
|
>
|
|
1760
|
-
): Promise<WaiterResult
|
|
1761
|
+
): Promise<WaiterResult<DescribeChangeSetCommandOutput>>;
|
|
1761
1762
|
waitUntilStackRefactorCreateComplete(
|
|
1762
1763
|
args: DescribeStackRefactorCommandInput,
|
|
1763
1764
|
waiterConfig:
|
|
@@ -1766,7 +1767,7 @@ export interface CloudFormation {
|
|
|
1766
1767
|
WaiterConfiguration<CloudFormation>,
|
|
1767
1768
|
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1768
1769
|
>
|
|
1769
|
-
): Promise<WaiterResult
|
|
1770
|
+
): Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
|
|
1770
1771
|
waitUntilStackRefactorExecuteComplete(
|
|
1771
1772
|
args: DescribeStackRefactorCommandInput,
|
|
1772
1773
|
waiterConfig:
|
|
@@ -1775,7 +1776,7 @@ export interface CloudFormation {
|
|
|
1775
1776
|
WaiterConfiguration<CloudFormation>,
|
|
1776
1777
|
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1777
1778
|
>
|
|
1778
|
-
): Promise<WaiterResult
|
|
1779
|
+
): Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
|
|
1779
1780
|
waitUntilStackCreateComplete(
|
|
1780
1781
|
args: DescribeStacksCommandInput,
|
|
1781
1782
|
waiterConfig:
|
|
@@ -1784,7 +1785,7 @@ export interface CloudFormation {
|
|
|
1784
1785
|
WaiterConfiguration<CloudFormation>,
|
|
1785
1786
|
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1786
1787
|
>
|
|
1787
|
-
): Promise<WaiterResult
|
|
1788
|
+
): Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
1788
1789
|
waitUntilStackDeleteComplete(
|
|
1789
1790
|
args: DescribeStacksCommandInput,
|
|
1790
1791
|
waiterConfig:
|
|
@@ -1793,7 +1794,9 @@ export interface CloudFormation {
|
|
|
1793
1794
|
WaiterConfiguration<CloudFormation>,
|
|
1794
1795
|
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1795
1796
|
>
|
|
1796
|
-
): Promise<
|
|
1797
|
+
): Promise<
|
|
1798
|
+
WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
|
|
1799
|
+
>;
|
|
1797
1800
|
waitUntilStackExists(
|
|
1798
1801
|
args: DescribeStacksCommandInput,
|
|
1799
1802
|
waiterConfig:
|
|
@@ -1802,7 +1805,7 @@ export interface CloudFormation {
|
|
|
1802
1805
|
WaiterConfiguration<CloudFormation>,
|
|
1803
1806
|
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1804
1807
|
>
|
|
1805
|
-
): Promise<WaiterResult
|
|
1808
|
+
): Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
1806
1809
|
waitUntilStackImportComplete(
|
|
1807
1810
|
args: DescribeStacksCommandInput,
|
|
1808
1811
|
waiterConfig:
|
|
@@ -1811,7 +1814,7 @@ export interface CloudFormation {
|
|
|
1811
1814
|
WaiterConfiguration<CloudFormation>,
|
|
1812
1815
|
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1813
1816
|
>
|
|
1814
|
-
): Promise<WaiterResult
|
|
1817
|
+
): Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
1815
1818
|
waitUntilStackRollbackComplete(
|
|
1816
1819
|
args: DescribeStacksCommandInput,
|
|
1817
1820
|
waiterConfig:
|
|
@@ -1820,7 +1823,7 @@ export interface CloudFormation {
|
|
|
1820
1823
|
WaiterConfiguration<CloudFormation>,
|
|
1821
1824
|
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1822
1825
|
>
|
|
1823
|
-
): Promise<WaiterResult
|
|
1826
|
+
): Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
1824
1827
|
waitUntilStackUpdateComplete(
|
|
1825
1828
|
args: DescribeStacksCommandInput,
|
|
1826
1829
|
waiterConfig:
|
|
@@ -1829,7 +1832,7 @@ export interface CloudFormation {
|
|
|
1829
1832
|
WaiterConfiguration<CloudFormation>,
|
|
1830
1833
|
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1831
1834
|
>
|
|
1832
|
-
): Promise<WaiterResult
|
|
1835
|
+
): Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
1833
1836
|
waitUntilTypeRegistrationComplete(
|
|
1834
1837
|
args: DescribeTypeRegistrationCommandInput,
|
|
1835
1838
|
waiterConfig:
|
|
@@ -1838,7 +1841,7 @@ export interface CloudFormation {
|
|
|
1838
1841
|
WaiterConfiguration<CloudFormation>,
|
|
1839
1842
|
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1840
1843
|
>
|
|
1841
|
-
): Promise<WaiterResult
|
|
1844
|
+
): Promise<WaiterResult<DescribeTypeRegistrationCommandOutput>>;
|
|
1842
1845
|
}
|
|
1843
1846
|
export declare class CloudFormation
|
|
1844
1847
|
extends CloudFormationClient
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
DescribeChangeSetCommandInput,
|
|
5
|
+
DescribeChangeSetCommandOutput,
|
|
6
|
+
} from "../commands/DescribeChangeSetCommand";
|
|
7
|
+
import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
8
|
export declare const waitForChangeSetCreateComplete: (
|
|
5
9
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
6
10
|
input: DescribeChangeSetCommandInput
|
|
7
|
-
) => Promise<
|
|
11
|
+
) => Promise<
|
|
12
|
+
WaiterResult<DescribeChangeSetCommandOutput | CloudFormationServiceException>
|
|
13
|
+
>;
|
|
8
14
|
export declare const waitUntilChangeSetCreateComplete: (
|
|
9
15
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
10
16
|
input: DescribeChangeSetCommandInput
|
|
11
|
-
) => Promise<WaiterResult
|
|
17
|
+
) => Promise<WaiterResult<DescribeChangeSetCommandOutput>>;
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
DescribeStacksCommandInput,
|
|
5
|
+
DescribeStacksCommandOutput,
|
|
6
|
+
} from "../commands/DescribeStacksCommand";
|
|
7
|
+
import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
8
|
export declare const waitForStackCreateComplete: (
|
|
5
9
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
6
10
|
input: DescribeStacksCommandInput
|
|
7
|
-
) => Promise<
|
|
11
|
+
) => Promise<
|
|
12
|
+
WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
|
|
13
|
+
>;
|
|
8
14
|
export declare const waitUntilStackCreateComplete: (
|
|
9
15
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
10
16
|
input: DescribeStacksCommandInput
|
|
11
|
-
) => Promise<WaiterResult
|
|
17
|
+
) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
DescribeStacksCommandInput,
|
|
5
|
+
DescribeStacksCommandOutput,
|
|
6
|
+
} from "../commands/DescribeStacksCommand";
|
|
7
|
+
import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
8
|
export declare const waitForStackDeleteComplete: (
|
|
5
9
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
6
10
|
input: DescribeStacksCommandInput
|
|
7
|
-
) => Promise<
|
|
11
|
+
) => Promise<
|
|
12
|
+
WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
|
|
13
|
+
>;
|
|
8
14
|
export declare const waitUntilStackDeleteComplete: (
|
|
9
15
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
10
16
|
input: DescribeStacksCommandInput
|
|
11
|
-
) => Promise<
|
|
17
|
+
) => Promise<
|
|
18
|
+
WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
|
|
19
|
+
>;
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackExists.d.ts
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
DescribeStacksCommandInput,
|
|
5
|
+
DescribeStacksCommandOutput,
|
|
6
|
+
} from "../commands/DescribeStacksCommand";
|
|
7
|
+
import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
8
|
export declare const waitForStackExists: (
|
|
5
9
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
6
10
|
input: DescribeStacksCommandInput
|
|
7
|
-
) => Promise<
|
|
11
|
+
) => Promise<
|
|
12
|
+
WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
|
|
13
|
+
>;
|
|
8
14
|
export declare const waitUntilStackExists: (
|
|
9
15
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
10
16
|
input: DescribeStacksCommandInput
|
|
11
|
-
) => Promise<WaiterResult
|
|
17
|
+
) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
DescribeStacksCommandInput,
|
|
5
|
+
DescribeStacksCommandOutput,
|
|
6
|
+
} from "../commands/DescribeStacksCommand";
|
|
7
|
+
import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
8
|
export declare const waitForStackImportComplete: (
|
|
5
9
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
6
10
|
input: DescribeStacksCommandInput
|
|
7
|
-
) => Promise<
|
|
11
|
+
) => Promise<
|
|
12
|
+
WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
|
|
13
|
+
>;
|
|
8
14
|
export declare const waitUntilStackImportComplete: (
|
|
9
15
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
10
16
|
input: DescribeStacksCommandInput
|
|
11
|
-
) => Promise<WaiterResult
|
|
17
|
+
) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
DescribeStackRefactorCommandInput,
|
|
5
|
+
DescribeStackRefactorCommandOutput,
|
|
6
|
+
} from "../commands/DescribeStackRefactorCommand";
|
|
7
|
+
import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
8
|
export declare const waitForStackRefactorCreateComplete: (
|
|
5
9
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
6
10
|
input: DescribeStackRefactorCommandInput
|
|
7
|
-
) => Promise<
|
|
11
|
+
) => Promise<
|
|
12
|
+
WaiterResult<
|
|
13
|
+
DescribeStackRefactorCommandOutput | CloudFormationServiceException
|
|
14
|
+
>
|
|
15
|
+
>;
|
|
8
16
|
export declare const waitUntilStackRefactorCreateComplete: (
|
|
9
17
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
10
18
|
input: DescribeStackRefactorCommandInput
|
|
11
|
-
) => Promise<WaiterResult
|
|
19
|
+
) => Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
|
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
DescribeStackRefactorCommandInput,
|
|
5
|
+
DescribeStackRefactorCommandOutput,
|
|
6
|
+
} from "../commands/DescribeStackRefactorCommand";
|
|
7
|
+
import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
8
|
export declare const waitForStackRefactorExecuteComplete: (
|
|
5
9
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
6
10
|
input: DescribeStackRefactorCommandInput
|
|
7
|
-
) => Promise<
|
|
11
|
+
) => Promise<
|
|
12
|
+
WaiterResult<
|
|
13
|
+
DescribeStackRefactorCommandOutput | CloudFormationServiceException
|
|
14
|
+
>
|
|
15
|
+
>;
|
|
8
16
|
export declare const waitUntilStackRefactorExecuteComplete: (
|
|
9
17
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
10
18
|
input: DescribeStackRefactorCommandInput
|
|
11
|
-
) => Promise<WaiterResult
|
|
19
|
+
) => Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
DescribeStacksCommandInput,
|
|
5
|
+
DescribeStacksCommandOutput,
|
|
6
|
+
} from "../commands/DescribeStacksCommand";
|
|
7
|
+
import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
8
|
export declare const waitForStackRollbackComplete: (
|
|
5
9
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
6
10
|
input: DescribeStacksCommandInput
|
|
7
|
-
) => Promise<
|
|
11
|
+
) => Promise<
|
|
12
|
+
WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
|
|
13
|
+
>;
|
|
8
14
|
export declare const waitUntilStackRollbackComplete: (
|
|
9
15
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
10
16
|
input: DescribeStacksCommandInput
|
|
11
|
-
) => Promise<WaiterResult
|
|
17
|
+
) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
DescribeStacksCommandInput,
|
|
5
|
+
DescribeStacksCommandOutput,
|
|
6
|
+
} from "../commands/DescribeStacksCommand";
|
|
7
|
+
import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
8
|
export declare const waitForStackUpdateComplete: (
|
|
5
9
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
6
10
|
input: DescribeStacksCommandInput
|
|
7
|
-
) => Promise<
|
|
11
|
+
) => Promise<
|
|
12
|
+
WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
|
|
13
|
+
>;
|
|
8
14
|
export declare const waitUntilStackUpdateComplete: (
|
|
9
15
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
10
16
|
input: DescribeStacksCommandInput
|
|
11
|
-
) => Promise<WaiterResult
|
|
17
|
+
) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
DescribeTypeRegistrationCommandInput,
|
|
5
|
+
DescribeTypeRegistrationCommandOutput,
|
|
6
|
+
} from "../commands/DescribeTypeRegistrationCommand";
|
|
7
|
+
import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
8
|
export declare const waitForTypeRegistrationComplete: (
|
|
5
9
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
6
10
|
input: DescribeTypeRegistrationCommandInput
|
|
7
|
-
) => Promise<
|
|
11
|
+
) => Promise<
|
|
12
|
+
WaiterResult<
|
|
13
|
+
DescribeTypeRegistrationCommandOutput | CloudFormationServiceException
|
|
14
|
+
>
|
|
15
|
+
>;
|
|
8
16
|
export declare const waitUntilTypeRegistrationComplete: (
|
|
9
17
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
10
18
|
input: DescribeTypeRegistrationCommandInput
|
|
11
|
-
) => Promise<WaiterResult
|
|
19
|
+
) => Promise<WaiterResult<DescribeTypeRegistrationCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import type { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import { type DescribeChangeSetCommandInput } from "../commands/DescribeChangeSetCommand";
|
|
3
|
+
import { type DescribeChangeSetCommandInput, type DescribeChangeSetCommandOutput } from "../commands/DescribeChangeSetCommand";
|
|
4
|
+
import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until change set status is CREATE_COMPLETE.
|
|
6
7
|
* @deprecated Use waitUntilChangeSetCreateComplete instead. waitForChangeSetCreateComplete does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForChangeSetCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeChangeSetCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForChangeSetCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeChangeSetCommandInput) => Promise<WaiterResult<DescribeChangeSetCommandOutput | CloudFormationServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until change set status is CREATE_COMPLETE.
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeChangeSetCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilChangeSetCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeChangeSetCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilChangeSetCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeChangeSetCommandInput) => Promise<WaiterResult<DescribeChangeSetCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import type { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
|
|
3
|
+
import { type DescribeStacksCommandInput, type DescribeStacksCommandOutput } from "../commands/DescribeStacksCommand";
|
|
4
|
+
import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until stack status is CREATE_COMPLETE.
|
|
6
7
|
* @deprecated Use waitUntilStackCreateComplete instead. waitForStackCreateComplete does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForStackCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForStackCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until stack status is CREATE_COMPLETE.
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeStacksCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilStackCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilStackCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import type { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
|
|
3
|
+
import { type DescribeStacksCommandInput, type DescribeStacksCommandOutput } from "../commands/DescribeStacksCommand";
|
|
4
|
+
import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until stack status is DELETE_COMPLETE.
|
|
6
7
|
* @deprecated Use waitUntilStackDeleteComplete instead. waitForStackDeleteComplete does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForStackDeleteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForStackDeleteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until stack status is DELETE_COMPLETE.
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeStacksCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilStackDeleteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilStackDeleteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackExists.d.ts
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import type { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
|
|
3
|
+
import { type DescribeStacksCommandInput, type DescribeStacksCommandOutput } from "../commands/DescribeStacksCommand";
|
|
4
|
+
import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
5
|
/**
|
|
5
6
|
*
|
|
6
7
|
* @deprecated Use waitUntilStackExists instead. waitForStackExists does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForStackExists: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForStackExists: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
*
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeStacksCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilStackExists: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilStackExists: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import type { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
|
|
3
|
+
import { type DescribeStacksCommandInput, type DescribeStacksCommandOutput } from "../commands/DescribeStacksCommand";
|
|
4
|
+
import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until stack status is IMPORT_COMPLETE.
|
|
6
7
|
* @deprecated Use waitUntilStackImportComplete instead. waitForStackImportComplete does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForStackImportComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForStackImportComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until stack status is IMPORT_COMPLETE.
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeStacksCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilStackImportComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilStackImportComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import type { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import { type DescribeStackRefactorCommandInput } from "../commands/DescribeStackRefactorCommand";
|
|
3
|
+
import { type DescribeStackRefactorCommandInput, type DescribeStackRefactorCommandOutput } from "../commands/DescribeStackRefactorCommand";
|
|
4
|
+
import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until the stack refactor status is CREATE_COMPLETE.
|
|
6
7
|
* @deprecated Use waitUntilStackRefactorCreateComplete instead. waitForStackRefactorCreateComplete does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForStackRefactorCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForStackRefactorCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult<DescribeStackRefactorCommandOutput | CloudFormationServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until the stack refactor status is CREATE_COMPLETE.
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeStackRefactorCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilStackRefactorCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilStackRefactorCreateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import type { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import { type DescribeStackRefactorCommandInput } from "../commands/DescribeStackRefactorCommand";
|
|
3
|
+
import { type DescribeStackRefactorCommandInput, type DescribeStackRefactorCommandOutput } from "../commands/DescribeStackRefactorCommand";
|
|
4
|
+
import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until the stack refactor status is EXECUTE_COMPLETE.
|
|
6
7
|
* @deprecated Use waitUntilStackRefactorExecuteComplete instead. waitForStackRefactorExecuteComplete does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForStackRefactorExecuteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForStackRefactorExecuteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult<DescribeStackRefactorCommandOutput | CloudFormationServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until the stack refactor status is EXECUTE_COMPLETE.
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeStackRefactorCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilStackRefactorExecuteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilStackRefactorExecuteComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStackRefactorCommandInput) => Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import type { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
|
|
3
|
+
import { type DescribeStacksCommandInput, type DescribeStacksCommandOutput } from "../commands/DescribeStacksCommand";
|
|
4
|
+
import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until stack status is UPDATE_ROLLBACK_COMPLETE.
|
|
6
7
|
* @deprecated Use waitUntilStackRollbackComplete instead. waitForStackRollbackComplete does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForStackRollbackComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForStackRollbackComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until stack status is UPDATE_ROLLBACK_COMPLETE.
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeStacksCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilStackRollbackComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilStackRollbackComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import type { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import { type DescribeStacksCommandInput } from "../commands/DescribeStacksCommand";
|
|
3
|
+
import { type DescribeStacksCommandInput, type DescribeStacksCommandOutput } from "../commands/DescribeStacksCommand";
|
|
4
|
+
import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until stack status is UPDATE_COMPLETE.
|
|
6
7
|
* @deprecated Use waitUntilStackUpdateComplete instead. waitForStackUpdateComplete does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForStackUpdateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForStackUpdateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until stack status is UPDATE_COMPLETE.
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeStacksCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilStackUpdateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilStackUpdateComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeStacksCommandInput) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import type { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import { type DescribeTypeRegistrationCommandInput } from "../commands/DescribeTypeRegistrationCommand";
|
|
3
|
+
import { type DescribeTypeRegistrationCommandInput, type DescribeTypeRegistrationCommandOutput } from "../commands/DescribeTypeRegistrationCommand";
|
|
4
|
+
import type { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
5
|
/**
|
|
5
6
|
* Wait until type registration is COMPLETE.
|
|
6
7
|
* @deprecated Use waitUntilTypeRegistrationComplete instead. waitForTypeRegistrationComplete does not throw error in non-success cases.
|
|
7
8
|
*/
|
|
8
|
-
export declare const waitForTypeRegistrationComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeTypeRegistrationCommandInput) => Promise<WaiterResult
|
|
9
|
+
export declare const waitForTypeRegistrationComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeTypeRegistrationCommandInput) => Promise<WaiterResult<DescribeTypeRegistrationCommandOutput | CloudFormationServiceException>>;
|
|
9
10
|
/**
|
|
10
11
|
* Wait until type registration is COMPLETE.
|
|
11
12
|
* @param params - Waiter configuration options.
|
|
12
13
|
* @param input - The input to DescribeTypeRegistrationCommand for polling.
|
|
13
14
|
*/
|
|
14
|
-
export declare const waitUntilTypeRegistrationComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeTypeRegistrationCommandInput) => Promise<WaiterResult
|
|
15
|
+
export declare const waitUntilTypeRegistrationComplete: (params: WaiterConfiguration<CloudFormationClient>, input: DescribeTypeRegistrationCommandInput) => Promise<WaiterResult<DescribeTypeRegistrationCommandOutput>>;
|