@cdk8s/awscdk-resolver 0.0.66 → 0.0.75
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 +19 -9
- 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 +182 -114
- 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 +5 -17
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +18 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +83 -35
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +48 -10
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +15 -12
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +5 -3
- 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 +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +11 -13
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +3 -2
- 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 +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +5 -4
- 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 +5 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +5 -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 +6 -6
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +5 -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 +4 -3
- 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 +5 -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 +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +5 -4
- 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 +11 -9
- 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 +3 -2
- 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 +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +5 -4
- 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 +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +3 -2
- 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 +7 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +8 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +6 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +3 -2
- 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 +6 -5
- 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 +4 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +9 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +3 -2
- 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 +2 -1
- 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 +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +5 -4
- 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 +11 -10
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +1856 -1936
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +269 -207
- 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 +23 -24
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +26 -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
@@ -78,6 +78,7 @@ __export(src_exports, {
|
|
78
78
|
DescribeStacksCommand: () => DescribeStacksCommand,
|
79
79
|
DescribeTypeCommand: () => DescribeTypeCommand,
|
80
80
|
DescribeTypeRegistrationCommand: () => DescribeTypeRegistrationCommand,
|
81
|
+
DetailedStatus: () => DetailedStatus,
|
81
82
|
DetectStackDriftCommand: () => DetectStackDriftCommand,
|
82
83
|
DetectStackResourceDriftCommand: () => DetectStackResourceDriftCommand,
|
83
84
|
DetectStackSetDriftCommand: () => DetectStackSetDriftCommand,
|
@@ -117,6 +118,7 @@ __export(src_exports, {
|
|
117
118
|
ListStackInstanceResourceDriftsCommand: () => ListStackInstanceResourceDriftsCommand,
|
118
119
|
ListStackInstancesCommand: () => ListStackInstancesCommand,
|
119
120
|
ListStackResourcesCommand: () => ListStackResourcesCommand,
|
121
|
+
ListStackSetAutoDeploymentTargetsCommand: () => ListStackSetAutoDeploymentTargetsCommand,
|
120
122
|
ListStackSetOperationResultsCommand: () => ListStackSetOperationResultsCommand,
|
121
123
|
ListStackSetOperationsCommand: () => ListStackSetOperationsCommand,
|
122
124
|
ListStackSetsCommand: () => ListStackSetsCommand,
|
@@ -388,9 +390,9 @@ var import_middleware_serde = require("@smithy/middleware-serde");
|
|
388
390
|
var import_types = require("@smithy/types");
|
389
391
|
|
390
392
|
// src/protocols/Aws_query.ts
|
393
|
+
var import_core2 = require("@aws-sdk/core");
|
391
394
|
|
392
395
|
|
393
|
-
var import_fast_xml_parser = require("fast-xml-parser");
|
394
396
|
var import_uuid = require("uuid");
|
395
397
|
|
396
398
|
// src/models/CloudFormationServiceException.ts
|
@@ -986,6 +988,10 @@ var StackDriftStatus = {
|
|
986
988
|
NOT_CHECKED: "NOT_CHECKED",
|
987
989
|
UNKNOWN: "UNKNOWN"
|
988
990
|
};
|
991
|
+
var DetailedStatus = {
|
992
|
+
CONFIGURATION_COMPLETE: "CONFIGURATION_COMPLETE",
|
993
|
+
VALIDATION_FAILED: "VALIDATION_FAILED"
|
994
|
+
};
|
989
995
|
var HookStatus = {
|
990
996
|
HOOK_COMPLETE_FAILED: "HOOK_COMPLETE_FAILED",
|
991
997
|
HOOK_COMPLETE_SUCCEEDED: "HOOK_COMPLETE_SUCCEEDED",
|
@@ -1019,6 +1025,7 @@ var ResourceStatus = {
|
|
1019
1025
|
var StackInstanceDetailedStatus = {
|
1020
1026
|
CANCELLED: "CANCELLED",
|
1021
1027
|
FAILED: "FAILED",
|
1028
|
+
FAILED_IMPORT: "FAILED_IMPORT",
|
1022
1029
|
INOPERABLE: "INOPERABLE",
|
1023
1030
|
PENDING: "PENDING",
|
1024
1031
|
RUNNING: "RUNNING",
|
@@ -1260,6 +1267,8 @@ var HandlerErrorCode = {
|
|
1260
1267
|
Unknown: "Unknown",
|
1261
1268
|
UnsupportedTarget: "UnsupportedTarget"
|
1262
1269
|
};
|
1270
|
+
|
1271
|
+
// src/models/models_1.ts
|
1263
1272
|
var ResourceSignalStatus = {
|
1264
1273
|
FAILURE: "FAILURE",
|
1265
1274
|
SUCCESS: "SUCCESS"
|
@@ -1854,6 +1863,16 @@ var se_ListStacksCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1854
1863
|
});
|
1855
1864
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
1856
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");
|
1857
1876
|
var se_ListStackSetOperationResultsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
1858
1877
|
const headers = SHARED_HEADERS;
|
1859
1878
|
let body;
|
@@ -2098,7 +2117,7 @@ var de_ActivateOrganizationsAccessCommand = /* @__PURE__ */ __name(async (output
|
|
2098
2117
|
if (output.statusCode >= 300) {
|
2099
2118
|
return de_CommandError(output, context);
|
2100
2119
|
}
|
2101
|
-
const data = await
|
2120
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2102
2121
|
let contents = {};
|
2103
2122
|
contents = de_ActivateOrganizationsAccessOutput(data.ActivateOrganizationsAccessResult, context);
|
2104
2123
|
const response = {
|
@@ -2111,7 +2130,7 @@ var de_ActivateTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2111
2130
|
if (output.statusCode >= 300) {
|
2112
2131
|
return de_CommandError(output, context);
|
2113
2132
|
}
|
2114
|
-
const data = await
|
2133
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2115
2134
|
let contents = {};
|
2116
2135
|
contents = de_ActivateTypeOutput(data.ActivateTypeResult, context);
|
2117
2136
|
const response = {
|
@@ -2124,7 +2143,7 @@ var de_BatchDescribeTypeConfigurationsCommand = /* @__PURE__ */ __name(async (ou
|
|
2124
2143
|
if (output.statusCode >= 300) {
|
2125
2144
|
return de_CommandError(output, context);
|
2126
2145
|
}
|
2127
|
-
const data = await
|
2146
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2128
2147
|
let contents = {};
|
2129
2148
|
contents = de_BatchDescribeTypeConfigurationsOutput(data.BatchDescribeTypeConfigurationsResult, context);
|
2130
2149
|
const response = {
|
@@ -2147,7 +2166,7 @@ var de_ContinueUpdateRollbackCommand = /* @__PURE__ */ __name(async (output, con
|
|
2147
2166
|
if (output.statusCode >= 300) {
|
2148
2167
|
return de_CommandError(output, context);
|
2149
2168
|
}
|
2150
|
-
const data = await
|
2169
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2151
2170
|
let contents = {};
|
2152
2171
|
contents = de_ContinueUpdateRollbackOutput(data.ContinueUpdateRollbackResult, context);
|
2153
2172
|
const response = {
|
@@ -2160,7 +2179,7 @@ var de_CreateChangeSetCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
2160
2179
|
if (output.statusCode >= 300) {
|
2161
2180
|
return de_CommandError(output, context);
|
2162
2181
|
}
|
2163
|
-
const data = await
|
2182
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2164
2183
|
let contents = {};
|
2165
2184
|
contents = de_CreateChangeSetOutput(data.CreateChangeSetResult, context);
|
2166
2185
|
const response = {
|
@@ -2173,7 +2192,7 @@ var de_CreateGeneratedTemplateCommand = /* @__PURE__ */ __name(async (output, co
|
|
2173
2192
|
if (output.statusCode >= 300) {
|
2174
2193
|
return de_CommandError(output, context);
|
2175
2194
|
}
|
2176
|
-
const data = await
|
2195
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2177
2196
|
let contents = {};
|
2178
2197
|
contents = de_CreateGeneratedTemplateOutput(data.CreateGeneratedTemplateResult, context);
|
2179
2198
|
const response = {
|
@@ -2186,7 +2205,7 @@ var de_CreateStackCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2186
2205
|
if (output.statusCode >= 300) {
|
2187
2206
|
return de_CommandError(output, context);
|
2188
2207
|
}
|
2189
|
-
const data = await
|
2208
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2190
2209
|
let contents = {};
|
2191
2210
|
contents = de_CreateStackOutput(data.CreateStackResult, context);
|
2192
2211
|
const response = {
|
@@ -2199,7 +2218,7 @@ var de_CreateStackInstancesCommand = /* @__PURE__ */ __name(async (output, conte
|
|
2199
2218
|
if (output.statusCode >= 300) {
|
2200
2219
|
return de_CommandError(output, context);
|
2201
2220
|
}
|
2202
|
-
const data = await
|
2221
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2203
2222
|
let contents = {};
|
2204
2223
|
contents = de_CreateStackInstancesOutput(data.CreateStackInstancesResult, context);
|
2205
2224
|
const response = {
|
@@ -2212,7 +2231,7 @@ var de_CreateStackSetCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
2212
2231
|
if (output.statusCode >= 300) {
|
2213
2232
|
return de_CommandError(output, context);
|
2214
2233
|
}
|
2215
|
-
const data = await
|
2234
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2216
2235
|
let contents = {};
|
2217
2236
|
contents = de_CreateStackSetOutput(data.CreateStackSetResult, context);
|
2218
2237
|
const response = {
|
@@ -2225,7 +2244,7 @@ var de_DeactivateOrganizationsAccessCommand = /* @__PURE__ */ __name(async (outp
|
|
2225
2244
|
if (output.statusCode >= 300) {
|
2226
2245
|
return de_CommandError(output, context);
|
2227
2246
|
}
|
2228
|
-
const data = await
|
2247
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2229
2248
|
let contents = {};
|
2230
2249
|
contents = de_DeactivateOrganizationsAccessOutput(data.DeactivateOrganizationsAccessResult, context);
|
2231
2250
|
const response = {
|
@@ -2238,7 +2257,7 @@ var de_DeactivateTypeCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
2238
2257
|
if (output.statusCode >= 300) {
|
2239
2258
|
return de_CommandError(output, context);
|
2240
2259
|
}
|
2241
|
-
const data = await
|
2260
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2242
2261
|
let contents = {};
|
2243
2262
|
contents = de_DeactivateTypeOutput(data.DeactivateTypeResult, context);
|
2244
2263
|
const response = {
|
@@ -2251,7 +2270,7 @@ var de_DeleteChangeSetCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
2251
2270
|
if (output.statusCode >= 300) {
|
2252
2271
|
return de_CommandError(output, context);
|
2253
2272
|
}
|
2254
|
-
const data = await
|
2273
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2255
2274
|
let contents = {};
|
2256
2275
|
contents = de_DeleteChangeSetOutput(data.DeleteChangeSetResult, context);
|
2257
2276
|
const response = {
|
@@ -2284,7 +2303,7 @@ var de_DeleteStackInstancesCommand = /* @__PURE__ */ __name(async (output, conte
|
|
2284
2303
|
if (output.statusCode >= 300) {
|
2285
2304
|
return de_CommandError(output, context);
|
2286
2305
|
}
|
2287
|
-
const data = await
|
2306
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2288
2307
|
let contents = {};
|
2289
2308
|
contents = de_DeleteStackInstancesOutput(data.DeleteStackInstancesResult, context);
|
2290
2309
|
const response = {
|
@@ -2297,7 +2316,7 @@ var de_DeleteStackSetCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
2297
2316
|
if (output.statusCode >= 300) {
|
2298
2317
|
return de_CommandError(output, context);
|
2299
2318
|
}
|
2300
|
-
const data = await
|
2319
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2301
2320
|
let contents = {};
|
2302
2321
|
contents = de_DeleteStackSetOutput(data.DeleteStackSetResult, context);
|
2303
2322
|
const response = {
|
@@ -2310,7 +2329,7 @@ var de_DeregisterTypeCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
2310
2329
|
if (output.statusCode >= 300) {
|
2311
2330
|
return de_CommandError(output, context);
|
2312
2331
|
}
|
2313
|
-
const data = await
|
2332
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2314
2333
|
let contents = {};
|
2315
2334
|
contents = de_DeregisterTypeOutput(data.DeregisterTypeResult, context);
|
2316
2335
|
const response = {
|
@@ -2323,7 +2342,7 @@ var de_DescribeAccountLimitsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
2323
2342
|
if (output.statusCode >= 300) {
|
2324
2343
|
return de_CommandError(output, context);
|
2325
2344
|
}
|
2326
|
-
const data = await
|
2345
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2327
2346
|
let contents = {};
|
2328
2347
|
contents = de_DescribeAccountLimitsOutput(data.DescribeAccountLimitsResult, context);
|
2329
2348
|
const response = {
|
@@ -2336,7 +2355,7 @@ var de_DescribeChangeSetCommand = /* @__PURE__ */ __name(async (output, context)
|
|
2336
2355
|
if (output.statusCode >= 300) {
|
2337
2356
|
return de_CommandError(output, context);
|
2338
2357
|
}
|
2339
|
-
const data = await
|
2358
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2340
2359
|
let contents = {};
|
2341
2360
|
contents = de_DescribeChangeSetOutput(data.DescribeChangeSetResult, context);
|
2342
2361
|
const response = {
|
@@ -2349,7 +2368,7 @@ var de_DescribeChangeSetHooksCommand = /* @__PURE__ */ __name(async (output, con
|
|
2349
2368
|
if (output.statusCode >= 300) {
|
2350
2369
|
return de_CommandError(output, context);
|
2351
2370
|
}
|
2352
|
-
const data = await
|
2371
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2353
2372
|
let contents = {};
|
2354
2373
|
contents = de_DescribeChangeSetHooksOutput(data.DescribeChangeSetHooksResult, context);
|
2355
2374
|
const response = {
|
@@ -2362,7 +2381,7 @@ var de_DescribeGeneratedTemplateCommand = /* @__PURE__ */ __name(async (output,
|
|
2362
2381
|
if (output.statusCode >= 300) {
|
2363
2382
|
return de_CommandError(output, context);
|
2364
2383
|
}
|
2365
|
-
const data = await
|
2384
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2366
2385
|
let contents = {};
|
2367
2386
|
contents = de_DescribeGeneratedTemplateOutput(data.DescribeGeneratedTemplateResult, context);
|
2368
2387
|
const response = {
|
@@ -2375,7 +2394,7 @@ var de_DescribeOrganizationsAccessCommand = /* @__PURE__ */ __name(async (output
|
|
2375
2394
|
if (output.statusCode >= 300) {
|
2376
2395
|
return de_CommandError(output, context);
|
2377
2396
|
}
|
2378
|
-
const data = await
|
2397
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2379
2398
|
let contents = {};
|
2380
2399
|
contents = de_DescribeOrganizationsAccessOutput(data.DescribeOrganizationsAccessResult, context);
|
2381
2400
|
const response = {
|
@@ -2388,7 +2407,7 @@ var de_DescribePublisherCommand = /* @__PURE__ */ __name(async (output, context)
|
|
2388
2407
|
if (output.statusCode >= 300) {
|
2389
2408
|
return de_CommandError(output, context);
|
2390
2409
|
}
|
2391
|
-
const data = await
|
2410
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2392
2411
|
let contents = {};
|
2393
2412
|
contents = de_DescribePublisherOutput(data.DescribePublisherResult, context);
|
2394
2413
|
const response = {
|
@@ -2401,7 +2420,7 @@ var de_DescribeResourceScanCommand = /* @__PURE__ */ __name(async (output, conte
|
|
2401
2420
|
if (output.statusCode >= 300) {
|
2402
2421
|
return de_CommandError(output, context);
|
2403
2422
|
}
|
2404
|
-
const data = await
|
2423
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2405
2424
|
let contents = {};
|
2406
2425
|
contents = de_DescribeResourceScanOutput(data.DescribeResourceScanResult, context);
|
2407
2426
|
const response = {
|
@@ -2414,7 +2433,7 @@ var de_DescribeStackDriftDetectionStatusCommand = /* @__PURE__ */ __name(async (
|
|
2414
2433
|
if (output.statusCode >= 300) {
|
2415
2434
|
return de_CommandError(output, context);
|
2416
2435
|
}
|
2417
|
-
const data = await
|
2436
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2418
2437
|
let contents = {};
|
2419
2438
|
contents = de_DescribeStackDriftDetectionStatusOutput(data.DescribeStackDriftDetectionStatusResult, context);
|
2420
2439
|
const response = {
|
@@ -2427,7 +2446,7 @@ var de_DescribeStackEventsCommand = /* @__PURE__ */ __name(async (output, contex
|
|
2427
2446
|
if (output.statusCode >= 300) {
|
2428
2447
|
return de_CommandError(output, context);
|
2429
2448
|
}
|
2430
|
-
const data = await
|
2449
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2431
2450
|
let contents = {};
|
2432
2451
|
contents = de_DescribeStackEventsOutput(data.DescribeStackEventsResult, context);
|
2433
2452
|
const response = {
|
@@ -2440,7 +2459,7 @@ var de_DescribeStackInstanceCommand = /* @__PURE__ */ __name(async (output, cont
|
|
2440
2459
|
if (output.statusCode >= 300) {
|
2441
2460
|
return de_CommandError(output, context);
|
2442
2461
|
}
|
2443
|
-
const data = await
|
2462
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2444
2463
|
let contents = {};
|
2445
2464
|
contents = de_DescribeStackInstanceOutput(data.DescribeStackInstanceResult, context);
|
2446
2465
|
const response = {
|
@@ -2453,7 +2472,7 @@ var de_DescribeStackResourceCommand = /* @__PURE__ */ __name(async (output, cont
|
|
2453
2472
|
if (output.statusCode >= 300) {
|
2454
2473
|
return de_CommandError(output, context);
|
2455
2474
|
}
|
2456
|
-
const data = await
|
2475
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2457
2476
|
let contents = {};
|
2458
2477
|
contents = de_DescribeStackResourceOutput(data.DescribeStackResourceResult, context);
|
2459
2478
|
const response = {
|
@@ -2466,7 +2485,7 @@ var de_DescribeStackResourceDriftsCommand = /* @__PURE__ */ __name(async (output
|
|
2466
2485
|
if (output.statusCode >= 300) {
|
2467
2486
|
return de_CommandError(output, context);
|
2468
2487
|
}
|
2469
|
-
const data = await
|
2488
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2470
2489
|
let contents = {};
|
2471
2490
|
contents = de_DescribeStackResourceDriftsOutput(data.DescribeStackResourceDriftsResult, context);
|
2472
2491
|
const response = {
|
@@ -2479,7 +2498,7 @@ var de_DescribeStackResourcesCommand = /* @__PURE__ */ __name(async (output, con
|
|
2479
2498
|
if (output.statusCode >= 300) {
|
2480
2499
|
return de_CommandError(output, context);
|
2481
2500
|
}
|
2482
|
-
const data = await
|
2501
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2483
2502
|
let contents = {};
|
2484
2503
|
contents = de_DescribeStackResourcesOutput(data.DescribeStackResourcesResult, context);
|
2485
2504
|
const response = {
|
@@ -2492,7 +2511,7 @@ var de_DescribeStacksCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
2492
2511
|
if (output.statusCode >= 300) {
|
2493
2512
|
return de_CommandError(output, context);
|
2494
2513
|
}
|
2495
|
-
const data = await
|
2514
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2496
2515
|
let contents = {};
|
2497
2516
|
contents = de_DescribeStacksOutput(data.DescribeStacksResult, context);
|
2498
2517
|
const response = {
|
@@ -2505,7 +2524,7 @@ var de_DescribeStackSetCommand = /* @__PURE__ */ __name(async (output, context)
|
|
2505
2524
|
if (output.statusCode >= 300) {
|
2506
2525
|
return de_CommandError(output, context);
|
2507
2526
|
}
|
2508
|
-
const data = await
|
2527
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2509
2528
|
let contents = {};
|
2510
2529
|
contents = de_DescribeStackSetOutput(data.DescribeStackSetResult, context);
|
2511
2530
|
const response = {
|
@@ -2518,7 +2537,7 @@ var de_DescribeStackSetOperationCommand = /* @__PURE__ */ __name(async (output,
|
|
2518
2537
|
if (output.statusCode >= 300) {
|
2519
2538
|
return de_CommandError(output, context);
|
2520
2539
|
}
|
2521
|
-
const data = await
|
2540
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2522
2541
|
let contents = {};
|
2523
2542
|
contents = de_DescribeStackSetOperationOutput(data.DescribeStackSetOperationResult, context);
|
2524
2543
|
const response = {
|
@@ -2531,7 +2550,7 @@ var de_DescribeTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2531
2550
|
if (output.statusCode >= 300) {
|
2532
2551
|
return de_CommandError(output, context);
|
2533
2552
|
}
|
2534
|
-
const data = await
|
2553
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2535
2554
|
let contents = {};
|
2536
2555
|
contents = de_DescribeTypeOutput(data.DescribeTypeResult, context);
|
2537
2556
|
const response = {
|
@@ -2544,7 +2563,7 @@ var de_DescribeTypeRegistrationCommand = /* @__PURE__ */ __name(async (output, c
|
|
2544
2563
|
if (output.statusCode >= 300) {
|
2545
2564
|
return de_CommandError(output, context);
|
2546
2565
|
}
|
2547
|
-
const data = await
|
2566
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2548
2567
|
let contents = {};
|
2549
2568
|
contents = de_DescribeTypeRegistrationOutput(data.DescribeTypeRegistrationResult, context);
|
2550
2569
|
const response = {
|
@@ -2557,7 +2576,7 @@ var de_DetectStackDriftCommand = /* @__PURE__ */ __name(async (output, context)
|
|
2557
2576
|
if (output.statusCode >= 300) {
|
2558
2577
|
return de_CommandError(output, context);
|
2559
2578
|
}
|
2560
|
-
const data = await
|
2579
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2561
2580
|
let contents = {};
|
2562
2581
|
contents = de_DetectStackDriftOutput(data.DetectStackDriftResult, context);
|
2563
2582
|
const response = {
|
@@ -2570,7 +2589,7 @@ var de_DetectStackResourceDriftCommand = /* @__PURE__ */ __name(async (output, c
|
|
2570
2589
|
if (output.statusCode >= 300) {
|
2571
2590
|
return de_CommandError(output, context);
|
2572
2591
|
}
|
2573
|
-
const data = await
|
2592
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2574
2593
|
let contents = {};
|
2575
2594
|
contents = de_DetectStackResourceDriftOutput(data.DetectStackResourceDriftResult, context);
|
2576
2595
|
const response = {
|
@@ -2583,7 +2602,7 @@ var de_DetectStackSetDriftCommand = /* @__PURE__ */ __name(async (output, contex
|
|
2583
2602
|
if (output.statusCode >= 300) {
|
2584
2603
|
return de_CommandError(output, context);
|
2585
2604
|
}
|
2586
|
-
const data = await
|
2605
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2587
2606
|
let contents = {};
|
2588
2607
|
contents = de_DetectStackSetDriftOutput(data.DetectStackSetDriftResult, context);
|
2589
2608
|
const response = {
|
@@ -2596,7 +2615,7 @@ var de_EstimateTemplateCostCommand = /* @__PURE__ */ __name(async (output, conte
|
|
2596
2615
|
if (output.statusCode >= 300) {
|
2597
2616
|
return de_CommandError(output, context);
|
2598
2617
|
}
|
2599
|
-
const data = await
|
2618
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2600
2619
|
let contents = {};
|
2601
2620
|
contents = de_EstimateTemplateCostOutput(data.EstimateTemplateCostResult, context);
|
2602
2621
|
const response = {
|
@@ -2609,7 +2628,7 @@ var de_ExecuteChangeSetCommand = /* @__PURE__ */ __name(async (output, context)
|
|
2609
2628
|
if (output.statusCode >= 300) {
|
2610
2629
|
return de_CommandError(output, context);
|
2611
2630
|
}
|
2612
|
-
const data = await
|
2631
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2613
2632
|
let contents = {};
|
2614
2633
|
contents = de_ExecuteChangeSetOutput(data.ExecuteChangeSetResult, context);
|
2615
2634
|
const response = {
|
@@ -2622,7 +2641,7 @@ var de_GetGeneratedTemplateCommand = /* @__PURE__ */ __name(async (output, conte
|
|
2622
2641
|
if (output.statusCode >= 300) {
|
2623
2642
|
return de_CommandError(output, context);
|
2624
2643
|
}
|
2625
|
-
const data = await
|
2644
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2626
2645
|
let contents = {};
|
2627
2646
|
contents = de_GetGeneratedTemplateOutput(data.GetGeneratedTemplateResult, context);
|
2628
2647
|
const response = {
|
@@ -2635,7 +2654,7 @@ var de_GetStackPolicyCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
2635
2654
|
if (output.statusCode >= 300) {
|
2636
2655
|
return de_CommandError(output, context);
|
2637
2656
|
}
|
2638
|
-
const data = await
|
2657
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2639
2658
|
let contents = {};
|
2640
2659
|
contents = de_GetStackPolicyOutput(data.GetStackPolicyResult, context);
|
2641
2660
|
const response = {
|
@@ -2648,7 +2667,7 @@ var de_GetTemplateCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2648
2667
|
if (output.statusCode >= 300) {
|
2649
2668
|
return de_CommandError(output, context);
|
2650
2669
|
}
|
2651
|
-
const data = await
|
2670
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2652
2671
|
let contents = {};
|
2653
2672
|
contents = de_GetTemplateOutput(data.GetTemplateResult, context);
|
2654
2673
|
const response = {
|
@@ -2661,7 +2680,7 @@ var de_GetTemplateSummaryCommand = /* @__PURE__ */ __name(async (output, context
|
|
2661
2680
|
if (output.statusCode >= 300) {
|
2662
2681
|
return de_CommandError(output, context);
|
2663
2682
|
}
|
2664
|
-
const data = await
|
2683
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2665
2684
|
let contents = {};
|
2666
2685
|
contents = de_GetTemplateSummaryOutput(data.GetTemplateSummaryResult, context);
|
2667
2686
|
const response = {
|
@@ -2674,7 +2693,7 @@ var de_ImportStacksToStackSetCommand = /* @__PURE__ */ __name(async (output, con
|
|
2674
2693
|
if (output.statusCode >= 300) {
|
2675
2694
|
return de_CommandError(output, context);
|
2676
2695
|
}
|
2677
|
-
const data = await
|
2696
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2678
2697
|
let contents = {};
|
2679
2698
|
contents = de_ImportStacksToStackSetOutput(data.ImportStacksToStackSetResult, context);
|
2680
2699
|
const response = {
|
@@ -2687,7 +2706,7 @@ var de_ListChangeSetsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
2687
2706
|
if (output.statusCode >= 300) {
|
2688
2707
|
return de_CommandError(output, context);
|
2689
2708
|
}
|
2690
|
-
const data = await
|
2709
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2691
2710
|
let contents = {};
|
2692
2711
|
contents = de_ListChangeSetsOutput(data.ListChangeSetsResult, context);
|
2693
2712
|
const response = {
|
@@ -2700,7 +2719,7 @@ var de_ListExportsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2700
2719
|
if (output.statusCode >= 300) {
|
2701
2720
|
return de_CommandError(output, context);
|
2702
2721
|
}
|
2703
|
-
const data = await
|
2722
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2704
2723
|
let contents = {};
|
2705
2724
|
contents = de_ListExportsOutput(data.ListExportsResult, context);
|
2706
2725
|
const response = {
|
@@ -2713,7 +2732,7 @@ var de_ListGeneratedTemplatesCommand = /* @__PURE__ */ __name(async (output, con
|
|
2713
2732
|
if (output.statusCode >= 300) {
|
2714
2733
|
return de_CommandError(output, context);
|
2715
2734
|
}
|
2716
|
-
const data = await
|
2735
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2717
2736
|
let contents = {};
|
2718
2737
|
contents = de_ListGeneratedTemplatesOutput(data.ListGeneratedTemplatesResult, context);
|
2719
2738
|
const response = {
|
@@ -2726,7 +2745,7 @@ var de_ListImportsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2726
2745
|
if (output.statusCode >= 300) {
|
2727
2746
|
return de_CommandError(output, context);
|
2728
2747
|
}
|
2729
|
-
const data = await
|
2748
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2730
2749
|
let contents = {};
|
2731
2750
|
contents = de_ListImportsOutput(data.ListImportsResult, context);
|
2732
2751
|
const response = {
|
@@ -2739,7 +2758,7 @@ var de_ListResourceScanRelatedResourcesCommand = /* @__PURE__ */ __name(async (o
|
|
2739
2758
|
if (output.statusCode >= 300) {
|
2740
2759
|
return de_CommandError(output, context);
|
2741
2760
|
}
|
2742
|
-
const data = await
|
2761
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2743
2762
|
let contents = {};
|
2744
2763
|
contents = de_ListResourceScanRelatedResourcesOutput(data.ListResourceScanRelatedResourcesResult, context);
|
2745
2764
|
const response = {
|
@@ -2752,7 +2771,7 @@ var de_ListResourceScanResourcesCommand = /* @__PURE__ */ __name(async (output,
|
|
2752
2771
|
if (output.statusCode >= 300) {
|
2753
2772
|
return de_CommandError(output, context);
|
2754
2773
|
}
|
2755
|
-
const data = await
|
2774
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2756
2775
|
let contents = {};
|
2757
2776
|
contents = de_ListResourceScanResourcesOutput(data.ListResourceScanResourcesResult, context);
|
2758
2777
|
const response = {
|
@@ -2765,7 +2784,7 @@ var de_ListResourceScansCommand = /* @__PURE__ */ __name(async (output, context)
|
|
2765
2784
|
if (output.statusCode >= 300) {
|
2766
2785
|
return de_CommandError(output, context);
|
2767
2786
|
}
|
2768
|
-
const data = await
|
2787
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2769
2788
|
let contents = {};
|
2770
2789
|
contents = de_ListResourceScansOutput(data.ListResourceScansResult, context);
|
2771
2790
|
const response = {
|
@@ -2778,7 +2797,7 @@ var de_ListStackInstanceResourceDriftsCommand = /* @__PURE__ */ __name(async (ou
|
|
2778
2797
|
if (output.statusCode >= 300) {
|
2779
2798
|
return de_CommandError(output, context);
|
2780
2799
|
}
|
2781
|
-
const data = await
|
2800
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2782
2801
|
let contents = {};
|
2783
2802
|
contents = de_ListStackInstanceResourceDriftsOutput(data.ListStackInstanceResourceDriftsResult, context);
|
2784
2803
|
const response = {
|
@@ -2791,7 +2810,7 @@ var de_ListStackInstancesCommand = /* @__PURE__ */ __name(async (output, context
|
|
2791
2810
|
if (output.statusCode >= 300) {
|
2792
2811
|
return de_CommandError(output, context);
|
2793
2812
|
}
|
2794
|
-
const data = await
|
2813
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2795
2814
|
let contents = {};
|
2796
2815
|
contents = de_ListStackInstancesOutput(data.ListStackInstancesResult, context);
|
2797
2816
|
const response = {
|
@@ -2804,7 +2823,7 @@ var de_ListStackResourcesCommand = /* @__PURE__ */ __name(async (output, context
|
|
2804
2823
|
if (output.statusCode >= 300) {
|
2805
2824
|
return de_CommandError(output, context);
|
2806
2825
|
}
|
2807
|
-
const data = await
|
2826
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2808
2827
|
let contents = {};
|
2809
2828
|
contents = de_ListStackResourcesOutput(data.ListStackResourcesResult, context);
|
2810
2829
|
const response = {
|
@@ -2817,7 +2836,7 @@ var de_ListStacksCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2817
2836
|
if (output.statusCode >= 300) {
|
2818
2837
|
return de_CommandError(output, context);
|
2819
2838
|
}
|
2820
|
-
const data = await
|
2839
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2821
2840
|
let contents = {};
|
2822
2841
|
contents = de_ListStacksOutput(data.ListStacksResult, context);
|
2823
2842
|
const response = {
|
@@ -2826,11 +2845,24 @@ var de_ListStacksCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2826
2845
|
};
|
2827
2846
|
return response;
|
2828
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");
|
2829
2861
|
var de_ListStackSetOperationResultsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
2830
2862
|
if (output.statusCode >= 300) {
|
2831
2863
|
return de_CommandError(output, context);
|
2832
2864
|
}
|
2833
|
-
const data = await
|
2865
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2834
2866
|
let contents = {};
|
2835
2867
|
contents = de_ListStackSetOperationResultsOutput(data.ListStackSetOperationResultsResult, context);
|
2836
2868
|
const response = {
|
@@ -2843,7 +2875,7 @@ var de_ListStackSetOperationsCommand = /* @__PURE__ */ __name(async (output, con
|
|
2843
2875
|
if (output.statusCode >= 300) {
|
2844
2876
|
return de_CommandError(output, context);
|
2845
2877
|
}
|
2846
|
-
const data = await
|
2878
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2847
2879
|
let contents = {};
|
2848
2880
|
contents = de_ListStackSetOperationsOutput(data.ListStackSetOperationsResult, context);
|
2849
2881
|
const response = {
|
@@ -2856,7 +2888,7 @@ var de_ListStackSetsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
2856
2888
|
if (output.statusCode >= 300) {
|
2857
2889
|
return de_CommandError(output, context);
|
2858
2890
|
}
|
2859
|
-
const data = await
|
2891
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2860
2892
|
let contents = {};
|
2861
2893
|
contents = de_ListStackSetsOutput(data.ListStackSetsResult, context);
|
2862
2894
|
const response = {
|
@@ -2869,7 +2901,7 @@ var de_ListTypeRegistrationsCommand = /* @__PURE__ */ __name(async (output, cont
|
|
2869
2901
|
if (output.statusCode >= 300) {
|
2870
2902
|
return de_CommandError(output, context);
|
2871
2903
|
}
|
2872
|
-
const data = await
|
2904
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2873
2905
|
let contents = {};
|
2874
2906
|
contents = de_ListTypeRegistrationsOutput(data.ListTypeRegistrationsResult, context);
|
2875
2907
|
const response = {
|
@@ -2882,7 +2914,7 @@ var de_ListTypesCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2882
2914
|
if (output.statusCode >= 300) {
|
2883
2915
|
return de_CommandError(output, context);
|
2884
2916
|
}
|
2885
|
-
const data = await
|
2917
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2886
2918
|
let contents = {};
|
2887
2919
|
contents = de_ListTypesOutput(data.ListTypesResult, context);
|
2888
2920
|
const response = {
|
@@ -2895,7 +2927,7 @@ var de_ListTypeVersionsCommand = /* @__PURE__ */ __name(async (output, context)
|
|
2895
2927
|
if (output.statusCode >= 300) {
|
2896
2928
|
return de_CommandError(output, context);
|
2897
2929
|
}
|
2898
|
-
const data = await
|
2930
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2899
2931
|
let contents = {};
|
2900
2932
|
contents = de_ListTypeVersionsOutput(data.ListTypeVersionsResult, context);
|
2901
2933
|
const response = {
|
@@ -2908,7 +2940,7 @@ var de_PublishTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2908
2940
|
if (output.statusCode >= 300) {
|
2909
2941
|
return de_CommandError(output, context);
|
2910
2942
|
}
|
2911
|
-
const data = await
|
2943
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2912
2944
|
let contents = {};
|
2913
2945
|
contents = de_PublishTypeOutput(data.PublishTypeResult, context);
|
2914
2946
|
const response = {
|
@@ -2921,7 +2953,7 @@ var de_RecordHandlerProgressCommand = /* @__PURE__ */ __name(async (output, cont
|
|
2921
2953
|
if (output.statusCode >= 300) {
|
2922
2954
|
return de_CommandError(output, context);
|
2923
2955
|
}
|
2924
|
-
const data = await
|
2956
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2925
2957
|
let contents = {};
|
2926
2958
|
contents = de_RecordHandlerProgressOutput(data.RecordHandlerProgressResult, context);
|
2927
2959
|
const response = {
|
@@ -2934,7 +2966,7 @@ var de_RegisterPublisherCommand = /* @__PURE__ */ __name(async (output, context)
|
|
2934
2966
|
if (output.statusCode >= 300) {
|
2935
2967
|
return de_CommandError(output, context);
|
2936
2968
|
}
|
2937
|
-
const data = await
|
2969
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2938
2970
|
let contents = {};
|
2939
2971
|
contents = de_RegisterPublisherOutput(data.RegisterPublisherResult, context);
|
2940
2972
|
const response = {
|
@@ -2947,7 +2979,7 @@ var de_RegisterTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2947
2979
|
if (output.statusCode >= 300) {
|
2948
2980
|
return de_CommandError(output, context);
|
2949
2981
|
}
|
2950
|
-
const data = await
|
2982
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2951
2983
|
let contents = {};
|
2952
2984
|
contents = de_RegisterTypeOutput(data.RegisterTypeResult, context);
|
2953
2985
|
const response = {
|
@@ -2960,7 +2992,7 @@ var de_RollbackStackCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
2960
2992
|
if (output.statusCode >= 300) {
|
2961
2993
|
return de_CommandError(output, context);
|
2962
2994
|
}
|
2963
|
-
const data = await
|
2995
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2964
2996
|
let contents = {};
|
2965
2997
|
contents = de_RollbackStackOutput(data.RollbackStackResult, context);
|
2966
2998
|
const response = {
|
@@ -2983,7 +3015,7 @@ var de_SetTypeConfigurationCommand = /* @__PURE__ */ __name(async (output, conte
|
|
2983
3015
|
if (output.statusCode >= 300) {
|
2984
3016
|
return de_CommandError(output, context);
|
2985
3017
|
}
|
2986
|
-
const data = await
|
3018
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
2987
3019
|
let contents = {};
|
2988
3020
|
contents = de_SetTypeConfigurationOutput(data.SetTypeConfigurationResult, context);
|
2989
3021
|
const response = {
|
@@ -2996,7 +3028,7 @@ var de_SetTypeDefaultVersionCommand = /* @__PURE__ */ __name(async (output, cont
|
|
2996
3028
|
if (output.statusCode >= 300) {
|
2997
3029
|
return de_CommandError(output, context);
|
2998
3030
|
}
|
2999
|
-
const data = await
|
3031
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
3000
3032
|
let contents = {};
|
3001
3033
|
contents = de_SetTypeDefaultVersionOutput(data.SetTypeDefaultVersionResult, context);
|
3002
3034
|
const response = {
|
@@ -3019,7 +3051,7 @@ var de_StartResourceScanCommand = /* @__PURE__ */ __name(async (output, context)
|
|
3019
3051
|
if (output.statusCode >= 300) {
|
3020
3052
|
return de_CommandError(output, context);
|
3021
3053
|
}
|
3022
|
-
const data = await
|
3054
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
3023
3055
|
let contents = {};
|
3024
3056
|
contents = de_StartResourceScanOutput(data.StartResourceScanResult, context);
|
3025
3057
|
const response = {
|
@@ -3032,7 +3064,7 @@ var de_StopStackSetOperationCommand = /* @__PURE__ */ __name(async (output, cont
|
|
3032
3064
|
if (output.statusCode >= 300) {
|
3033
3065
|
return de_CommandError(output, context);
|
3034
3066
|
}
|
3035
|
-
const data = await
|
3067
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
3036
3068
|
let contents = {};
|
3037
3069
|
contents = de_StopStackSetOperationOutput(data.StopStackSetOperationResult, context);
|
3038
3070
|
const response = {
|
@@ -3045,7 +3077,7 @@ var de_TestTypeCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3045
3077
|
if (output.statusCode >= 300) {
|
3046
3078
|
return de_CommandError(output, context);
|
3047
3079
|
}
|
3048
|
-
const data = await
|
3080
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
3049
3081
|
let contents = {};
|
3050
3082
|
contents = de_TestTypeOutput(data.TestTypeResult, context);
|
3051
3083
|
const response = {
|
@@ -3058,7 +3090,7 @@ var de_UpdateGeneratedTemplateCommand = /* @__PURE__ */ __name(async (output, co
|
|
3058
3090
|
if (output.statusCode >= 300) {
|
3059
3091
|
return de_CommandError(output, context);
|
3060
3092
|
}
|
3061
|
-
const data = await
|
3093
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
3062
3094
|
let contents = {};
|
3063
3095
|
contents = de_UpdateGeneratedTemplateOutput(data.UpdateGeneratedTemplateResult, context);
|
3064
3096
|
const response = {
|
@@ -3071,7 +3103,7 @@ var de_UpdateStackCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3071
3103
|
if (output.statusCode >= 300) {
|
3072
3104
|
return de_CommandError(output, context);
|
3073
3105
|
}
|
3074
|
-
const data = await
|
3106
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
3075
3107
|
let contents = {};
|
3076
3108
|
contents = de_UpdateStackOutput(data.UpdateStackResult, context);
|
3077
3109
|
const response = {
|
@@ -3084,7 +3116,7 @@ var de_UpdateStackInstancesCommand = /* @__PURE__ */ __name(async (output, conte
|
|
3084
3116
|
if (output.statusCode >= 300) {
|
3085
3117
|
return de_CommandError(output, context);
|
3086
3118
|
}
|
3087
|
-
const data = await
|
3119
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
3088
3120
|
let contents = {};
|
3089
3121
|
contents = de_UpdateStackInstancesOutput(data.UpdateStackInstancesResult, context);
|
3090
3122
|
const response = {
|
@@ -3097,7 +3129,7 @@ var de_UpdateStackSetCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
3097
3129
|
if (output.statusCode >= 300) {
|
3098
3130
|
return de_CommandError(output, context);
|
3099
3131
|
}
|
3100
|
-
const data = await
|
3132
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
3101
3133
|
let contents = {};
|
3102
3134
|
contents = de_UpdateStackSetOutput(data.UpdateStackSetResult, context);
|
3103
3135
|
const response = {
|
@@ -3110,7 +3142,7 @@ var de_UpdateTerminationProtectionCommand = /* @__PURE__ */ __name(async (output
|
|
3110
3142
|
if (output.statusCode >= 300) {
|
3111
3143
|
return de_CommandError(output, context);
|
3112
3144
|
}
|
3113
|
-
const data = await
|
3145
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
3114
3146
|
let contents = {};
|
3115
3147
|
contents = de_UpdateTerminationProtectionOutput(data.UpdateTerminationProtectionResult, context);
|
3116
3148
|
const response = {
|
@@ -3123,7 +3155,7 @@ var de_ValidateTemplateCommand = /* @__PURE__ */ __name(async (output, context)
|
|
3123
3155
|
if (output.statusCode >= 300) {
|
3124
3156
|
return de_CommandError(output, context);
|
3125
3157
|
}
|
3126
|
-
const data = await
|
3158
|
+
const data = await (0, import_core2.parseXmlBody)(output.body, context);
|
3127
3159
|
let contents = {};
|
3128
3160
|
contents = de_ValidateTemplateOutput(data.ValidateTemplateResult, context);
|
3129
3161
|
const response = {
|
@@ -3135,7 +3167,7 @@ var de_ValidateTemplateCommand = /* @__PURE__ */ __name(async (output, context)
|
|
3135
3167
|
var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
3136
3168
|
const parsedOutput = {
|
3137
3169
|
...output,
|
3138
|
-
body: await
|
3170
|
+
body: await (0, import_core2.parseXmlErrorBody)(output.body, context)
|
3139
3171
|
};
|
3140
3172
|
const errorCode = loadQueryErrorCode(output, parsedOutput.body);
|
3141
3173
|
switch (errorCode) {
|
@@ -4740,6 +4772,22 @@ var se_ListStackResourcesInput = /* @__PURE__ */ __name((input, context) => {
|
|
4740
4772
|
}
|
4741
4773
|
return entries;
|
4742
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");
|
4743
4791
|
var se_ListStackSetOperationResultsInput = /* @__PURE__ */ __name((input, context) => {
|
4744
4792
|
var _a;
|
4745
4793
|
const entries = {};
|
@@ -6970,6 +7018,18 @@ var de_ListStackResourcesOutput = /* @__PURE__ */ __name((output, context) => {
|
|
6970
7018
|
}
|
6971
7019
|
return contents;
|
6972
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");
|
6973
7033
|
var de_ListStackSetOperationResultsOutput = /* @__PURE__ */ __name((output, context) => {
|
6974
7034
|
const contents = {};
|
6975
7035
|
if (output.Summaries === "") {
|
@@ -7648,6 +7708,9 @@ var de_Stack = /* @__PURE__ */ __name((output, context) => {
|
|
7648
7708
|
if (output[_REOC] != null) {
|
7649
7709
|
contents[_REOC] = (0, import_smithy_client.parseBoolean)(output[_REOC]);
|
7650
7710
|
}
|
7711
|
+
if (output[_DSeta] != null) {
|
7712
|
+
contents[_DSeta] = (0, import_smithy_client.expectString)(output[_DSeta]);
|
7713
|
+
}
|
7651
7714
|
return contents;
|
7652
7715
|
}, "de_Stack");
|
7653
7716
|
var de_StackDriftInformation = /* @__PURE__ */ __name((output, context) => {
|
@@ -7720,6 +7783,9 @@ var de_StackEvent = /* @__PURE__ */ __name((output, context) => {
|
|
7720
7783
|
if (output[_HFM] != null) {
|
7721
7784
|
contents[_HFM] = (0, import_smithy_client.expectString)(output[_HFM]);
|
7722
7785
|
}
|
7786
|
+
if (output[_DSeta] != null) {
|
7787
|
+
contents[_DSeta] = (0, import_smithy_client.expectString)(output[_DSeta]);
|
7788
|
+
}
|
7723
7789
|
return contents;
|
7724
7790
|
}, "de_StackEvent");
|
7725
7791
|
var de_StackEvents = /* @__PURE__ */ __name((output, context) => {
|
@@ -8120,6 +8186,23 @@ var de_StackSet = /* @__PURE__ */ __name((output, context) => {
|
|
8120
8186
|
}
|
8121
8187
|
return contents;
|
8122
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");
|
8123
8206
|
var de_StackSetDriftDetectionDetails = /* @__PURE__ */ __name((output, context) => {
|
8124
8207
|
const contents = {};
|
8125
8208
|
if (output[_DSr] != null) {
|
@@ -8778,7 +8861,6 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
8778
8861
|
extendedRequestId: output.headers["x-amz-id-2"],
|
8779
8862
|
cfId: output.headers["x-amz-cf-id"]
|
8780
8863
|
}), "deserializeMetadata");
|
8781
|
-
var collectBodyString = /* @__PURE__ */ __name((streamBody, context) => (0, import_smithy_client.collectBody)(streamBody, context).then((body) => context.utf8Encoder(body)), "collectBodyString");
|
8782
8864
|
var throwDefaultError = (0, import_smithy_client.withBaseException)(CloudFormationServiceException);
|
8783
8865
|
var buildHttpRpcRequest = /* @__PURE__ */ __name(async (context, headers, path, resolvedHostname, body) => {
|
8784
8866
|
const { hostname, protocol = "https", port, path: basePath } = await context.endpoint();
|
@@ -8976,6 +9058,7 @@ var _LSI = "ListStackInstances";
|
|
8976
9058
|
var _LSIRD = "ListStackInstanceResourceDrifts";
|
8977
9059
|
var _LSR = "ListStackResources";
|
8978
9060
|
var _LSS = "ListStackSets";
|
9061
|
+
var _LSSADT = "ListStackSetAutoDeploymentTargets";
|
8979
9062
|
var _LSSO = "ListStackSetOperations";
|
8980
9063
|
var _LSSOR = "ListStackSetOperationResults";
|
8981
9064
|
var _LT = "ListTypes";
|
@@ -9201,38 +9284,6 @@ var _Vi = "Visibility";
|
|
9201
9284
|
var _W = "Warnings";
|
9202
9285
|
var _e = "entry";
|
9203
9286
|
var _m = "member";
|
9204
|
-
var parseBody = /* @__PURE__ */ __name((streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
|
9205
|
-
if (encoded.length) {
|
9206
|
-
const parser = new import_fast_xml_parser.XMLParser({
|
9207
|
-
attributeNamePrefix: "",
|
9208
|
-
htmlEntities: true,
|
9209
|
-
ignoreAttributes: false,
|
9210
|
-
ignoreDeclaration: true,
|
9211
|
-
parseTagValue: false,
|
9212
|
-
trimValues: false,
|
9213
|
-
tagValueProcessor: (_2, val) => val.trim() === "" && val.includes("\n") ? "" : void 0
|
9214
|
-
});
|
9215
|
-
parser.addEntity("#xD", "\r");
|
9216
|
-
parser.addEntity("#10", "\n");
|
9217
|
-
const parsedObj = parser.parse(encoded);
|
9218
|
-
const textNodeName = "#text";
|
9219
|
-
const key = Object.keys(parsedObj)[0];
|
9220
|
-
const parsedObjToReturn = parsedObj[key];
|
9221
|
-
if (parsedObjToReturn[textNodeName]) {
|
9222
|
-
parsedObjToReturn[key] = parsedObjToReturn[textNodeName];
|
9223
|
-
delete parsedObjToReturn[textNodeName];
|
9224
|
-
}
|
9225
|
-
return (0, import_smithy_client.getValueFromTextNode)(parsedObjToReturn);
|
9226
|
-
}
|
9227
|
-
return {};
|
9228
|
-
}), "parseBody");
|
9229
|
-
var parseErrorBody = /* @__PURE__ */ __name(async (errorBody, context) => {
|
9230
|
-
const value = await parseBody(errorBody, context);
|
9231
|
-
if (value.Error) {
|
9232
|
-
value.Error.message = value.Error.message ?? value.Error.Message;
|
9233
|
-
}
|
9234
|
-
return value;
|
9235
|
-
}, "parseErrorBody");
|
9236
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");
|
9237
9288
|
var loadQueryErrorCode = /* @__PURE__ */ __name((output, data) => {
|
9238
9289
|
var _a;
|
@@ -10209,6 +10260,23 @@ var _ListStacksCommand = class _ListStacksCommand extends import_smithy_client.C
|
|
10209
10260
|
__name(_ListStacksCommand, "ListStacksCommand");
|
10210
10261
|
var ListStacksCommand = _ListStacksCommand;
|
10211
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
|
+
|
10212
10280
|
// src/commands/ListStackSetOperationResultsCommand.ts
|
10213
10281
|
|
10214
10282
|
|
@@ -10676,6 +10744,7 @@ var commands = {
|
|
10676
10744
|
ListStackInstancesCommand,
|
10677
10745
|
ListStackResourcesCommand,
|
10678
10746
|
ListStacksCommand,
|
10747
|
+
ListStackSetAutoDeploymentTargetsCommand,
|
10679
10748
|
ListStackSetOperationResultsCommand,
|
10680
10749
|
ListStackSetOperationsCommand,
|
10681
10750
|
ListStackSetsCommand,
|
@@ -11586,9 +11655,6 @@ var waitUntilTypeRegistrationComplete = /* @__PURE__ */ __name(async (params, in
|
|
11586
11655
|
const result = await (0, import_util_waiter.createWaiter)({ ...serviceDefaults, ...params }, input, checkState8);
|
11587
11656
|
return (0, import_util_waiter.checkExceptions)(result);
|
11588
11657
|
}, "waitUntilTypeRegistrationComplete");
|
11589
|
-
|
11590
|
-
// src/index.ts
|
11591
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
11592
11658
|
// Annotate the CommonJS export names for ESM import in node:
|
11593
11659
|
|
11594
11660
|
0 && (module.exports = {
|
@@ -11653,6 +11719,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
11653
11719
|
ListStackInstanceResourceDriftsCommand,
|
11654
11720
|
ListStackInstancesCommand,
|
11655
11721
|
ListStackResourcesCommand,
|
11722
|
+
ListStackSetAutoDeploymentTargetsCommand,
|
11656
11723
|
ListStackSetOperationResultsCommand,
|
11657
11724
|
ListStackSetOperationsCommand,
|
11658
11725
|
ListStackSetsCommand,
|
@@ -11773,6 +11840,7 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
11773
11840
|
ResourceScanNotFoundException,
|
11774
11841
|
StackDriftDetectionStatus,
|
11775
11842
|
StackDriftStatus,
|
11843
|
+
DetailedStatus,
|
11776
11844
|
HookStatus,
|
11777
11845
|
ResourceStatus,
|
11778
11846
|
StackInstanceDetailedStatus,
|