@cdk8s/awscdk-resolver 0.0.67 → 0.0.76
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 +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/README.md +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +169 -116
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetAutoDeploymentTargetsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/endpointResolver.js +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +75 -34
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +37 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +73 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +5 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +4 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +4 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +1246 -1343
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +184 -174
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/protocols/Aws_query.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +52 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateOrganizationsAccessCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateGeneratedTemplateCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateOrganizationsAccessCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteGeneratedTemplateCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeGeneratedTemplateCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeOrganizationsAccessCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeResourceScanCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetGeneratedTemplateCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListExportsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListGeneratedTemplatesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListImportsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanRelatedResourcesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanResourcesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScansCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstanceResourceDriftsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStacksCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +11 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +10 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +14 -13
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +13 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/package.json +41 -42
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +6 -49
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +3 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +1 -40
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +32 -32
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/package.json +38 -38
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +7 -50
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +3 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +1 -40
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +89 -89
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +40 -40
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +10 -44
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +3 -1
- package/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +2 -34
- package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +3 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +98 -98
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/package.json +39 -40
- package/node_modules/@aws-sdk/core/CHANGELOG.md +35 -0
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +126 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/common.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/parseJsonBody.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/xml/parseXmlBody.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/common.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/index.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/json/parseJsonBody.js +51 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/xml/parseXmlBody.js +57 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/common.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/json/parseJsonBody.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/xml/parseXmlBody.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/common.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/json/parseJsonBody.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/xml/parseXmlBody.d.ts +13 -0
- package/node_modules/@aws-sdk/core/package.json +8 -7
- package/node_modules/@aws-sdk/core/src/protocols/common.ts +5 -0
- package/node_modules/@aws-sdk/core/src/protocols/index.ts +2 -0
- package/node_modules/@aws-sdk/core/src/protocols/json/parseJsonBody.ts +60 -0
- package/node_modules/@aws-sdk/core/src/protocols/xml/parseXmlBody.ts +64 -0
- package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-host-header/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-logger/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -6
- package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -7
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/package.json +3 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +2 -0
- package/node_modules/@aws-sdk/util-locate-window/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@smithy/config-resolver/package.json +6 -6
- package/node_modules/@smithy/core/package.json +9 -9
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +11 -1
- package/node_modules/@smithy/credential-provider-imds/dist-es/index.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +6 -6
- package/node_modules/@smithy/eventstream-codec/package.json +5 -5
- package/node_modules/@smithy/fetch-http-handler/package.json +9 -9
- package/node_modules/@smithy/hash-node/package.json +5 -5
- package/node_modules/@smithy/invalid-dependency/package.json +3 -3
- package/node_modules/@smithy/is-array-buffer/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +5 -5
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +11 -11
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +5 -0
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +5 -0
- package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +5 -2
- package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +6 -2
- package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +5 -2
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +5 -2
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +6 -2
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +5 -2
- package/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@smithy/node-config-provider/package.json +5 -5
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +14 -3
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +30 -0
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +16 -4
- package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/package.json +6 -6
- package/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@smithy/querystring-builder/package.json +4 -4
- package/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -3
- package/node_modules/@smithy/signature-v4/package.json +10 -10
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/smithy-client/dist-es/command.js +2 -2
- package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-types/client.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/serde.d.ts +10 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +2 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +10 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +27 -7
- package/node_modules/@smithy/types/dist-types/util.d.ts +22 -7
- package/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/url-parser/package.json +4 -4
- package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +16 -1
- package/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +14 -1
- package/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +16 -1
- package/node_modules/@smithy/util-base64/dist-es/toBase64.js +14 -1
- package/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +4 -3
- package/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +4 -3
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +4 -3
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +4 -3
- package/node_modules/@smithy/util-base64/package.json +4 -3
- package/node_modules/@smithy/util-body-length-browser/package.json +2 -2
- package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +1 -1
- package/node_modules/@smithy/util-body-length-node/package.json +2 -2
- package/node_modules/@smithy/util-buffer-from/package.json +3 -3
- package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/util-config-provider/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
- package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
- package/node_modules/@smithy/util-endpoints/package.json +4 -4
- package/node_modules/@smithy/util-hex-encoding/package.json +2 -2
- package/node_modules/@smithy/util-middleware/package.json +3 -3
- package/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@smithy/util-stream/package.json +12 -12
- package/node_modules/@smithy/util-uri-escape/package.json +2 -2
- package/node_modules/@smithy/util-utf8/dist-cjs/index.js +9 -1
- package/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -1
- package/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +9 -1
- package/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -1
- package/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -1
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -1
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -1
- package/node_modules/@smithy/util-utf8/package.json +3 -3
- package/node_modules/@smithy/util-waiter/package.json +4 -4
- package/node_modules/uuid/CHANGELOG.md +45 -0
- package/node_modules/uuid/README.md +36 -75
- package/node_modules/uuid/dist/esm-browser/md5.js +23 -23
- package/node_modules/uuid/dist/esm-browser/parse.js +2 -2
- package/node_modules/uuid/dist/esm-browser/rng.js +4 -5
- package/node_modules/uuid/dist/esm-browser/sha1.js +26 -26
- package/node_modules/uuid/dist/esm-browser/stringify.js +9 -6
- package/node_modules/uuid/dist/esm-browser/v1.js +17 -17
- package/node_modules/uuid/dist/esm-browser/v3.js +1 -1
- package/node_modules/uuid/dist/esm-browser/v35.js +12 -10
- package/node_modules/uuid/dist/esm-browser/v4.js +9 -4
- package/node_modules/uuid/dist/esm-browser/v5.js +1 -1
- package/node_modules/uuid/dist/esm-browser/version.js +1 -1
- package/node_modules/uuid/dist/esm-node/stringify.js +7 -3
- package/node_modules/uuid/dist/esm-node/v1.js +2 -2
- package/node_modules/uuid/dist/esm-node/v35.js +6 -4
- package/node_modules/uuid/dist/esm-node/v4.js +7 -2
- package/node_modules/uuid/dist/esm-node/version.js +1 -1
- package/node_modules/uuid/dist/index.js +18 -18
- package/node_modules/uuid/dist/rng-browser.js +2 -3
- package/node_modules/uuid/dist/stringify.js +8 -3
- package/node_modules/uuid/dist/v1.js +2 -2
- package/node_modules/uuid/dist/v35.js +7 -5
- package/node_modules/uuid/dist/v4.js +8 -2
- package/node_modules/uuid/dist/version.js +1 -1
- package/node_modules/uuid/package.json +41 -41
- package/package.json +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/CHANGELOG.md +0 -274
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/CONTRIBUTING.md +0 -18
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/LICENSE.md +0 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/README.md +0 -466
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/bin/uuid +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/index.js +0 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/md5.js +0 -215
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/nil.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/parse.js +0 -35
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/regex.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/rng.js +0 -18
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/v1.js +0 -95
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/v3.js +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/v35.js +0 -66
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/v4.js +0 -29
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/v5.js +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/validate.js +0 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/version.js +0 -11
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/index.js +0 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/md5.js +0 -13
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/nil.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/parse.js +0 -35
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/regex.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/rng.js +0 -12
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/sha1.js +0 -13
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/stringify.js +0 -33
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/v1.js +0 -95
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/v3.js +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/v35.js +0 -66
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/v4.js +0 -29
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/v5.js +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/validate.js +0 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/version.js +0 -11
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/index.js +0 -79
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/md5-browser.js +0 -223
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/md5.js +0 -23
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/nil.js +0 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/parse.js +0 -45
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/regex.js +0 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/rng-browser.js +0 -25
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/rng.js +0 -24
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/sha1-browser.js +0 -104
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/sha1.js +0 -23
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/stringify.js +0 -44
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/uuid-bin.js +0 -85
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/v1.js +0 -107
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/v3.js +0 -16
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/v35.js +0 -80
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/v4.js +0 -43
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/v5.js +0 -16
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/validate.js +0 -17
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/version.js +0 -21
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/package.json +0 -135
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/wrapper.mjs +0 -10
- package/node_modules/uuid/dist/umd/uuid.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidNIL.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidParse.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidStringify.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidValidate.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidVersion.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidv1.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidv3.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidv4.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidv5.min.js +0 -1
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/index.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/md5.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/native.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/nil.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/parse.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/regex.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/rng.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/sha1.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/stringify.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v1.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v3.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v35.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v4.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v5.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/validate.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/version.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/native.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/native.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/native-browser.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/native.js +0 -0
@@ -118,6 +118,7 @@ __export(src_exports, {
|
|
118
118
|
ListStackInstanceResourceDriftsCommand: () => ListStackInstanceResourceDriftsCommand,
|
119
119
|
ListStackInstancesCommand: () => ListStackInstancesCommand,
|
120
120
|
ListStackResourcesCommand: () => ListStackResourcesCommand,
|
121
|
+
ListStackSetAutoDeploymentTargetsCommand: () => ListStackSetAutoDeploymentTargetsCommand,
|
121
122
|
ListStackSetOperationResultsCommand: () => ListStackSetOperationResultsCommand,
|
122
123
|
ListStackSetOperationsCommand: () => ListStackSetOperationsCommand,
|
123
124
|
ListStackSetsCommand: () => ListStackSetsCommand,
|
@@ -389,9 +390,9 @@ var import_middleware_serde = require("@smithy/middleware-serde");
|
|
389
390
|
var import_types = require("@smithy/types");
|
390
391
|
|
391
392
|
// src/protocols/Aws_query.ts
|
393
|
+
var import_core2 = require("@aws-sdk/core");
|
392
394
|
|
393
395
|
|
394
|
-
var import_fast_xml_parser = require("fast-xml-parser");
|
395
396
|
var import_uuid = require("uuid");
|
396
397
|
|
397
398
|
// src/models/CloudFormationServiceException.ts
|
@@ -1266,12 +1267,12 @@ var HandlerErrorCode = {
|
|
1266
1267
|
Unknown: "Unknown",
|
1267
1268
|
UnsupportedTarget: "UnsupportedTarget"
|
1268
1269
|
};
|
1270
|
+
|
1271
|
+
// src/models/models_1.ts
|
1269
1272
|
var ResourceSignalStatus = {
|
1270
1273
|
FAILURE: "FAILURE",
|
1271
1274
|
SUCCESS: "SUCCESS"
|
1272
1275
|
};
|
1273
|
-
|
1274
|
-
// src/models/models_1.ts
|
1275
1276
|
var _ResourceScanLimitExceededException = class _ResourceScanLimitExceededException extends CloudFormationServiceException {
|
1276
1277
|
/**
|
1277
1278
|
* @internal
|
@@ -1862,6 +1863,16 @@ var se_ListStacksCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1862
1863
|
});
|
1863
1864
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
1864
1865
|
}, "se_ListStacksCommand");
|
1866
|
+
var se_ListStackSetAutoDeploymentTargetsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
1867
|
+
const headers = SHARED_HEADERS;
|
1868
|
+
let body;
|
1869
|
+
body = buildFormUrlencodedString({
|
1870
|
+
...se_ListStackSetAutoDeploymentTargetsInput(input, context),
|
1871
|
+
[_A]: _LSSADT,
|
1872
|
+
[_V]: _
|
1873
|
+
});
|
1874
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
1875
|
+
}, "se_ListStackSetAutoDeploymentTargetsCommand");
|
1865
1876
|
var se_ListStackSetOperationResultsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
1866
1877
|
const headers = SHARED_HEADERS;
|
1867
1878
|
let body;
|
@@ -2106,7 +2117,7 @@ var de_ActivateOrganizationsAccessCommand = /* @__PURE__ */ __name(async (output
|
|
2106
2117
|
if (output.statusCode >= 300) {
|
2107
2118
|
return de_CommandError(output, context);
|
2108
2119
|
}
|
2109
|
-
const data = await
|
2120
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2110
2121
|
let contents = {};
|
2111
2122
|
contents = de_ActivateOrganizationsAccessOutput(data.ActivateOrganizationsAccessResult, context);
|
2112
2123
|
const response = {
|
@@ -2119,7 +2130,7 @@ var de_ActivateTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2119
2130
|
if (output.statusCode >= 300) {
|
2120
2131
|
return de_CommandError(output, context);
|
2121
2132
|
}
|
2122
|
-
const data = await
|
2133
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2123
2134
|
let contents = {};
|
2124
2135
|
contents = de_ActivateTypeOutput(data.ActivateTypeResult, context);
|
2125
2136
|
const response = {
|
@@ -2132,7 +2143,7 @@ var de_BatchDescribeTypeConfigurationsCommand = /* @__PURE__ */ __name(async (ou
|
|
2132
2143
|
if (output.statusCode >= 300) {
|
2133
2144
|
return de_CommandError(output, context);
|
2134
2145
|
}
|
2135
|
-
const data = await
|
2146
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2136
2147
|
let contents = {};
|
2137
2148
|
contents = de_BatchDescribeTypeConfigurationsOutput(data.BatchDescribeTypeConfigurationsResult, context);
|
2138
2149
|
const response = {
|
@@ -2155,7 +2166,7 @@ var de_ContinueUpdateRollbackCommand = /* @__PURE__ */ __name(async (output, con
|
|
2155
2166
|
if (output.statusCode >= 300) {
|
2156
2167
|
return de_CommandError(output, context);
|
2157
2168
|
}
|
2158
|
-
const data = await
|
2169
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2159
2170
|
let contents = {};
|
2160
2171
|
contents = de_ContinueUpdateRollbackOutput(data.ContinueUpdateRollbackResult, context);
|
2161
2172
|
const response = {
|
@@ -2168,7 +2179,7 @@ var de_CreateChangeSetCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
2168
2179
|
if (output.statusCode >= 300) {
|
2169
2180
|
return de_CommandError(output, context);
|
2170
2181
|
}
|
2171
|
-
const data = await
|
2182
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2172
2183
|
let contents = {};
|
2173
2184
|
contents = de_CreateChangeSetOutput(data.CreateChangeSetResult, context);
|
2174
2185
|
const response = {
|
@@ -2181,7 +2192,7 @@ var de_CreateGeneratedTemplateCommand = /* @__PURE__ */ __name(async (output, co
|
|
2181
2192
|
if (output.statusCode >= 300) {
|
2182
2193
|
return de_CommandError(output, context);
|
2183
2194
|
}
|
2184
|
-
const data = await
|
2195
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2185
2196
|
let contents = {};
|
2186
2197
|
contents = de_CreateGeneratedTemplateOutput(data.CreateGeneratedTemplateResult, context);
|
2187
2198
|
const response = {
|
@@ -2194,7 +2205,7 @@ var de_CreateStackCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2194
2205
|
if (output.statusCode >= 300) {
|
2195
2206
|
return de_CommandError(output, context);
|
2196
2207
|
}
|
2197
|
-
const data = await
|
2208
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2198
2209
|
let contents = {};
|
2199
2210
|
contents = de_CreateStackOutput(data.CreateStackResult, context);
|
2200
2211
|
const response = {
|
@@ -2207,7 +2218,7 @@ var de_CreateStackInstancesCommand = /* @__PURE__ */ __name(async (output, conte
|
|
2207
2218
|
if (output.statusCode >= 300) {
|
2208
2219
|
return de_CommandError(output, context);
|
2209
2220
|
}
|
2210
|
-
const data = await
|
2221
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2211
2222
|
let contents = {};
|
2212
2223
|
contents = de_CreateStackInstancesOutput(data.CreateStackInstancesResult, context);
|
2213
2224
|
const response = {
|
@@ -2220,7 +2231,7 @@ var de_CreateStackSetCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
2220
2231
|
if (output.statusCode >= 300) {
|
2221
2232
|
return de_CommandError(output, context);
|
2222
2233
|
}
|
2223
|
-
const data = await
|
2234
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2224
2235
|
let contents = {};
|
2225
2236
|
contents = de_CreateStackSetOutput(data.CreateStackSetResult, context);
|
2226
2237
|
const response = {
|
@@ -2233,7 +2244,7 @@ var de_DeactivateOrganizationsAccessCommand = /* @__PURE__ */ __name(async (outp
|
|
2233
2244
|
if (output.statusCode >= 300) {
|
2234
2245
|
return de_CommandError(output, context);
|
2235
2246
|
}
|
2236
|
-
const data = await
|
2247
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2237
2248
|
let contents = {};
|
2238
2249
|
contents = de_DeactivateOrganizationsAccessOutput(data.DeactivateOrganizationsAccessResult, context);
|
2239
2250
|
const response = {
|
@@ -2246,7 +2257,7 @@ var de_DeactivateTypeCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
2246
2257
|
if (output.statusCode >= 300) {
|
2247
2258
|
return de_CommandError(output, context);
|
2248
2259
|
}
|
2249
|
-
const data = await
|
2260
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2250
2261
|
let contents = {};
|
2251
2262
|
contents = de_DeactivateTypeOutput(data.DeactivateTypeResult, context);
|
2252
2263
|
const response = {
|
@@ -2259,7 +2270,7 @@ var de_DeleteChangeSetCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
2259
2270
|
if (output.statusCode >= 300) {
|
2260
2271
|
return de_CommandError(output, context);
|
2261
2272
|
}
|
2262
|
-
const data = await
|
2273
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2263
2274
|
let contents = {};
|
2264
2275
|
contents = de_DeleteChangeSetOutput(data.DeleteChangeSetResult, context);
|
2265
2276
|
const response = {
|
@@ -2292,7 +2303,7 @@ var de_DeleteStackInstancesCommand = /* @__PURE__ */ __name(async (output, conte
|
|
2292
2303
|
if (output.statusCode >= 300) {
|
2293
2304
|
return de_CommandError(output, context);
|
2294
2305
|
}
|
2295
|
-
const data = await
|
2306
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2296
2307
|
let contents = {};
|
2297
2308
|
contents = de_DeleteStackInstancesOutput(data.DeleteStackInstancesResult, context);
|
2298
2309
|
const response = {
|
@@ -2305,7 +2316,7 @@ var de_DeleteStackSetCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
2305
2316
|
if (output.statusCode >= 300) {
|
2306
2317
|
return de_CommandError(output, context);
|
2307
2318
|
}
|
2308
|
-
const data = await
|
2319
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2309
2320
|
let contents = {};
|
2310
2321
|
contents = de_DeleteStackSetOutput(data.DeleteStackSetResult, context);
|
2311
2322
|
const response = {
|
@@ -2318,7 +2329,7 @@ var de_DeregisterTypeCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
2318
2329
|
if (output.statusCode >= 300) {
|
2319
2330
|
return de_CommandError(output, context);
|
2320
2331
|
}
|
2321
|
-
const data = await
|
2332
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2322
2333
|
let contents = {};
|
2323
2334
|
contents = de_DeregisterTypeOutput(data.DeregisterTypeResult, context);
|
2324
2335
|
const response = {
|
@@ -2331,7 +2342,7 @@ var de_DescribeAccountLimitsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
2331
2342
|
if (output.statusCode >= 300) {
|
2332
2343
|
return de_CommandError(output, context);
|
2333
2344
|
}
|
2334
|
-
const data = await
|
2345
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2335
2346
|
let contents = {};
|
2336
2347
|
contents = de_DescribeAccountLimitsOutput(data.DescribeAccountLimitsResult, context);
|
2337
2348
|
const response = {
|
@@ -2344,7 +2355,7 @@ var de_DescribeChangeSetCommand = /* @__PURE__ */ __name(async (output, context)
|
|
2344
2355
|
if (output.statusCode >= 300) {
|
2345
2356
|
return de_CommandError(output, context);
|
2346
2357
|
}
|
2347
|
-
const data = await
|
2358
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2348
2359
|
let contents = {};
|
2349
2360
|
contents = de_DescribeChangeSetOutput(data.DescribeChangeSetResult, context);
|
2350
2361
|
const response = {
|
@@ -2357,7 +2368,7 @@ var de_DescribeChangeSetHooksCommand = /* @__PURE__ */ __name(async (output, con
|
|
2357
2368
|
if (output.statusCode >= 300) {
|
2358
2369
|
return de_CommandError(output, context);
|
2359
2370
|
}
|
2360
|
-
const data = await
|
2371
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2361
2372
|
let contents = {};
|
2362
2373
|
contents = de_DescribeChangeSetHooksOutput(data.DescribeChangeSetHooksResult, context);
|
2363
2374
|
const response = {
|
@@ -2370,7 +2381,7 @@ var de_DescribeGeneratedTemplateCommand = /* @__PURE__ */ __name(async (output,
|
|
2370
2381
|
if (output.statusCode >= 300) {
|
2371
2382
|
return de_CommandError(output, context);
|
2372
2383
|
}
|
2373
|
-
const data = await
|
2384
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2374
2385
|
let contents = {};
|
2375
2386
|
contents = de_DescribeGeneratedTemplateOutput(data.DescribeGeneratedTemplateResult, context);
|
2376
2387
|
const response = {
|
@@ -2383,7 +2394,7 @@ var de_DescribeOrganizationsAccessCommand = /* @__PURE__ */ __name(async (output
|
|
2383
2394
|
if (output.statusCode >= 300) {
|
2384
2395
|
return de_CommandError(output, context);
|
2385
2396
|
}
|
2386
|
-
const data = await
|
2397
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2387
2398
|
let contents = {};
|
2388
2399
|
contents = de_DescribeOrganizationsAccessOutput(data.DescribeOrganizationsAccessResult, context);
|
2389
2400
|
const response = {
|
@@ -2396,7 +2407,7 @@ var de_DescribePublisherCommand = /* @__PURE__ */ __name(async (output, context)
|
|
2396
2407
|
if (output.statusCode >= 300) {
|
2397
2408
|
return de_CommandError(output, context);
|
2398
2409
|
}
|
2399
|
-
const data = await
|
2410
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2400
2411
|
let contents = {};
|
2401
2412
|
contents = de_DescribePublisherOutput(data.DescribePublisherResult, context);
|
2402
2413
|
const response = {
|
@@ -2409,7 +2420,7 @@ var de_DescribeResourceScanCommand = /* @__PURE__ */ __name(async (output, conte
|
|
2409
2420
|
if (output.statusCode >= 300) {
|
2410
2421
|
return de_CommandError(output, context);
|
2411
2422
|
}
|
2412
|
-
const data = await
|
2423
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2413
2424
|
let contents = {};
|
2414
2425
|
contents = de_DescribeResourceScanOutput(data.DescribeResourceScanResult, context);
|
2415
2426
|
const response = {
|
@@ -2422,7 +2433,7 @@ var de_DescribeStackDriftDetectionStatusCommand = /* @__PURE__ */ __name(async (
|
|
2422
2433
|
if (output.statusCode >= 300) {
|
2423
2434
|
return de_CommandError(output, context);
|
2424
2435
|
}
|
2425
|
-
const data = await
|
2436
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2426
2437
|
let contents = {};
|
2427
2438
|
contents = de_DescribeStackDriftDetectionStatusOutput(data.DescribeStackDriftDetectionStatusResult, context);
|
2428
2439
|
const response = {
|
@@ -2435,7 +2446,7 @@ var de_DescribeStackEventsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
2435
2446
|
if (output.statusCode >= 300) {
|
2436
2447
|
return de_CommandError(output, context);
|
2437
2448
|
}
|
2438
|
-
const data = await
|
2449
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2439
2450
|
let contents = {};
|
2440
2451
|
contents = de_DescribeStackEventsOutput(data.DescribeStackEventsResult, context);
|
2441
2452
|
const response = {
|
@@ -2448,7 +2459,7 @@ var de_DescribeStackInstanceCommand = /* @__PURE__ */ __name(async (output, cont
|
|
2448
2459
|
if (output.statusCode >= 300) {
|
2449
2460
|
return de_CommandError(output, context);
|
2450
2461
|
}
|
2451
|
-
const data = await
|
2462
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2452
2463
|
let contents = {};
|
2453
2464
|
contents = de_DescribeStackInstanceOutput(data.DescribeStackInstanceResult, context);
|
2454
2465
|
const response = {
|
@@ -2461,7 +2472,7 @@ var de_DescribeStackResourceCommand = /* @__PURE__ */ __name(async (output, cont
|
|
2461
2472
|
if (output.statusCode >= 300) {
|
2462
2473
|
return de_CommandError(output, context);
|
2463
2474
|
}
|
2464
|
-
const data = await
|
2475
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2465
2476
|
let contents = {};
|
2466
2477
|
contents = de_DescribeStackResourceOutput(data.DescribeStackResourceResult, context);
|
2467
2478
|
const response = {
|
@@ -2474,7 +2485,7 @@ var de_DescribeStackResourceDriftsCommand = /* @__PURE__ */ __name(async (output
|
|
2474
2485
|
if (output.statusCode >= 300) {
|
2475
2486
|
return de_CommandError(output, context);
|
2476
2487
|
}
|
2477
|
-
const data = await
|
2488
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2478
2489
|
let contents = {};
|
2479
2490
|
contents = de_DescribeStackResourceDriftsOutput(data.DescribeStackResourceDriftsResult, context);
|
2480
2491
|
const response = {
|
@@ -2487,7 +2498,7 @@ var de_DescribeStackResourcesCommand = /* @__PURE__ */ __name(async (output, con
|
|
2487
2498
|
if (output.statusCode >= 300) {
|
2488
2499
|
return de_CommandError(output, context);
|
2489
2500
|
}
|
2490
|
-
const data = await
|
2501
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2491
2502
|
let contents = {};
|
2492
2503
|
contents = de_DescribeStackResourcesOutput(data.DescribeStackResourcesResult, context);
|
2493
2504
|
const response = {
|
@@ -2500,7 +2511,7 @@ var de_DescribeStacksCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
2500
2511
|
if (output.statusCode >= 300) {
|
2501
2512
|
return de_CommandError(output, context);
|
2502
2513
|
}
|
2503
|
-
const data = await
|
2514
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2504
2515
|
let contents = {};
|
2505
2516
|
contents = de_DescribeStacksOutput(data.DescribeStacksResult, context);
|
2506
2517
|
const response = {
|
@@ -2513,7 +2524,7 @@ var de_DescribeStackSetCommand = /* @__PURE__ */ __name(async (output, context)
|
|
2513
2524
|
if (output.statusCode >= 300) {
|
2514
2525
|
return de_CommandError(output, context);
|
2515
2526
|
}
|
2516
|
-
const data = await
|
2527
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2517
2528
|
let contents = {};
|
2518
2529
|
contents = de_DescribeStackSetOutput(data.DescribeStackSetResult, context);
|
2519
2530
|
const response = {
|
@@ -2526,7 +2537,7 @@ var de_DescribeStackSetOperationCommand = /* @__PURE__ */ __name(async (output,
|
|
2526
2537
|
if (output.statusCode >= 300) {
|
2527
2538
|
return de_CommandError(output, context);
|
2528
2539
|
}
|
2529
|
-
const data = await
|
2540
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2530
2541
|
let contents = {};
|
2531
2542
|
contents = de_DescribeStackSetOperationOutput(data.DescribeStackSetOperationResult, context);
|
2532
2543
|
const response = {
|
@@ -2539,7 +2550,7 @@ var de_DescribeTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2539
2550
|
if (output.statusCode >= 300) {
|
2540
2551
|
return de_CommandError(output, context);
|
2541
2552
|
}
|
2542
|
-
const data = await
|
2553
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2543
2554
|
let contents = {};
|
2544
2555
|
contents = de_DescribeTypeOutput(data.DescribeTypeResult, context);
|
2545
2556
|
const response = {
|
@@ -2552,7 +2563,7 @@ var de_DescribeTypeRegistrationCommand = /* @__PURE__ */ __name(async (output, c
|
|
2552
2563
|
if (output.statusCode >= 300) {
|
2553
2564
|
return de_CommandError(output, context);
|
2554
2565
|
}
|
2555
|
-
const data = await
|
2566
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2556
2567
|
let contents = {};
|
2557
2568
|
contents = de_DescribeTypeRegistrationOutput(data.DescribeTypeRegistrationResult, context);
|
2558
2569
|
const response = {
|
@@ -2565,7 +2576,7 @@ var de_DetectStackDriftCommand = /* @__PURE__ */ __name(async (output, context)
|
|
2565
2576
|
if (output.statusCode >= 300) {
|
2566
2577
|
return de_CommandError(output, context);
|
2567
2578
|
}
|
2568
|
-
const data = await
|
2579
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2569
2580
|
let contents = {};
|
2570
2581
|
contents = de_DetectStackDriftOutput(data.DetectStackDriftResult, context);
|
2571
2582
|
const response = {
|
@@ -2578,7 +2589,7 @@ var de_DetectStackResourceDriftCommand = /* @__PURE__ */ __name(async (output, c
|
|
2578
2589
|
if (output.statusCode >= 300) {
|
2579
2590
|
return de_CommandError(output, context);
|
2580
2591
|
}
|
2581
|
-
const data = await
|
2592
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2582
2593
|
let contents = {};
|
2583
2594
|
contents = de_DetectStackResourceDriftOutput(data.DetectStackResourceDriftResult, context);
|
2584
2595
|
const response = {
|
@@ -2591,7 +2602,7 @@ var de_DetectStackSetDriftCommand = /* @__PURE__ */ __name(async (output, contex
|
|
2591
2602
|
if (output.statusCode >= 300) {
|
2592
2603
|
return de_CommandError(output, context);
|
2593
2604
|
}
|
2594
|
-
const data = await
|
2605
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2595
2606
|
let contents = {};
|
2596
2607
|
contents = de_DetectStackSetDriftOutput(data.DetectStackSetDriftResult, context);
|
2597
2608
|
const response = {
|
@@ -2604,7 +2615,7 @@ var de_EstimateTemplateCostCommand = /* @__PURE__ */ __name(async (output, conte
|
|
2604
2615
|
if (output.statusCode >= 300) {
|
2605
2616
|
return de_CommandError(output, context);
|
2606
2617
|
}
|
2607
|
-
const data = await
|
2618
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2608
2619
|
let contents = {};
|
2609
2620
|
contents = de_EstimateTemplateCostOutput(data.EstimateTemplateCostResult, context);
|
2610
2621
|
const response = {
|
@@ -2617,7 +2628,7 @@ var de_ExecuteChangeSetCommand = /* @__PURE__ */ __name(async (output, context)
|
|
2617
2628
|
if (output.statusCode >= 300) {
|
2618
2629
|
return de_CommandError(output, context);
|
2619
2630
|
}
|
2620
|
-
const data = await
|
2631
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2621
2632
|
let contents = {};
|
2622
2633
|
contents = de_ExecuteChangeSetOutput(data.ExecuteChangeSetResult, context);
|
2623
2634
|
const response = {
|
@@ -2630,7 +2641,7 @@ var de_GetGeneratedTemplateCommand = /* @__PURE__ */ __name(async (output, conte
|
|
2630
2641
|
if (output.statusCode >= 300) {
|
2631
2642
|
return de_CommandError(output, context);
|
2632
2643
|
}
|
2633
|
-
const data = await
|
2644
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2634
2645
|
let contents = {};
|
2635
2646
|
contents = de_GetGeneratedTemplateOutput(data.GetGeneratedTemplateResult, context);
|
2636
2647
|
const response = {
|
@@ -2643,7 +2654,7 @@ var de_GetStackPolicyCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
2643
2654
|
if (output.statusCode >= 300) {
|
2644
2655
|
return de_CommandError(output, context);
|
2645
2656
|
}
|
2646
|
-
const data = await
|
2657
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2647
2658
|
let contents = {};
|
2648
2659
|
contents = de_GetStackPolicyOutput(data.GetStackPolicyResult, context);
|
2649
2660
|
const response = {
|
@@ -2656,7 +2667,7 @@ var de_GetTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2656
2667
|
if (output.statusCode >= 300) {
|
2657
2668
|
return de_CommandError(output, context);
|
2658
2669
|
}
|
2659
|
-
const data = await
|
2670
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2660
2671
|
let contents = {};
|
2661
2672
|
contents = de_GetTemplateOutput(data.GetTemplateResult, context);
|
2662
2673
|
const response = {
|
@@ -2669,7 +2680,7 @@ var de_GetTemplateSummaryCommand = /* @__PURE__ */ __name(async (output, context
|
|
2669
2680
|
if (output.statusCode >= 300) {
|
2670
2681
|
return de_CommandError(output, context);
|
2671
2682
|
}
|
2672
|
-
const data = await
|
2683
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2673
2684
|
let contents = {};
|
2674
2685
|
contents = de_GetTemplateSummaryOutput(data.GetTemplateSummaryResult, context);
|
2675
2686
|
const response = {
|
@@ -2682,7 +2693,7 @@ var de_ImportStacksToStackSetCommand = /* @__PURE__ */ __name(async (output, con
|
|
2682
2693
|
if (output.statusCode >= 300) {
|
2683
2694
|
return de_CommandError(output, context);
|
2684
2695
|
}
|
2685
|
-
const data = await
|
2696
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2686
2697
|
let contents = {};
|
2687
2698
|
contents = de_ImportStacksToStackSetOutput(data.ImportStacksToStackSetResult, context);
|
2688
2699
|
const response = {
|
@@ -2695,7 +2706,7 @@ var de_ListChangeSetsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
2695
2706
|
if (output.statusCode >= 300) {
|
2696
2707
|
return de_CommandError(output, context);
|
2697
2708
|
}
|
2698
|
-
const data = await
|
2709
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2699
2710
|
let contents = {};
|
2700
2711
|
contents = de_ListChangeSetsOutput(data.ListChangeSetsResult, context);
|
2701
2712
|
const response = {
|
@@ -2708,7 +2719,7 @@ var de_ListExportsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2708
2719
|
if (output.statusCode >= 300) {
|
2709
2720
|
return de_CommandError(output, context);
|
2710
2721
|
}
|
2711
|
-
const data = await
|
2722
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2712
2723
|
let contents = {};
|
2713
2724
|
contents = de_ListExportsOutput(data.ListExportsResult, context);
|
2714
2725
|
const response = {
|
@@ -2721,7 +2732,7 @@ var de_ListGeneratedTemplatesCommand = /* @__PURE__ */ __name(async (output, con
|
|
2721
2732
|
if (output.statusCode >= 300) {
|
2722
2733
|
return de_CommandError(output, context);
|
2723
2734
|
}
|
2724
|
-
const data = await
|
2735
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2725
2736
|
let contents = {};
|
2726
2737
|
contents = de_ListGeneratedTemplatesOutput(data.ListGeneratedTemplatesResult, context);
|
2727
2738
|
const response = {
|
@@ -2734,7 +2745,7 @@ var de_ListImportsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2734
2745
|
if (output.statusCode >= 300) {
|
2735
2746
|
return de_CommandError(output, context);
|
2736
2747
|
}
|
2737
|
-
const data = await
|
2748
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2738
2749
|
let contents = {};
|
2739
2750
|
contents = de_ListImportsOutput(data.ListImportsResult, context);
|
2740
2751
|
const response = {
|
@@ -2747,7 +2758,7 @@ var de_ListResourceScanRelatedResourcesCommand = /* @__PURE__ */ __name(async (o
|
|
2747
2758
|
if (output.statusCode >= 300) {
|
2748
2759
|
return de_CommandError(output, context);
|
2749
2760
|
}
|
2750
|
-
const data = await
|
2761
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2751
2762
|
let contents = {};
|
2752
2763
|
contents = de_ListResourceScanRelatedResourcesOutput(data.ListResourceScanRelatedResourcesResult, context);
|
2753
2764
|
const response = {
|
@@ -2760,7 +2771,7 @@ var de_ListResourceScanResourcesCommand = /* @__PURE__ */ __name(async (output,
|
|
2760
2771
|
if (output.statusCode >= 300) {
|
2761
2772
|
return de_CommandError(output, context);
|
2762
2773
|
}
|
2763
|
-
const data = await
|
2774
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2764
2775
|
let contents = {};
|
2765
2776
|
contents = de_ListResourceScanResourcesOutput(data.ListResourceScanResourcesResult, context);
|
2766
2777
|
const response = {
|
@@ -2773,7 +2784,7 @@ var de_ListResourceScansCommand = /* @__PURE__ */ __name(async (output, context)
|
|
2773
2784
|
if (output.statusCode >= 300) {
|
2774
2785
|
return de_CommandError(output, context);
|
2775
2786
|
}
|
2776
|
-
const data = await
|
2787
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2777
2788
|
let contents = {};
|
2778
2789
|
contents = de_ListResourceScansOutput(data.ListResourceScansResult, context);
|
2779
2790
|
const response = {
|
@@ -2786,7 +2797,7 @@ var de_ListStackInstanceResourceDriftsCommand = /* @__PURE__ */ __name(async (ou
|
|
2786
2797
|
if (output.statusCode >= 300) {
|
2787
2798
|
return de_CommandError(output, context);
|
2788
2799
|
}
|
2789
|
-
const data = await
|
2800
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2790
2801
|
let contents = {};
|
2791
2802
|
contents = de_ListStackInstanceResourceDriftsOutput(data.ListStackInstanceResourceDriftsResult, context);
|
2792
2803
|
const response = {
|
@@ -2799,7 +2810,7 @@ var de_ListStackInstancesCommand = /* @__PURE__ */ __name(async (output, context
|
|
2799
2810
|
if (output.statusCode >= 300) {
|
2800
2811
|
return de_CommandError(output, context);
|
2801
2812
|
}
|
2802
|
-
const data = await
|
2813
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2803
2814
|
let contents = {};
|
2804
2815
|
contents = de_ListStackInstancesOutput(data.ListStackInstancesResult, context);
|
2805
2816
|
const response = {
|
@@ -2812,7 +2823,7 @@ var de_ListStackResourcesCommand = /* @__PURE__ */ __name(async (output, context
|
|
2812
2823
|
if (output.statusCode >= 300) {
|
2813
2824
|
return de_CommandError(output, context);
|
2814
2825
|
}
|
2815
|
-
const data = await
|
2826
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2816
2827
|
let contents = {};
|
2817
2828
|
contents = de_ListStackResourcesOutput(data.ListStackResourcesResult, context);
|
2818
2829
|
const response = {
|
@@ -2825,7 +2836,7 @@ var de_ListStacksCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2825
2836
|
if (output.statusCode >= 300) {
|
2826
2837
|
return de_CommandError(output, context);
|
2827
2838
|
}
|
2828
|
-
const data = await
|
2839
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2829
2840
|
let contents = {};
|
2830
2841
|
contents = de_ListStacksOutput(data.ListStacksResult, context);
|
2831
2842
|
const response = {
|
@@ -2834,11 +2845,24 @@ var de_ListStacksCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2834
2845
|
};
|
2835
2846
|
return response;
|
2836
2847
|
}, "de_ListStacksCommand");
|
2848
|
+
var de_ListStackSetAutoDeploymentTargetsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
2849
|
+
if (output.statusCode >= 300) {
|
2850
|
+
return de_CommandError(output, context);
|
2851
|
+
}
|
2852
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2853
|
+
let contents = {};
|
2854
|
+
contents = de_ListStackSetAutoDeploymentTargetsOutput(data.ListStackSetAutoDeploymentTargetsResult, context);
|
2855
|
+
const response = {
|
2856
|
+
$metadata: deserializeMetadata(output),
|
2857
|
+
...contents
|
2858
|
+
};
|
2859
|
+
return response;
|
2860
|
+
}, "de_ListStackSetAutoDeploymentTargetsCommand");
|
2837
2861
|
var de_ListStackSetOperationResultsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
2838
2862
|
if (output.statusCode >= 300) {
|
2839
2863
|
return de_CommandError(output, context);
|
2840
2864
|
}
|
2841
|
-
const data = await
|
2865
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2842
2866
|
let contents = {};
|
2843
2867
|
contents = de_ListStackSetOperationResultsOutput(data.ListStackSetOperationResultsResult, context);
|
2844
2868
|
const response = {
|
@@ -2851,7 +2875,7 @@ var de_ListStackSetOperationsCommand = /* @__PURE__ */ __name(async (output, con
|
|
2851
2875
|
if (output.statusCode >= 300) {
|
2852
2876
|
return de_CommandError(output, context);
|
2853
2877
|
}
|
2854
|
-
const data = await
|
2878
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2855
2879
|
let contents = {};
|
2856
2880
|
contents = de_ListStackSetOperationsOutput(data.ListStackSetOperationsResult, context);
|
2857
2881
|
const response = {
|
@@ -2864,7 +2888,7 @@ var de_ListStackSetsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
2864
2888
|
if (output.statusCode >= 300) {
|
2865
2889
|
return de_CommandError(output, context);
|
2866
2890
|
}
|
2867
|
-
const data = await
|
2891
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2868
2892
|
let contents = {};
|
2869
2893
|
contents = de_ListStackSetsOutput(data.ListStackSetsResult, context);
|
2870
2894
|
const response = {
|
@@ -2877,7 +2901,7 @@ var de_ListTypeRegistrationsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
2877
2901
|
if (output.statusCode >= 300) {
|
2878
2902
|
return de_CommandError(output, context);
|
2879
2903
|
}
|
2880
|
-
const data = await
|
2904
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2881
2905
|
let contents = {};
|
2882
2906
|
contents = de_ListTypeRegistrationsOutput(data.ListTypeRegistrationsResult, context);
|
2883
2907
|
const response = {
|
@@ -2890,7 +2914,7 @@ var de_ListTypesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2890
2914
|
if (output.statusCode >= 300) {
|
2891
2915
|
return de_CommandError(output, context);
|
2892
2916
|
}
|
2893
|
-
const data = await
|
2917
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2894
2918
|
let contents = {};
|
2895
2919
|
contents = de_ListTypesOutput(data.ListTypesResult, context);
|
2896
2920
|
const response = {
|
@@ -2903,7 +2927,7 @@ var de_ListTypeVersionsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
2903
2927
|
if (output.statusCode >= 300) {
|
2904
2928
|
return de_CommandError(output, context);
|
2905
2929
|
}
|
2906
|
-
const data = await
|
2930
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2907
2931
|
let contents = {};
|
2908
2932
|
contents = de_ListTypeVersionsOutput(data.ListTypeVersionsResult, context);
|
2909
2933
|
const response = {
|
@@ -2916,7 +2940,7 @@ var de_PublishTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2916
2940
|
if (output.statusCode >= 300) {
|
2917
2941
|
return de_CommandError(output, context);
|
2918
2942
|
}
|
2919
|
-
const data = await
|
2943
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2920
2944
|
let contents = {};
|
2921
2945
|
contents = de_PublishTypeOutput(data.PublishTypeResult, context);
|
2922
2946
|
const response = {
|
@@ -2929,7 +2953,7 @@ var de_RecordHandlerProgressCommand = /* @__PURE__ */ __name(async (output, cont
|
|
2929
2953
|
if (output.statusCode >= 300) {
|
2930
2954
|
return de_CommandError(output, context);
|
2931
2955
|
}
|
2932
|
-
const data = await
|
2956
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2933
2957
|
let contents = {};
|
2934
2958
|
contents = de_RecordHandlerProgressOutput(data.RecordHandlerProgressResult, context);
|
2935
2959
|
const response = {
|
@@ -2942,7 +2966,7 @@ var de_RegisterPublisherCommand = /* @__PURE__ */ __name(async (output, context)
|
|
2942
2966
|
if (output.statusCode >= 300) {
|
2943
2967
|
return de_CommandError(output, context);
|
2944
2968
|
}
|
2945
|
-
const data = await
|
2969
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2946
2970
|
let contents = {};
|
2947
2971
|
contents = de_RegisterPublisherOutput(data.RegisterPublisherResult, context);
|
2948
2972
|
const response = {
|
@@ -2955,7 +2979,7 @@ var de_RegisterTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2955
2979
|
if (output.statusCode >= 300) {
|
2956
2980
|
return de_CommandError(output, context);
|
2957
2981
|
}
|
2958
|
-
const data = await
|
2982
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2959
2983
|
let contents = {};
|
2960
2984
|
contents = de_RegisterTypeOutput(data.RegisterTypeResult, context);
|
2961
2985
|
const response = {
|
@@ -2968,7 +2992,7 @@ var de_RollbackStackCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
2968
2992
|
if (output.statusCode >= 300) {
|
2969
2993
|
return de_CommandError(output, context);
|
2970
2994
|
}
|
2971
|
-
const data = await
|
2995
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2972
2996
|
let contents = {};
|
2973
2997
|
contents = de_RollbackStackOutput(data.RollbackStackResult, context);
|
2974
2998
|
const response = {
|
@@ -2991,7 +3015,7 @@ var de_SetTypeConfigurationCommand = /* @__PURE__ */ __name(async (output, conte
|
|
2991
3015
|
if (output.statusCode >= 300) {
|
2992
3016
|
return de_CommandError(output, context);
|
2993
3017
|
}
|
2994
|
-
const data = await
|
3018
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2995
3019
|
let contents = {};
|
2996
3020
|
contents = de_SetTypeConfigurationOutput(data.SetTypeConfigurationResult, context);
|
2997
3021
|
const response = {
|
@@ -3004,7 +3028,7 @@ var de_SetTypeDefaultVersionCommand = /* @__PURE__ */ __name(async (output, cont
|
|
3004
3028
|
if (output.statusCode >= 300) {
|
3005
3029
|
return de_CommandError(output, context);
|
3006
3030
|
}
|
3007
|
-
const data = await
|
3031
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
3008
3032
|
let contents = {};
|
3009
3033
|
contents = de_SetTypeDefaultVersionOutput(data.SetTypeDefaultVersionResult, context);
|
3010
3034
|
const response = {
|
@@ -3027,7 +3051,7 @@ var de_StartResourceScanCommand = /* @__PURE__ */ __name(async (output, context)
|
|
3027
3051
|
if (output.statusCode >= 300) {
|
3028
3052
|
return de_CommandError(output, context);
|
3029
3053
|
}
|
3030
|
-
const data = await
|
3054
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
3031
3055
|
let contents = {};
|
3032
3056
|
contents = de_StartResourceScanOutput(data.StartResourceScanResult, context);
|
3033
3057
|
const response = {
|
@@ -3040,7 +3064,7 @@ var de_StopStackSetOperationCommand = /* @__PURE__ */ __name(async (output, cont
|
|
3040
3064
|
if (output.statusCode >= 300) {
|
3041
3065
|
return de_CommandError(output, context);
|
3042
3066
|
}
|
3043
|
-
const data = await
|
3067
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
3044
3068
|
let contents = {};
|
3045
3069
|
contents = de_StopStackSetOperationOutput(data.StopStackSetOperationResult, context);
|
3046
3070
|
const response = {
|
@@ -3053,7 +3077,7 @@ var de_TestTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3053
3077
|
if (output.statusCode >= 300) {
|
3054
3078
|
return de_CommandError(output, context);
|
3055
3079
|
}
|
3056
|
-
const data = await
|
3080
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
3057
3081
|
let contents = {};
|
3058
3082
|
contents = de_TestTypeOutput(data.TestTypeResult, context);
|
3059
3083
|
const response = {
|
@@ -3066,7 +3090,7 @@ var de_UpdateGeneratedTemplateCommand = /* @__PURE__ */ __name(async (output, co
|
|
3066
3090
|
if (output.statusCode >= 300) {
|
3067
3091
|
return de_CommandError(output, context);
|
3068
3092
|
}
|
3069
|
-
const data = await
|
3093
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
3070
3094
|
let contents = {};
|
3071
3095
|
contents = de_UpdateGeneratedTemplateOutput(data.UpdateGeneratedTemplateResult, context);
|
3072
3096
|
const response = {
|
@@ -3079,7 +3103,7 @@ var de_UpdateStackCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3079
3103
|
if (output.statusCode >= 300) {
|
3080
3104
|
return de_CommandError(output, context);
|
3081
3105
|
}
|
3082
|
-
const data = await
|
3106
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
3083
3107
|
let contents = {};
|
3084
3108
|
contents = de_UpdateStackOutput(data.UpdateStackResult, context);
|
3085
3109
|
const response = {
|
@@ -3092,7 +3116,7 @@ var de_UpdateStackInstancesCommand = /* @__PURE__ */ __name(async (output, conte
|
|
3092
3116
|
if (output.statusCode >= 300) {
|
3093
3117
|
return de_CommandError(output, context);
|
3094
3118
|
}
|
3095
|
-
const data = await
|
3119
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
3096
3120
|
let contents = {};
|
3097
3121
|
contents = de_UpdateStackInstancesOutput(data.UpdateStackInstancesResult, context);
|
3098
3122
|
const response = {
|
@@ -3105,7 +3129,7 @@ var de_UpdateStackSetCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
3105
3129
|
if (output.statusCode >= 300) {
|
3106
3130
|
return de_CommandError(output, context);
|
3107
3131
|
}
|
3108
|
-
const data = await
|
3132
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
3109
3133
|
let contents = {};
|
3110
3134
|
contents = de_UpdateStackSetOutput(data.UpdateStackSetResult, context);
|
3111
3135
|
const response = {
|
@@ -3118,7 +3142,7 @@ var de_UpdateTerminationProtectionCommand = /* @__PURE__ */ __name(async (output
|
|
3118
3142
|
if (output.statusCode >= 300) {
|
3119
3143
|
return de_CommandError(output, context);
|
3120
3144
|
}
|
3121
|
-
const data = await
|
3145
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
3122
3146
|
let contents = {};
|
3123
3147
|
contents = de_UpdateTerminationProtectionOutput(data.UpdateTerminationProtectionResult, context);
|
3124
3148
|
const response = {
|
@@ -3131,7 +3155,7 @@ var de_ValidateTemplateCommand = /* @__PURE__ */ __name(async (output, context)
|
|
3131
3155
|
if (output.statusCode >= 300) {
|
3132
3156
|
return de_CommandError(output, context);
|
3133
3157
|
}
|
3134
|
-
const data = await
|
3158
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
3135
3159
|
let contents = {};
|
3136
3160
|
contents = de_ValidateTemplateOutput(data.ValidateTemplateResult, context);
|
3137
3161
|
const response = {
|
@@ -3143,7 +3167,7 @@ var de_ValidateTemplateCommand = /* @__PURE__ */ __name(async (output, context)
|
|
3143
3167
|
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
3144
3168
|
const parsedOutput = {
|
3145
3169
|
...output,
|
3146
|
-
body: await
|
3170
|
+
body: await (0, import_core2.parseXmlErrorBody)(output.body, context)
|
3147
3171
|
};
|
3148
3172
|
const errorCode = loadQueryErrorCode(output, parsedOutput.body);
|
3149
3173
|
switch (errorCode) {
|
@@ -4748,6 +4772,22 @@ var se_ListStackResourcesInput = /* @__PURE__ */ __name((input, context) => {
|
|
4748
4772
|
}
|
4749
4773
|
return entries;
|
4750
4774
|
}, "se_ListStackResourcesInput");
|
4775
|
+
var se_ListStackSetAutoDeploymentTargetsInput = /* @__PURE__ */ __name((input, context) => {
|
4776
|
+
const entries = {};
|
4777
|
+
if (input[_SSN] != null) {
|
4778
|
+
entries[_SSN] = input[_SSN];
|
4779
|
+
}
|
4780
|
+
if (input[_NT] != null) {
|
4781
|
+
entries[_NT] = input[_NT];
|
4782
|
+
}
|
4783
|
+
if (input[_MR] != null) {
|
4784
|
+
entries[_MR] = input[_MR];
|
4785
|
+
}
|
4786
|
+
if (input[_CA] != null) {
|
4787
|
+
entries[_CA] = input[_CA];
|
4788
|
+
}
|
4789
|
+
return entries;
|
4790
|
+
}, "se_ListStackSetAutoDeploymentTargetsInput");
|
4751
4791
|
var se_ListStackSetOperationResultsInput = /* @__PURE__ */ __name((input, context) => {
|
4752
4792
|
var _a;
|
4753
4793
|
const entries = {};
|
@@ -6978,6 +7018,18 @@ var de_ListStackResourcesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
6978
7018
|
}
|
6979
7019
|
return contents;
|
6980
7020
|
}, "de_ListStackResourcesOutput");
|
7021
|
+
var de_ListStackSetAutoDeploymentTargetsOutput = /* @__PURE__ */ __name((output, context) => {
|
7022
|
+
const contents = {};
|
7023
|
+
if (output.Summaries === "") {
|
7024
|
+
contents[_Su] = [];
|
7025
|
+
} else if (output[_Su] != null && output[_Su][_m] != null) {
|
7026
|
+
contents[_Su] = de_StackSetAutoDeploymentTargetSummaries((0, import_smithy_client.getArrayIfSingleItem)(output[_Su][_m]), context);
|
7027
|
+
}
|
7028
|
+
if (output[_NT] != null) {
|
7029
|
+
contents[_NT] = (0, import_smithy_client.expectString)(output[_NT]);
|
7030
|
+
}
|
7031
|
+
return contents;
|
7032
|
+
}, "de_ListStackSetAutoDeploymentTargetsOutput");
|
6981
7033
|
var de_ListStackSetOperationResultsOutput = /* @__PURE__ */ __name((output, context) => {
|
6982
7034
|
const contents = {};
|
6983
7035
|
if (output.Summaries === "") {
|
@@ -8134,6 +8186,23 @@ var de_StackSet = /* @__PURE__ */ __name((output, context) => {
|
|
8134
8186
|
}
|
8135
8187
|
return contents;
|
8136
8188
|
}, "de_StackSet");
|
8189
|
+
var de_StackSetAutoDeploymentTargetSummaries = /* @__PURE__ */ __name((output, context) => {
|
8190
|
+
return (output || []).filter((e) => e != null).map((entry) => {
|
8191
|
+
return de_StackSetAutoDeploymentTargetSummary(entry, context);
|
8192
|
+
});
|
8193
|
+
}, "de_StackSetAutoDeploymentTargetSummaries");
|
8194
|
+
var de_StackSetAutoDeploymentTargetSummary = /* @__PURE__ */ __name((output, context) => {
|
8195
|
+
const contents = {};
|
8196
|
+
if (output[_OUIr] != null) {
|
8197
|
+
contents[_OUIr] = (0, import_smithy_client.expectString)(output[_OUIr]);
|
8198
|
+
}
|
8199
|
+
if (output.Regions === "") {
|
8200
|
+
contents[_Re] = [];
|
8201
|
+
} else if (output[_Re] != null && output[_Re][_m] != null) {
|
8202
|
+
contents[_Re] = de_RegionList((0, import_smithy_client.getArrayIfSingleItem)(output[_Re][_m]), context);
|
8203
|
+
}
|
8204
|
+
return contents;
|
8205
|
+
}, "de_StackSetAutoDeploymentTargetSummary");
|
8137
8206
|
var de_StackSetDriftDetectionDetails = /* @__PURE__ */ __name((output, context) => {
|
8138
8207
|
const contents = {};
|
8139
8208
|
if (output[_DSr] != null) {
|
@@ -8792,7 +8861,6 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
8792
8861
|
extendedRequestId: output.headers["x-amz-id-2"],
|
8793
8862
|
cfId: output.headers["x-amz-cf-id"]
|
8794
8863
|
}), "deserializeMetadata");
|
8795
|
-
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
8796
8864
|
var throwDefaultError = (0, import_smithy_client.withBaseException)(CloudFormationServiceException);
|
8797
8865
|
var buildHttpRpcRequest = /* @__PURE__ */ __name(async (context, headers, path, resolvedHostname, body) => {
|
8798
8866
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
@@ -8990,6 +9058,7 @@ var _LSI = "ListStackInstances";
|
|
8990
9058
|
var _LSIRD = "ListStackInstanceResourceDrifts";
|
8991
9059
|
var _LSR = "ListStackResources";
|
8992
9060
|
var _LSS = "ListStackSets";
|
9061
|
+
var _LSSADT = "ListStackSetAutoDeploymentTargets";
|
8993
9062
|
var _LSSO = "ListStackSetOperations";
|
8994
9063
|
var _LSSOR = "ListStackSetOperationResults";
|
8995
9064
|
var _LT = "ListTypes";
|
@@ -9215,38 +9284,6 @@ var _Vi = "Visibility";
|
|
9215
9284
|
var _W = "Warnings";
|
9216
9285
|
var _e = "entry";
|
9217
9286
|
var _m = "member";
|
9218
|
-
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
9219
|
-
if (encoded.length) {
|
9220
|
-
const parser = new import_fast_xml_parser.XMLParser({
|
9221
|
-
attributeNamePrefix: "",
|
9222
|
-
htmlEntities: true,
|
9223
|
-
ignoreAttributes: false,
|
9224
|
-
ignoreDeclaration: true,
|
9225
|
-
parseTagValue: false,
|
9226
|
-
trimValues: false,
|
9227
|
-
tagValueProcessor: (_2, val) => val.trim() === "" && val.includes("\n") ? "" : void 0
|
9228
|
-
});
|
9229
|
-
parser.addEntity("#xD", "\r");
|
9230
|
-
parser.addEntity("#10", "\n");
|
9231
|
-
const parsedObj = parser.parse(encoded);
|
9232
|
-
const textNodeName = "#text";
|
9233
|
-
const key = Object.keys(parsedObj)[0];
|
9234
|
-
const parsedObjToReturn = parsedObj[key];
|
9235
|
-
if (parsedObjToReturn[textNodeName]) {
|
9236
|
-
parsedObjToReturn[key] = parsedObjToReturn[textNodeName];
|
9237
|
-
delete parsedObjToReturn[textNodeName];
|
9238
|
-
}
|
9239
|
-
return (0, import_smithy_client.getValueFromTextNode)(parsedObjToReturn);
|
9240
|
-
}
|
9241
|
-
return {};
|
9242
|
-
}), "parseBody");
|
9243
|
-
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
9244
|
-
const value = await parseBody(errorBody, context);
|
9245
|
-
if (value.Error) {
|
9246
|
-
value.Error.message = value.Error.message ?? value.Error.Message;
|
9247
|
-
}
|
9248
|
-
return value;
|
9249
|
-
}, "parseErrorBody");
|
9250
9287
|
var buildFormUrlencodedString = /* @__PURE__ */ __name((formEntries) => Object.entries(formEntries).map(([key, value]) => (0, import_smithy_client.extendedEncodeURIComponent)(key) + "=" + (0, import_smithy_client.extendedEncodeURIComponent)(value)).join("&"), "buildFormUrlencodedString");
|
9251
9288
|
var loadQueryErrorCode = /* @__PURE__ */ __name((output, data) => {
|
9252
9289
|
var _a;
|
@@ -10223,6 +10260,23 @@ var _ListStacksCommand = class _ListStacksCommand extends import_smithy_client.C
|
|
10223
10260
|
__name(_ListStacksCommand, "ListStacksCommand");
|
10224
10261
|
var ListStacksCommand = _ListStacksCommand;
|
10225
10262
|
|
10263
|
+
// src/commands/ListStackSetAutoDeploymentTargetsCommand.ts
|
10264
|
+
|
10265
|
+
|
10266
|
+
|
10267
|
+
|
10268
|
+
var _ListStackSetAutoDeploymentTargetsCommand = class _ListStackSetAutoDeploymentTargetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
10269
|
+
...commonParams
|
10270
|
+
}).m(function(Command, cs, config, o) {
|
10271
|
+
return [
|
10272
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10273
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10274
|
+
];
|
10275
|
+
}).s("CloudFormation", "ListStackSetAutoDeploymentTargets", {}).n("CloudFormationClient", "ListStackSetAutoDeploymentTargetsCommand").f(void 0, void 0).ser(se_ListStackSetAutoDeploymentTargetsCommand).de(de_ListStackSetAutoDeploymentTargetsCommand).build() {
|
10276
|
+
};
|
10277
|
+
__name(_ListStackSetAutoDeploymentTargetsCommand, "ListStackSetAutoDeploymentTargetsCommand");
|
10278
|
+
var ListStackSetAutoDeploymentTargetsCommand = _ListStackSetAutoDeploymentTargetsCommand;
|
10279
|
+
|
10226
10280
|
// src/commands/ListStackSetOperationResultsCommand.ts
|
10227
10281
|
|
10228
10282
|
|
@@ -10690,6 +10744,7 @@ var commands = {
|
|
10690
10744
|
ListStackInstancesCommand,
|
10691
10745
|
ListStackResourcesCommand,
|
10692
10746
|
ListStacksCommand,
|
10747
|
+
ListStackSetAutoDeploymentTargetsCommand,
|
10693
10748
|
ListStackSetOperationResultsCommand,
|
10694
10749
|
ListStackSetOperationsCommand,
|
10695
10750
|
ListStackSetsCommand,
|
@@ -11600,9 +11655,6 @@ var waitUntilTypeRegistrationComplete = /* @__PURE__ */ __name(async (params, in
|
|
11600
11655
|
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState8);
|
11601
11656
|
return (0, import_util_waiter.checkExceptions)(result);
|
11602
11657
|
}, "waitUntilTypeRegistrationComplete");
|
11603
|
-
|
11604
|
-
// src/index.ts
|
11605
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
11606
11658
|
// Annotate the CommonJS export names for ESM import in node:
|
11607
11659
|
|
11608
11660
|
0 && (module.exports = {
|
@@ -11667,6 +11719,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
11667
11719
|
ListStackInstanceResourceDriftsCommand,
|
11668
11720
|
ListStackInstancesCommand,
|
11669
11721
|
ListStackResourcesCommand,
|
11722
|
+
ListStackSetAutoDeploymentTargetsCommand,
|
11670
11723
|
ListStackSetOperationResultsCommand,
|
11671
11724
|
ListStackSetOperationsCommand,
|
11672
11725
|
ListStackSetsCommand,
|