@cdk8s/awscdk-resolver 0.0.67 → 0.0.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/README.md +8 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +169 -116
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormation.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/ListStackSetAutoDeploymentTargetsCommand.js +24 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/commands/index.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/endpoint/endpointResolver.js +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +75 -34
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +37 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +5 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +73 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +3 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +5 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +4 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +3 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +4 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +5 -10
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +1246 -1343
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +184 -174
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/protocols/Aws_query.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +52 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormationClient.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateOrganizationsAccessCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ActivateTypeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/BatchDescribeTypeConfigurationsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CancelUpdateStackCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ContinueUpdateRollbackCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateChangeSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateGeneratedTemplateCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackInstancesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/CreateStackSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateOrganizationsAccessCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeactivateTypeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteChangeSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteGeneratedTemplateCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackInstancesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeleteStackSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DeregisterTypeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeChangeSetHooksCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeGeneratedTemplateCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeOrganizationsAccessCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribePublisherCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeResourceScanCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackDriftDetectionStatusCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackEventsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackInstanceCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourceDriftsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackResourcesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStackSetOperationCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeStacksCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DescribeTypeRegistrationCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackDriftCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackResourceDriftCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/DetectStackSetDriftCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/EstimateTemplateCostCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ExecuteChangeSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetGeneratedTemplateCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetStackPolicyCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/GetTemplateSummaryCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ImportStacksToStackSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListChangeSetsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListExportsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListGeneratedTemplatesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListImportsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanRelatedResourcesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScanResourcesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListResourceScansCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstanceResourceDriftsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackInstancesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackResourcesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +39 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationResultsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetOperationsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStacksCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeRegistrationsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypeVersionsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListTypesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/PublishTypeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RecordHandlerProgressCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterPublisherCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RegisterTypeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/RollbackStackCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetStackPolicyCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeConfigurationCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SetTypeDefaultVersionCommand.d.ts +11 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/SignalResourceCommand.d.ts +10 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StartResourceScanCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/StopStackSetOperationCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/TestTypeCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateGeneratedTemplateCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackInstancesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateStackSetCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/UpdateTerminationProtectionCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ValidateTemplateCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +14 -13
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +13 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/protocols/Aws_query.d.ts +12 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/package.json +41 -42
- package/node_modules/@aws-sdk/client-sso/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +6 -49
- package/node_modules/@aws-sdk/client-sso/dist-es/endpoint/endpointResolver.js +3 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-es/protocols/Aws_restJson1.js +1 -40
- package/node_modules/@aws-sdk/client-sso/dist-types/SSO.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/SSOClient.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +32 -32
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/GetRoleCredentialsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountRolesCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/commands/LogoutCommand.d.ts +7 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso/package.json +38 -38
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +7 -50
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/endpoint/endpointResolver.js +3 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/protocols/Aws_restJson1.js +1 -40
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDC.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/SSOOIDCClient.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/CreateTokenWithIAMCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/RegisterClientCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/commands/StartDeviceAuthorizationCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +89 -89
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/CreateTokenWithIAMCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/RegisterClientCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/commands/StartDeviceAuthorizationCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +40 -40
- package/node_modules/@aws-sdk/client-sts/dist-cjs/endpoint/endpointResolver.js +4 -2
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +10 -44
- package/node_modules/@aws-sdk/client-sts/dist-es/endpoint/endpointResolver.js +3 -1
- package/node_modules/@aws-sdk/client-sts/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-es/protocols/Aws_query.js +2 -34
- package/node_modules/@aws-sdk/client-sts/dist-types/STS.d.ts +3 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/STSClient.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithSAMLCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/AssumeRoleWithWebIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/DecodeAuthorizationMessageCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetAccessKeyInfoCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetCallerIdentityCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetFederationTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/commands/GetSessionTokenCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +98 -98
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/STS.d.ts +2 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithSAMLCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/AssumeRoleWithWebIdentityCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/DecodeAuthorizationMessageCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetAccessKeyInfoCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetCallerIdentityCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetFederationTokenCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/commands/GetSessionTokenCommand.d.ts +9 -0
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/package.json +39 -40
- package/node_modules/@aws-sdk/core/CHANGELOG.md +35 -0
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +126 -1
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/common.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/json/parseJsonBody.js +1 -0
- package/node_modules/@aws-sdk/core/dist-cjs/protocols/xml/parseXmlBody.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/common.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/index.js +2 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/json/parseJsonBody.js +51 -0
- package/node_modules/@aws-sdk/core/dist-es/protocols/xml/parseXmlBody.js +57 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/common.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/json/parseJsonBody.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/protocols/xml/parseXmlBody.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/common.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/index.d.ts +2 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/json/parseJsonBody.d.ts +13 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/protocols/xml/parseXmlBody.d.ts +13 -0
- package/node_modules/@aws-sdk/core/package.json +8 -7
- package/node_modules/@aws-sdk/core/src/protocols/common.ts +5 -0
- package/node_modules/@aws-sdk/core/src/protocols/index.ts +2 -0
- package/node_modules/@aws-sdk/core/src/protocols/json/parseJsonBody.ts +60 -0
- package/node_modules/@aws-sdk/core/src/protocols/xml/parseXmlBody.ts +64 -0
- package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-host-header/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-logger/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +6 -6
- package/node_modules/@aws-sdk/region-config-resolver/package.json +7 -7
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/package.json +3 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +2 -0
- package/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +1 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -1
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -1
- package/node_modules/@aws-sdk/util-endpoints/package.json +5 -5
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +2 -0
- package/node_modules/@aws-sdk/util-locate-window/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +5 -5
- package/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@smithy/config-resolver/package.json +6 -6
- package/node_modules/@smithy/core/package.json +9 -9
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +11 -1
- package/node_modules/@smithy/credential-provider-imds/dist-es/index.js +1 -0
- package/node_modules/@smithy/credential-provider-imds/dist-es/utils/getExtendedInstanceMetadataCredentials.js +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/index.d.ts +4 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/ts3.4/index.d.ts +4 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +6 -6
- package/node_modules/@smithy/eventstream-codec/package.json +5 -5
- package/node_modules/@smithy/fetch-http-handler/package.json +9 -9
- package/node_modules/@smithy/hash-node/package.json +5 -5
- package/node_modules/@smithy/invalid-dependency/package.json +3 -3
- package/node_modules/@smithy/is-array-buffer/package.json +2 -2
- package/node_modules/@smithy/middleware-content-length/package.json +5 -5
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/package.json +11 -11
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +5 -0
- package/node_modules/@smithy/middleware-serde/dist-es/deserializerMiddleware.js +5 -0
- package/node_modules/@smithy/middleware-serde/dist-types/deserializerMiddleware.d.ts +5 -2
- package/node_modules/@smithy/middleware-serde/dist-types/serdePlugin.d.ts +6 -2
- package/node_modules/@smithy/middleware-serde/dist-types/serializerMiddleware.d.ts +5 -2
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/deserializerMiddleware.d.ts +5 -2
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serdePlugin.d.ts +6 -2
- package/node_modules/@smithy/middleware-serde/dist-types/ts3.4/serializerMiddleware.d.ts +5 -2
- package/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@smithy/node-config-provider/package.json +5 -5
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +14 -3
- package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +30 -0
- package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +16 -4
- package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/server.mock.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/package.json +6 -6
- package/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@smithy/querystring-builder/package.json +4 -4
- package/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -3
- package/node_modules/@smithy/signature-v4/package.json +10 -10
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/smithy-client/dist-es/command.js +2 -2
- package/node_modules/@smithy/smithy-client/dist-types/command.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/dist-types/ts3.4/command.d.ts +2 -1
- package/node_modules/@smithy/smithy-client/package.json +7 -7
- package/node_modules/@smithy/types/dist-types/client.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/serde.d.ts +10 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +2 -7
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +10 -3
- package/node_modules/@smithy/types/dist-types/ts3.4/util.d.ts +27 -7
- package/node_modules/@smithy/types/dist-types/util.d.ts +22 -7
- package/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/url-parser/package.json +4 -4
- package/node_modules/@smithy/util-base64/dist-cjs/toBase64.browser.js +16 -1
- package/node_modules/@smithy/util-base64/dist-cjs/toBase64.js +14 -1
- package/node_modules/@smithy/util-base64/dist-es/toBase64.browser.js +16 -1
- package/node_modules/@smithy/util-base64/dist-es/toBase64.js +14 -1
- package/node_modules/@smithy/util-base64/dist-types/toBase64.browser.d.ts +4 -3
- package/node_modules/@smithy/util-base64/dist-types/toBase64.d.ts +4 -3
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.browser.d.ts +4 -3
- package/node_modules/@smithy/util-base64/dist-types/ts3.4/toBase64.d.ts +4 -3
- package/node_modules/@smithy/util-base64/package.json +4 -3
- package/node_modules/@smithy/util-body-length-browser/package.json +2 -2
- package/node_modules/@smithy/util-body-length-node/dist-cjs/index.js +1 -1
- package/node_modules/@smithy/util-body-length-node/dist-es/calculateBodyLength.js +1 -1
- package/node_modules/@smithy/util-body-length-node/package.json +2 -2
- package/node_modules/@smithy/util-buffer-from/package.json +3 -3
- package/node_modules/@smithy/util-config-provider/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/util-config-provider/package.json +2 -2
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
- package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
- package/node_modules/@smithy/util-endpoints/package.json +4 -4
- package/node_modules/@smithy/util-hex-encoding/package.json +2 -2
- package/node_modules/@smithy/util-middleware/package.json +3 -3
- package/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@smithy/util-stream/package.json +12 -12
- package/node_modules/@smithy/util-uri-escape/package.json +2 -2
- package/node_modules/@smithy/util-utf8/dist-cjs/index.js +9 -1
- package/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +9 -1
- package/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +9 -1
- package/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +7 -1
- package/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +7 -1
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +7 -1
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +7 -1
- package/node_modules/@smithy/util-utf8/package.json +3 -3
- package/node_modules/@smithy/util-waiter/package.json +4 -4
- package/node_modules/uuid/CHANGELOG.md +45 -0
- package/node_modules/uuid/README.md +36 -75
- package/node_modules/uuid/dist/esm-browser/md5.js +23 -23
- package/node_modules/uuid/dist/esm-browser/parse.js +2 -2
- package/node_modules/uuid/dist/esm-browser/rng.js +4 -5
- package/node_modules/uuid/dist/esm-browser/sha1.js +26 -26
- package/node_modules/uuid/dist/esm-browser/stringify.js +9 -6
- package/node_modules/uuid/dist/esm-browser/v1.js +17 -17
- package/node_modules/uuid/dist/esm-browser/v3.js +1 -1
- package/node_modules/uuid/dist/esm-browser/v35.js +12 -10
- package/node_modules/uuid/dist/esm-browser/v4.js +9 -4
- package/node_modules/uuid/dist/esm-browser/v5.js +1 -1
- package/node_modules/uuid/dist/esm-browser/version.js +1 -1
- package/node_modules/uuid/dist/esm-node/stringify.js +7 -3
- package/node_modules/uuid/dist/esm-node/v1.js +2 -2
- package/node_modules/uuid/dist/esm-node/v35.js +6 -4
- package/node_modules/uuid/dist/esm-node/v4.js +7 -2
- package/node_modules/uuid/dist/esm-node/version.js +1 -1
- package/node_modules/uuid/dist/index.js +18 -18
- package/node_modules/uuid/dist/rng-browser.js +2 -3
- package/node_modules/uuid/dist/stringify.js +8 -3
- package/node_modules/uuid/dist/v1.js +2 -2
- package/node_modules/uuid/dist/v35.js +7 -5
- package/node_modules/uuid/dist/v4.js +8 -2
- package/node_modules/uuid/dist/version.js +1 -1
- package/node_modules/uuid/package.json +41 -41
- package/package.json +8 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/CHANGELOG.md +0 -274
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/CONTRIBUTING.md +0 -18
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/LICENSE.md +0 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/README.md +0 -466
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/bin/uuid +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/index.js +0 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/md5.js +0 -215
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/nil.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/parse.js +0 -35
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/regex.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/rng.js +0 -18
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/sha1.js +0 -96
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/stringify.js +0 -33
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/v1.js +0 -95
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/v3.js +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/v35.js +0 -66
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/v4.js +0 -29
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/v5.js +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/validate.js +0 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-browser/version.js +0 -11
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/index.js +0 -9
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/md5.js +0 -13
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/nil.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/parse.js +0 -35
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/regex.js +0 -1
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/rng.js +0 -12
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/sha1.js +0 -13
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/stringify.js +0 -33
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/v1.js +0 -95
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/v3.js +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/v35.js +0 -66
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/v4.js +0 -29
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/v5.js +0 -4
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/validate.js +0 -7
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/esm-node/version.js +0 -11
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/index.js +0 -79
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/md5-browser.js +0 -223
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/md5.js +0 -23
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/nil.js +0 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/parse.js +0 -45
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/regex.js +0 -8
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/rng-browser.js +0 -25
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/rng.js +0 -24
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/sha1-browser.js +0 -104
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/sha1.js +0 -23
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/stringify.js +0 -44
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/uuid-bin.js +0 -85
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/v1.js +0 -107
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/v3.js +0 -16
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/v35.js +0 -80
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/v4.js +0 -43
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/v5.js +0 -16
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/validate.js +0 -17
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/dist/version.js +0 -21
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/package.json +0 -135
- package/node_modules/@aws-sdk/client-cloudformation/node_modules/uuid/wrapper.mjs +0 -10
- package/node_modules/uuid/dist/umd/uuid.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidNIL.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidParse.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidStringify.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidValidate.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidVersion.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidv1.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidv3.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidv4.min.js +0 -1
- package/node_modules/uuid/dist/umd/uuidv5.min.js +0 -1
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/index.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/md5.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/native.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/nil.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/parse.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/regex.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/rng.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/sha1.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/stringify.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v1.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v3.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v35.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v4.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/v5.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/validate.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/commonjs-browser/version.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-browser/native.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/esm-node/native.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/native-browser.js +0 -0
- /package/node_modules/{@aws-sdk/client-cloudformation/node_modules/uuid → uuid}/dist/native.js +0 -0
@@ -3,6 +3,52 @@ import { CloudFormationServiceException as __BaseException } from "./CloudFormat
|
|
3
3
|
import { AutoDeployment, CallAs, Capability, DeploymentTargets, ManagedExecution, Parameter, PermissionModels, ResourceDefinition, RollbackConfiguration, StackSetOperationPreferences, Tag, TemplateConfiguration, ThirdPartyType } from "./models_0";
|
4
4
|
/**
|
5
5
|
* @public
|
6
|
+
*/
|
7
|
+
export interface SetTypeDefaultVersionOutput {
|
8
|
+
}
|
9
|
+
/**
|
10
|
+
* @public
|
11
|
+
* @enum
|
12
|
+
*/
|
13
|
+
export declare const ResourceSignalStatus: {
|
14
|
+
readonly FAILURE: "FAILURE";
|
15
|
+
readonly SUCCESS: "SUCCESS";
|
16
|
+
};
|
17
|
+
/**
|
18
|
+
* @public
|
19
|
+
*/
|
20
|
+
export type ResourceSignalStatus = (typeof ResourceSignalStatus)[keyof typeof ResourceSignalStatus];
|
21
|
+
/**
|
22
|
+
* <p>The input for the <a>SignalResource</a> action.</p>
|
23
|
+
* @public
|
24
|
+
*/
|
25
|
+
export interface SignalResourceInput {
|
26
|
+
/**
|
27
|
+
* <p>The stack name or unique stack ID that includes the resource that you want to signal.</p>
|
28
|
+
* @public
|
29
|
+
*/
|
30
|
+
StackName: string | undefined;
|
31
|
+
/**
|
32
|
+
* <p>The logical ID of the resource that you want to signal. The logical ID is the name of the resource that given in
|
33
|
+
* the template.</p>
|
34
|
+
* @public
|
35
|
+
*/
|
36
|
+
LogicalResourceId: string | undefined;
|
37
|
+
/**
|
38
|
+
* <p>A unique ID of the signal. When you signal Amazon EC2 instances or Auto Scaling groups, specify the
|
39
|
+
* instance ID that you are signaling as the unique ID. If you send multiple signals to a single resource (such as
|
40
|
+
* signaling a wait condition), each signal requires a different unique ID.</p>
|
41
|
+
* @public
|
42
|
+
*/
|
43
|
+
UniqueId: string | undefined;
|
44
|
+
/**
|
45
|
+
* <p>The status of the signal, which is either success or failure. A failure signal causes CloudFormation to immediately
|
46
|
+
* fail the stack creation or update.</p>
|
47
|
+
* @public
|
48
|
+
*/
|
49
|
+
Status: ResourceSignalStatus | undefined;
|
50
|
+
}
|
51
|
+
/**
|
6
52
|
* <p>The limit on resource scans has been exceeded. Reasons include:</p>
|
7
53
|
* <ul>
|
8
54
|
* <li>
|
@@ -16,6 +62,7 @@ import { AutoDeployment, CallAs, Capability, DeploymentTargets, ManagedExecution
|
|
16
62
|
* before starting a new resource scan.</p>
|
17
63
|
* </li>
|
18
64
|
* </ul>
|
65
|
+
* @public
|
19
66
|
*/
|
20
67
|
export declare class ResourceScanLimitExceededException extends __BaseException {
|
21
68
|
readonly name: "ResourceScanLimitExceededException";
|
@@ -31,9 +78,9 @@ export declare class ResourceScanLimitExceededException extends __BaseException
|
|
31
78
|
*/
|
32
79
|
export interface StartResourceScanInput {
|
33
80
|
/**
|
34
|
-
* @public
|
35
81
|
* <p>A unique identifier for this <code>StartResourceScan</code> request. Specify this token if you plan to retry
|
36
82
|
* requests so that CloudFormation knows that you're not attempting to start a new resource scan.</p>
|
83
|
+
* @public
|
37
84
|
*/
|
38
85
|
ClientRequestToken?: string;
|
39
86
|
}
|
@@ -42,11 +89,11 @@ export interface StartResourceScanInput {
|
|
42
89
|
*/
|
43
90
|
export interface StartResourceScanOutput {
|
44
91
|
/**
|
45
|
-
* @public
|
46
92
|
* <p>The Amazon Resource Name (ARN) of the resource scan. The format is
|
47
93
|
* <code>arn:$\{Partition\}:cloudformation:$\{Region\}:$\{Account\}:resourceScan/$\{Id\}</code>. An example is
|
48
94
|
* <code>arn:aws:cloudformation:<i>us-east-1</i>:<i>123456789012</i>:resourceScan/<i>f5b490f7-7ed4-428a-aa06-31ff25db0772</i>
|
49
95
|
* </code>.</p>
|
96
|
+
* @public
|
50
97
|
*/
|
51
98
|
ResourceScanId?: string;
|
52
99
|
}
|
@@ -55,19 +102,18 @@ export interface StartResourceScanOutput {
|
|
55
102
|
*/
|
56
103
|
export interface StopStackSetOperationInput {
|
57
104
|
/**
|
58
|
-
* @public
|
59
105
|
* <p>The name or unique ID of the stack set that you want to stop the operation for.</p>
|
106
|
+
* @public
|
60
107
|
*/
|
61
108
|
StackSetName: string | undefined;
|
62
109
|
/**
|
63
|
-
* @public
|
64
110
|
* <p>The ID of the stack operation.</p>
|
111
|
+
* @public
|
65
112
|
*/
|
66
113
|
OperationId: string | undefined;
|
67
114
|
/**
|
68
|
-
* @public
|
69
115
|
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
|
70
|
-
*
|
116
|
+
* management account or as a delegated administrator in a member account.</p>
|
71
117
|
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed
|
72
118
|
* permissions.</p>
|
73
119
|
* <ul>
|
@@ -77,9 +123,10 @@ export interface StopStackSetOperationInput {
|
|
77
123
|
* <li>
|
78
124
|
* <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
|
79
125
|
* <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a delegated
|
80
|
-
*
|
126
|
+
* administrator</a> in the <i>CloudFormation User Guide</i>.</p>
|
81
127
|
* </li>
|
82
128
|
* </ul>
|
129
|
+
* @public
|
83
130
|
*/
|
84
131
|
CallAs?: CallAs;
|
85
132
|
}
|
@@ -93,34 +140,33 @@ export interface StopStackSetOperationOutput {
|
|
93
140
|
*/
|
94
141
|
export interface TestTypeInput {
|
95
142
|
/**
|
96
|
-
* @public
|
97
143
|
* <p>The Amazon Resource Name (ARN) of the extension.</p>
|
98
144
|
* <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and <code>Type</code>.</p>
|
145
|
+
* @public
|
99
146
|
*/
|
100
147
|
Arn?: string;
|
101
148
|
/**
|
102
|
-
* @public
|
103
149
|
* <p>The type of the extension to test.</p>
|
104
150
|
* <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and <code>Type</code>.</p>
|
151
|
+
* @public
|
105
152
|
*/
|
106
153
|
Type?: ThirdPartyType;
|
107
154
|
/**
|
108
|
-
* @public
|
109
155
|
* <p>The name of the extension to test.</p>
|
110
156
|
* <p>Conditional: You must specify <code>Arn</code>, or <code>TypeName</code> and <code>Type</code>.</p>
|
157
|
+
* @public
|
111
158
|
*/
|
112
159
|
TypeName?: string;
|
113
160
|
/**
|
114
|
-
* @public
|
115
161
|
* <p>The version of the extension to test.</p>
|
116
162
|
* <p>You can specify the version id with either <code>Arn</code>, or with <code>TypeName</code> and
|
117
163
|
* <code>Type</code>.</p>
|
118
164
|
* <p>If you don't specify a version, CloudFormation uses the default version of the extension in this account and Region
|
119
165
|
* for testing.</p>
|
166
|
+
* @public
|
120
167
|
*/
|
121
168
|
VersionId?: string;
|
122
169
|
/**
|
123
|
-
* @public
|
124
170
|
* <p>The S3 bucket to which CloudFormation delivers the contract test execution logs.</p>
|
125
171
|
* <p>CloudFormation delivers the logs by the time contract testing has completed and the extension has been assigned a
|
126
172
|
* test type status of <code>PASSED</code> or <code>FAILED</code>.</p>
|
@@ -139,6 +185,7 @@ export interface TestTypeInput {
|
|
139
185
|
* </li>
|
140
186
|
* </ul>
|
141
187
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazons3.html">Actions, Resources, and Condition Keys for Amazon S3</a> in the <i>Amazon Web Services Identity and Access Management User Guide</i>.</p>
|
188
|
+
* @public
|
142
189
|
*/
|
143
190
|
LogDeliveryBucket?: string;
|
144
191
|
}
|
@@ -147,8 +194,8 @@ export interface TestTypeInput {
|
|
147
194
|
*/
|
148
195
|
export interface TestTypeOutput {
|
149
196
|
/**
|
150
|
-
* @public
|
151
197
|
* <p>The Amazon Resource Name (ARN) of the extension.</p>
|
198
|
+
* @public
|
152
199
|
*/
|
153
200
|
TypeVersionArn?: string;
|
154
201
|
}
|
@@ -157,36 +204,36 @@ export interface TestTypeOutput {
|
|
157
204
|
*/
|
158
205
|
export interface UpdateGeneratedTemplateInput {
|
159
206
|
/**
|
160
|
-
* @public
|
161
207
|
* <p>The name or Amazon Resource Name (ARN) of a generated template.</p>
|
208
|
+
* @public
|
162
209
|
*/
|
163
210
|
GeneratedTemplateName: string | undefined;
|
164
211
|
/**
|
165
|
-
* @public
|
166
212
|
* <p>An optional new name to assign to the generated template.</p>
|
213
|
+
* @public
|
167
214
|
*/
|
168
215
|
NewGeneratedTemplateName?: string;
|
169
216
|
/**
|
170
|
-
* @public
|
171
217
|
* <p>An optional list of resources to be added to the generated template.</p>
|
218
|
+
* @public
|
172
219
|
*/
|
173
220
|
AddResources?: ResourceDefinition[];
|
174
221
|
/**
|
175
|
-
* @public
|
176
222
|
* <p>A list of logical ids for resources to remove from the generated template.</p>
|
223
|
+
* @public
|
177
224
|
*/
|
178
225
|
RemoveResources?: string[];
|
179
226
|
/**
|
180
|
-
* @public
|
181
227
|
* <p>If <code>true</code>, update the resource properties in the generated template with their current live state.
|
182
228
|
* This feature is useful when the resource properties in your generated a template does not reflect the live state of
|
183
229
|
* the resource properties. This happens when a user update the resource properties after generating a template.</p>
|
230
|
+
* @public
|
184
231
|
*/
|
185
232
|
RefreshAllResources?: boolean;
|
186
233
|
/**
|
187
|
-
* @public
|
188
234
|
* <p>The configuration details of the generated template, including the <code>DeletionPolicy</code> and
|
189
235
|
* <code>UpdateReplacePolicy</code>.</p>
|
236
|
+
* @public
|
190
237
|
*/
|
191
238
|
TemplateConfiguration?: TemplateConfiguration;
|
192
239
|
}
|
@@ -195,78 +242,75 @@ export interface UpdateGeneratedTemplateInput {
|
|
195
242
|
*/
|
196
243
|
export interface UpdateGeneratedTemplateOutput {
|
197
244
|
/**
|
198
|
-
* @public
|
199
245
|
* <p>The Amazon Resource Name (ARN) of the generated template. The format is
|
200
246
|
* <code>arn:$\{Partition\}:cloudformation:$\{Region\}:$\{Account\}:generatedtemplate/$\{Id\}</code>. For example,
|
201
247
|
* <code>arn:aws:cloudformation:<i>us-east-1</i>:<i>123456789012</i>:generatedtemplate/<i>2e8465c1-9a80-43ea-a3a3-4f2d692fe6dc</i>
|
202
248
|
* </code>.</p>
|
249
|
+
* @public
|
203
250
|
*/
|
204
251
|
GeneratedTemplateId?: string;
|
205
252
|
}
|
206
253
|
/**
|
207
|
-
* @public
|
208
254
|
* <p>The input for an <a>UpdateStack</a> action.</p>
|
255
|
+
* @public
|
209
256
|
*/
|
210
257
|
export interface UpdateStackInput {
|
211
258
|
/**
|
212
|
-
* @public
|
213
259
|
* <p>The name or unique stack ID of the stack to update.</p>
|
260
|
+
* @public
|
214
261
|
*/
|
215
262
|
StackName: string | undefined;
|
216
263
|
/**
|
217
|
-
* @public
|
218
264
|
* <p>Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
|
219
265
|
* (For more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the
|
220
266
|
* <i>CloudFormation User Guide</i>.)</p>
|
221
267
|
* <p>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code>,
|
222
268
|
* <code>TemplateURL</code>, or set the <code>UsePreviousTemplate</code> to <code>true</code>.</p>
|
269
|
+
* @public
|
223
270
|
*/
|
224
271
|
TemplateBody?: string;
|
225
272
|
/**
|
226
|
-
* @public
|
227
273
|
* <p>Location of file containing the template body. The URL must point to a template that's located in an Amazon S3 bucket or a Systems Manager document. For more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the
|
228
274
|
* <i>CloudFormation User Guide</i>. The location for an Amazon S3 bucket must start with <code>https://</code>.</p>
|
229
275
|
* <p>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code>,
|
230
276
|
* <code>TemplateURL</code>, or set the <code>UsePreviousTemplate</code> to <code>true</code>.</p>
|
277
|
+
* @public
|
231
278
|
*/
|
232
279
|
TemplateURL?: string;
|
233
280
|
/**
|
234
|
-
* @public
|
235
281
|
* <p>Reuse the existing template that is associated with the stack that you are updating.</p>
|
236
282
|
* <p>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code>,
|
237
283
|
* <code>TemplateURL</code>, or set the <code>UsePreviousTemplate</code> to <code>true</code>.</p>
|
284
|
+
* @public
|
238
285
|
*/
|
239
286
|
UsePreviousTemplate?: boolean;
|
240
287
|
/**
|
241
|
-
* @public
|
242
288
|
* <p>Structure containing the temporary overriding stack policy body. You can specify either the
|
243
289
|
* <code>StackPolicyDuringUpdateBody</code> or the <code>StackPolicyDuringUpdateURL</code> parameter, but not
|
244
290
|
* both.</p>
|
245
291
|
* <p>If you want to update protected resources, specify a temporary overriding stack policy during this update. If
|
246
292
|
* you don't specify a stack policy, the current policy that is associated with the stack will be used.</p>
|
293
|
+
* @public
|
247
294
|
*/
|
248
295
|
StackPolicyDuringUpdateBody?: string;
|
249
296
|
/**
|
250
|
-
* @public
|
251
297
|
* <p>Location of a file containing the temporary overriding stack policy. The URL must point to a policy (max size:
|
252
298
|
* 16KB) located in an S3 bucket in the same Region as the stack. The location for an Amazon S3 bucket must start with
|
253
299
|
* <code>https://</code>. You can specify either the <code>StackPolicyDuringUpdateBody</code> or the
|
254
300
|
* <code>StackPolicyDuringUpdateURL</code> parameter, but not both.</p>
|
255
301
|
* <p>If you want to update protected resources, specify a temporary overriding stack policy during this update. If
|
256
302
|
* you don't specify a stack policy, the current policy that is associated with the stack will be used.</p>
|
303
|
+
* @public
|
257
304
|
*/
|
258
305
|
StackPolicyDuringUpdateURL?: string;
|
259
306
|
/**
|
260
|
-
* @public
|
261
307
|
* <p>A list of <code>Parameter</code> structures that specify input parameters for the stack. For more information,
|
262
|
-
* see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html">
|
263
|
-
* <code>Parameter</code>
|
264
|
-
* </a>
|
308
|
+
* see the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_Parameter.html">Parameter</a>
|
265
309
|
* data type.</p>
|
310
|
+
* @public
|
266
311
|
*/
|
267
312
|
Parameters?: Parameter[];
|
268
313
|
/**
|
269
|
-
* @public
|
270
314
|
* <p>In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order
|
271
315
|
* for CloudFormation to update the stack.</p>
|
272
316
|
* <ul>
|
@@ -298,51 +342,40 @@ export interface UpdateStackInput {
|
|
298
342
|
* <li>
|
299
343
|
* <p>
|
300
344
|
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html">
|
301
|
-
*
|
302
|
-
* </a>
|
345
|
+
* AWS::IAM::AccessKey</a>
|
303
346
|
* </p>
|
304
347
|
* </li>
|
305
348
|
* <li>
|
306
349
|
* <p>
|
307
350
|
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html">
|
308
|
-
*
|
309
|
-
* </a>
|
351
|
+
* AWS::IAM::Group</a>
|
310
352
|
* </p>
|
311
353
|
* </li>
|
312
354
|
* <li>
|
313
355
|
* <p>
|
314
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">
|
315
|
-
* <code>AWS::IAM::InstanceProfile</code>
|
316
|
-
* </a>
|
356
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">AWS::IAM::InstanceProfile</a>
|
317
357
|
* </p>
|
318
358
|
* </li>
|
319
359
|
* <li>
|
320
360
|
* <p>
|
321
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html">
|
322
|
-
* <code>
|
323
|
-
* AWS::IAM::Policy</code>
|
324
|
-
* </a>
|
361
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html">AWS::IAM::Policy</a>
|
325
362
|
* </p>
|
326
363
|
* </li>
|
327
364
|
* <li>
|
328
365
|
* <p>
|
329
366
|
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html">
|
330
|
-
*
|
331
|
-
* </a>
|
367
|
+
* AWS::IAM::Role</a>
|
332
368
|
* </p>
|
333
369
|
* </li>
|
334
370
|
* <li>
|
335
371
|
* <p>
|
336
372
|
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html">
|
337
|
-
*
|
338
|
-
* </a>
|
373
|
+
* AWS::IAM::User</a>
|
339
374
|
* </p>
|
340
375
|
* </li>
|
341
376
|
* <li>
|
342
377
|
* <p>
|
343
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html">
|
344
|
-
* <code>AWS::IAM::UserToGroupAddition</code>
|
345
|
-
* </a>
|
378
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html">AWS::IAM::UserToGroupAddition</a>
|
346
379
|
* </p>
|
347
380
|
* </li>
|
348
381
|
* </ul>
|
@@ -358,11 +391,7 @@ export interface UpdateStackInput {
|
|
358
391
|
* users typically create a change set from the processed template, so that they can review the changes resulting from
|
359
392
|
* the macros before actually updating the stack. If your stack template contains one or more macros, and you choose
|
360
393
|
* to update a stack directly from the processed template, without first reviewing the resulting changes in a change
|
361
|
-
* set, you must acknowledge this capability. This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">
|
362
|
-
* <code>AWS::Include</code>
|
363
|
-
* </a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">
|
364
|
-
* <code>AWS::Serverless</code>
|
365
|
-
* </a> transforms, which
|
394
|
+
* set, you must acknowledge this capability. This includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which
|
366
395
|
* are macros hosted by CloudFormation.</p>
|
367
396
|
* <p>If you want to update a stack from a stack template that contains macros <i>and</i> nested
|
368
397
|
* stacks, you must update the stack directly from the template using this capability.</p>
|
@@ -380,10 +409,10 @@ export interface UpdateStackInput {
|
|
380
409
|
* <note>
|
381
410
|
* <p>Only one of the <code>Capabilities</code> and <code>ResourceType</code> parameters can be specified.</p>
|
382
411
|
* </note>
|
412
|
+
* @public
|
383
413
|
*/
|
384
414
|
Capabilities?: Capability[];
|
385
415
|
/**
|
386
|
-
* @public
|
387
416
|
* <p>The template resource types that you have permissions to work with for this update stack action, such as
|
388
417
|
* <code>AWS::EC2::Instance</code>, <code>AWS::EC2::*</code>, or <code>Custom::MyCustomInstance</code>.</p>
|
389
418
|
* <p>If the list of resource types doesn't include a resource that you're updating, the stack update fails. By
|
@@ -392,35 +421,35 @@ export interface UpdateStackInput {
|
|
392
421
|
* <note>
|
393
422
|
* <p>Only one of the <code>Capabilities</code> and <code>ResourceType</code> parameters can be specified.</p>
|
394
423
|
* </note>
|
424
|
+
* @public
|
395
425
|
*/
|
396
426
|
ResourceTypes?: string[];
|
397
427
|
/**
|
398
|
-
* @public
|
399
428
|
* <p>The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that CloudFormation assumes to
|
400
429
|
* update the stack. CloudFormation uses the role's credentials to make calls on your behalf. CloudFormation always uses this role
|
401
430
|
* for all future operations on the stack. Provided that users have permission to operate on the stack, CloudFormation uses
|
402
431
|
* this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.</p>
|
403
432
|
* <p>If you don't specify a value, CloudFormation uses the role that was previously associated with the stack. If no role
|
404
433
|
* is available, CloudFormation uses a temporary session that is generated from your user credentials.</p>
|
434
|
+
* @public
|
405
435
|
*/
|
406
436
|
RoleARN?: string;
|
407
437
|
/**
|
408
|
-
* @public
|
409
438
|
* <p>The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the
|
410
439
|
* specified monitoring period afterwards.</p>
|
440
|
+
* @public
|
411
441
|
*/
|
412
442
|
RollbackConfiguration?: RollbackConfiguration;
|
413
443
|
/**
|
414
|
-
* @public
|
415
444
|
* <p>Structure containing a new stack policy body. You can specify either the <code>StackPolicyBody</code> or the
|
416
445
|
* <code>StackPolicyURL</code> parameter, but not both.</p>
|
417
446
|
* <p>You might update the stack policy, for example, in order to protect a new resource that you created during a
|
418
447
|
* stack update. If you don't specify a stack policy, the current policy that is associated with the stack is
|
419
448
|
* unchanged.</p>
|
449
|
+
* @public
|
420
450
|
*/
|
421
451
|
StackPolicyBody?: string;
|
422
452
|
/**
|
423
|
-
* @public
|
424
453
|
* <p>Location of a file containing the updated stack policy. The URL must point to a policy (max size: 16KB) located
|
425
454
|
* in an S3 bucket in the same Region as the stack. The location for an Amazon S3 bucket must start with
|
426
455
|
* <code>https://</code>. You can specify either the <code>StackPolicyBody</code> or the <code>StackPolicyURL</code>
|
@@ -428,31 +457,31 @@ export interface UpdateStackInput {
|
|
428
457
|
* <p>You might update the stack policy, for example, in order to protect a new resource that you created during a
|
429
458
|
* stack update. If you don't specify a stack policy, the current policy that is associated with the stack is
|
430
459
|
* unchanged.</p>
|
460
|
+
* @public
|
431
461
|
*/
|
432
462
|
StackPolicyURL?: string;
|
433
463
|
/**
|
434
|
-
* @public
|
435
464
|
* <p>Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that CloudFormation associates with the stack.
|
436
465
|
* Specify an empty list to remove all notification topics.</p>
|
466
|
+
* @public
|
437
467
|
*/
|
438
468
|
NotificationARNs?: string[];
|
439
469
|
/**
|
440
|
-
* @public
|
441
470
|
* <p>Key-value pairs to associate with this stack. CloudFormation also propagates these tags to supported resources in the
|
442
471
|
* stack. You can specify a maximum number of 50 tags.</p>
|
443
472
|
* <p>If you don't specify this parameter, CloudFormation doesn't modify the stack's tags. If you specify an empty value,
|
444
473
|
* CloudFormation removes all associated tags.</p>
|
474
|
+
* @public
|
445
475
|
*/
|
446
476
|
Tags?: Tag[];
|
447
477
|
/**
|
448
|
-
* @public
|
449
478
|
* <p>Preserve the state of previously provisioned resources when an operation fails.</p>
|
450
479
|
* <p>Default: <code>False</code>
|
451
480
|
* </p>
|
481
|
+
* @public
|
452
482
|
*/
|
453
483
|
DisableRollback?: boolean;
|
454
484
|
/**
|
455
|
-
* @public
|
456
485
|
* <p>A unique identifier for this <code>UpdateStack</code> request. Specify this token if you plan to retry requests
|
457
486
|
* so that CloudFormation knows that you're not attempting to update a stack with the same name. You might retry
|
458
487
|
* <code>UpdateStack</code> requests to ensure that CloudFormation successfully received them.</p>
|
@@ -465,25 +494,26 @@ export interface UpdateStackInput {
|
|
465
494
|
* easily identify the stack operation . For example, if you create a stack using the console, each stack event would be
|
466
495
|
* assigned the same token in the following format:
|
467
496
|
* <code>Console-CreateStack-7f59c3cf-00d2-40c7-b2ff-e75db0987002</code>.</p>
|
497
|
+
* @public
|
468
498
|
*/
|
469
499
|
ClientRequestToken?: string;
|
470
500
|
/**
|
471
|
-
* @public
|
472
501
|
* <p>When set to <code>true</code>, newly created resources are deleted when the operation rolls back. This includes
|
473
502
|
* newly created resources marked with a deletion policy of <code>Retain</code>.</p>
|
474
503
|
* <p>Default: <code>false</code>
|
475
504
|
* </p>
|
505
|
+
* @public
|
476
506
|
*/
|
477
507
|
RetainExceptOnCreate?: boolean;
|
478
508
|
}
|
479
509
|
/**
|
480
|
-
* @public
|
481
510
|
* <p>The output for an <a>UpdateStack</a> action.</p>
|
511
|
+
* @public
|
482
512
|
*/
|
483
513
|
export interface UpdateStackOutput {
|
484
514
|
/**
|
485
|
-
* @public
|
486
515
|
* <p>Unique identifier of the stack.</p>
|
516
|
+
* @public
|
487
517
|
*/
|
488
518
|
StackId?: string;
|
489
519
|
}
|
@@ -492,36 +522,35 @@ export interface UpdateStackOutput {
|
|
492
522
|
*/
|
493
523
|
export interface UpdateStackInstancesInput {
|
494
524
|
/**
|
495
|
-
* @public
|
496
525
|
* <p>The name or unique ID of the stack set associated with the stack instances.</p>
|
526
|
+
* @public
|
497
527
|
*/
|
498
528
|
StackSetName: string | undefined;
|
499
529
|
/**
|
500
|
-
* @public
|
501
530
|
* <p>[Self-managed permissions] The names of one or more Amazon Web Services accounts for which you want to update
|
502
531
|
* parameter values for stack instances. The overridden parameter values will be applied to all stack instances in the
|
503
532
|
* specified accounts and Amazon Web Services Regions.</p>
|
504
533
|
* <p>You can specify <code>Accounts</code> or <code>DeploymentTargets</code>, but not both.</p>
|
534
|
+
* @public
|
505
535
|
*/
|
506
536
|
Accounts?: string[];
|
507
537
|
/**
|
508
|
-
* @public
|
509
538
|
* <p>[Service-managed permissions] The Organizations accounts for which you want to update parameter values
|
510
539
|
* for stack instances. If your update targets OUs, the overridden parameter values only apply to the accounts that are
|
511
540
|
* currently in the target OUs and their child OUs. Accounts added to the target OUs and their child OUs in the future
|
512
541
|
* won't use the overridden values.</p>
|
513
542
|
* <p>You can specify <code>Accounts</code> or <code>DeploymentTargets</code>, but not both.</p>
|
543
|
+
* @public
|
514
544
|
*/
|
515
545
|
DeploymentTargets?: DeploymentTargets;
|
516
546
|
/**
|
517
|
-
* @public
|
518
547
|
* <p>The names of one or more Amazon Web Services Regions in which you want to update parameter values for stack
|
519
548
|
* instances. The overridden parameter values will be applied to all stack instances in the specified accounts and
|
520
|
-
*
|
549
|
+
* Amazon Web Services Regions.</p>
|
550
|
+
* @public
|
521
551
|
*/
|
522
552
|
Regions: string[] | undefined;
|
523
553
|
/**
|
524
|
-
* @public
|
525
554
|
* <p>A list of input parameters whose values you want to update for the specified stack instances.</p>
|
526
555
|
* <p>Any overridden parameter values will be applied to all stack instances in the specified accounts and Amazon Web Services Regions. When specifying parameters and their values, be aware of how CloudFormation sets parameter values
|
527
556
|
* during stack instance update operations:</p>
|
@@ -531,8 +560,8 @@ export interface UpdateStackInstancesInput {
|
|
531
560
|
* </li>
|
532
561
|
* <li>
|
533
562
|
* <p>To leave an overridden parameter set to its present value, include the parameter and specify
|
534
|
-
*
|
535
|
-
*
|
563
|
+
* <code>UsePreviousValue</code> as <code>true</code>. (You can't specify both a value and set
|
564
|
+
* <code>UsePreviousValue</code> to <code>true</code>.)</p>
|
536
565
|
* </li>
|
537
566
|
* <li>
|
538
567
|
* <p>To set an overridden parameter back to the value specified in the stack set, specify a parameter list but
|
@@ -546,32 +575,30 @@ export interface UpdateStackInstancesInput {
|
|
546
575
|
* overridden value.</p>
|
547
576
|
* <p>You can only override the parameter <i>values</i> that are specified in the stack set; to add or
|
548
577
|
* delete a parameter itself, use <code>UpdateStackSet</code> to update the stack set template. If you add a parameter
|
549
|
-
* to a template, before you can override the parameter value specified in the stack set you must first use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">
|
550
|
-
* <code>UpdateStackSet</code>
|
551
|
-
* </a> to
|
578
|
+
* to a template, before you can override the parameter value specified in the stack set you must first use <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_UpdateStackSet.html">UpdateStackSet</a> to
|
552
579
|
* update all stack instances with the updated template and parameter value specified in the stack set. Once a stack
|
553
580
|
* instance has been updated with the new parameter, you can then override the parameter value using
|
554
581
|
* <code>UpdateStackInstances</code>.</p>
|
582
|
+
* @public
|
555
583
|
*/
|
556
584
|
ParameterOverrides?: Parameter[];
|
557
585
|
/**
|
558
|
-
* @public
|
559
586
|
* <p>Preferences for how CloudFormation performs this stack set operation.</p>
|
587
|
+
* @public
|
560
588
|
*/
|
561
589
|
OperationPreferences?: StackSetOperationPreferences;
|
562
590
|
/**
|
563
|
-
* @public
|
564
591
|
* <p>The unique identifier for this stack set operation.</p>
|
565
592
|
* <p>The operation ID also functions as an idempotency token, to ensure that CloudFormation performs the stack set
|
566
593
|
* operation only once, even if you retry the request multiple times. You might retry stack set operation requests to
|
567
594
|
* ensure that CloudFormation successfully received them.</p>
|
568
595
|
* <p>If you don't specify an operation ID, the SDK generates one automatically.</p>
|
596
|
+
* @public
|
569
597
|
*/
|
570
598
|
OperationId?: string;
|
571
599
|
/**
|
572
|
-
* @public
|
573
600
|
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
|
574
|
-
*
|
601
|
+
* management account or as a delegated administrator in a member account.</p>
|
575
602
|
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed
|
576
603
|
* permissions.</p>
|
577
604
|
* <ul>
|
@@ -581,9 +608,10 @@ export interface UpdateStackInstancesInput {
|
|
581
608
|
* <li>
|
582
609
|
* <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
|
583
610
|
* <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a delegated
|
584
|
-
*
|
611
|
+
* administrator</a> in the <i>CloudFormation User Guide</i>.</p>
|
585
612
|
* </li>
|
586
613
|
* </ul>
|
614
|
+
* @public
|
587
615
|
*/
|
588
616
|
CallAs?: CallAs;
|
589
617
|
}
|
@@ -592,8 +620,8 @@ export interface UpdateStackInstancesInput {
|
|
592
620
|
*/
|
593
621
|
export interface UpdateStackInstancesOutput {
|
594
622
|
/**
|
595
|
-
* @public
|
596
623
|
* <p>The unique identifier for this stack set operation.</p>
|
624
|
+
* @public
|
597
625
|
*/
|
598
626
|
OperationId?: string;
|
599
627
|
}
|
@@ -602,48 +630,47 @@ export interface UpdateStackInstancesOutput {
|
|
602
630
|
*/
|
603
631
|
export interface UpdateStackSetInput {
|
604
632
|
/**
|
605
|
-
* @public
|
606
633
|
* <p>The name or unique ID of the stack set that you want to update.</p>
|
634
|
+
* @public
|
607
635
|
*/
|
608
636
|
StackSetName: string | undefined;
|
609
637
|
/**
|
610
|
-
* @public
|
611
638
|
* <p>A brief description of updates that you are making.</p>
|
639
|
+
* @public
|
612
640
|
*/
|
613
641
|
Description?: string;
|
614
642
|
/**
|
615
|
-
* @public
|
616
643
|
* <p>The structure that contains the template body, with a minimum length of 1 byte and a maximum length of 51,200
|
617
644
|
* bytes. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the
|
618
|
-
*
|
645
|
+
* <i>CloudFormation User Guide</i>.</p>
|
619
646
|
* <p>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code> or
|
620
|
-
*
|
647
|
+
* <code>TemplateURL</code>—or set <code>UsePreviousTemplate</code> to true.</p>
|
648
|
+
* @public
|
621
649
|
*/
|
622
650
|
TemplateBody?: string;
|
623
651
|
/**
|
624
|
-
* @public
|
625
652
|
* <p>The location of the file that contains the template body. The URL must point to a template (maximum size:
|
626
653
|
* 460,800 bytes) that is located in an Amazon S3 bucket or a Systems Manager document. For more information,
|
627
654
|
* see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template
|
628
|
-
*
|
655
|
+
* Anatomy</a> in the <i>CloudFormation User Guide</i>.</p>
|
629
656
|
* <p>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code> or
|
630
|
-
*
|
657
|
+
* <code>TemplateURL</code>—or set <code>UsePreviousTemplate</code> to true.</p>
|
658
|
+
* @public
|
631
659
|
*/
|
632
660
|
TemplateURL?: string;
|
633
661
|
/**
|
634
|
-
* @public
|
635
662
|
* <p>Use the existing template that's associated with the stack set that you're updating.</p>
|
636
663
|
* <p>Conditional: You must specify only one of the following parameters: <code>TemplateBody</code> or
|
637
|
-
*
|
664
|
+
* <code>TemplateURL</code>—or set <code>UsePreviousTemplate</code> to true.</p>
|
665
|
+
* @public
|
638
666
|
*/
|
639
667
|
UsePreviousTemplate?: boolean;
|
640
668
|
/**
|
641
|
-
* @public
|
642
669
|
* <p>A list of input parameters for the stack set template.</p>
|
670
|
+
* @public
|
643
671
|
*/
|
644
672
|
Parameters?: Parameter[];
|
645
673
|
/**
|
646
|
-
* @public
|
647
674
|
* <p>In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order
|
648
675
|
* for CloudFormation to update the stack set and its associated stack instances.</p>
|
649
676
|
* <ul>
|
@@ -655,18 +682,18 @@ export interface UpdateStackSetInput {
|
|
655
682
|
* for example, by creating new Identity and Access Management (IAM) users. For those stacks sets, you must explicitly
|
656
683
|
* acknowledge this by specifying one of these capabilities.</p>
|
657
684
|
* <p>The following IAM resources require you to specify either the <code>CAPABILITY_IAM</code> or
|
658
|
-
*
|
685
|
+
* <code>CAPABILITY_NAMED_IAM</code> capability.</p>
|
659
686
|
* <ul>
|
660
687
|
* <li>
|
661
688
|
* <p>If you have IAM resources, you can specify either capability.</p>
|
662
689
|
* </li>
|
663
690
|
* <li>
|
664
691
|
* <p>If you have IAM resources with custom names, you <i>must</i> specify
|
665
|
-
*
|
692
|
+
* <code>CAPABILITY_NAMED_IAM</code>.</p>
|
666
693
|
* </li>
|
667
694
|
* <li>
|
668
695
|
* <p>If you don't specify either of these capabilities, CloudFormation returns an
|
669
|
-
*
|
696
|
+
* <code>InsufficientCapabilities</code> error.</p>
|
670
697
|
* </li>
|
671
698
|
* </ul>
|
672
699
|
* <p>If your stack template contains these resources, we recommend that you review all permissions associated with
|
@@ -674,56 +701,42 @@ export interface UpdateStackSetInput {
|
|
674
701
|
* <ul>
|
675
702
|
* <li>
|
676
703
|
* <p>
|
677
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html">
|
678
|
-
* <code>AWS::IAM::AccessKey</code>
|
679
|
-
* </a>
|
704
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html">AWS::IAM::AccessKey</a>
|
680
705
|
* </p>
|
681
706
|
* </li>
|
682
707
|
* <li>
|
683
708
|
* <p>
|
684
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html">
|
685
|
-
* <code>AWS::IAM::Group</code>
|
686
|
-
* </a>
|
709
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html">AWS::IAM::Group</a>
|
687
710
|
* </p>
|
688
711
|
* </li>
|
689
712
|
* <li>
|
690
713
|
* <p>
|
691
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">
|
692
|
-
* <code>AWS::IAM::InstanceProfile</code>
|
693
|
-
* </a>
|
714
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html">AWS::IAM::InstanceProfile</a>
|
694
715
|
* </p>
|
695
716
|
* </li>
|
696
717
|
* <li>
|
697
718
|
* <p>
|
698
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html">
|
699
|
-
* <code>AWS::IAM::Policy</code>
|
700
|
-
* </a>
|
719
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html">AWS::IAM::Policy</a>
|
701
720
|
* </p>
|
702
721
|
* </li>
|
703
722
|
* <li>
|
704
723
|
* <p>
|
705
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html">
|
706
|
-
* <code>AWS::IAM::Role</code>
|
707
|
-
* </a>
|
724
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html">AWS::IAM::Role</a>
|
708
725
|
* </p>
|
709
726
|
* </li>
|
710
727
|
* <li>
|
711
728
|
* <p>
|
712
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html">
|
713
|
-
* <code>AWS::IAM::User</code>
|
714
|
-
* </a>
|
729
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html">AWS::IAM::User</a>
|
715
730
|
* </p>
|
716
731
|
* </li>
|
717
732
|
* <li>
|
718
733
|
* <p>
|
719
|
-
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html">
|
720
|
-
* <code>AWS::IAM::UserToGroupAddition</code>
|
721
|
-
* </a>
|
734
|
+
* <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html">AWS::IAM::UserToGroupAddition</a>
|
722
735
|
* </p>
|
723
736
|
* </li>
|
724
737
|
* </ul>
|
725
738
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities">Acknowledging IAM Resources in
|
726
|
-
*
|
739
|
+
* CloudFormation Templates</a>.</p>
|
727
740
|
* </li>
|
728
741
|
* <li>
|
729
742
|
* <p>
|
@@ -732,23 +745,19 @@ export interface UpdateStackSetInput {
|
|
732
745
|
* <p>Some templates reference macros. If your stack set template references one or more macros, you must update the
|
733
746
|
* stack set directly from the processed template, without first reviewing the resulting changes in a change set. To
|
734
747
|
* update the stack set directly, you must acknowledge this capability. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html">Using CloudFormation Macros to
|
735
|
-
*
|
748
|
+
* Perform Custom Processing on Templates</a>.</p>
|
736
749
|
* <important>
|
737
750
|
* <p>Stack sets with service-managed permissions do not currently support the use of macros in templates. (This
|
738
|
-
* includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">
|
739
|
-
* <code>AWS::Include</code>
|
740
|
-
* </a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">
|
741
|
-
* <code>AWS::Serverless</code>
|
742
|
-
* </a> transforms, which
|
751
|
+
* includes the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html">AWS::Include</a> and <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html">AWS::Serverless</a> transforms, which
|
743
752
|
* are macros hosted by CloudFormation.) Even if you specify this capability for a stack set with service-managed permissions,
|
744
753
|
* if you reference a macro in your template the stack set operation will fail.</p>
|
745
754
|
* </important>
|
746
755
|
* </li>
|
747
756
|
* </ul>
|
757
|
+
* @public
|
748
758
|
*/
|
749
759
|
Capabilities?: Capability[];
|
750
760
|
/**
|
751
|
-
* @public
|
752
761
|
* <p>The key-value pairs to associate with this stack set and the stacks created from it. CloudFormation also propagates these
|
753
762
|
* tags to supported resources that are created in the stacks. You can specify a maximum number of 50 tags.</p>
|
754
763
|
* <p>If you specify tags for this parameter, those tags replace any list of tags that are currently associated with
|
@@ -771,27 +780,27 @@ export interface UpdateStackSetInput {
|
|
771
780
|
* required IAM permission to tag resources. If you omit tags that are currently associated with the stack set from
|
772
781
|
* the list of tags you specify, CloudFormation assumes that you want to remove those tags from the stack set, and checks to see
|
773
782
|
* if you have permission to untag resources. If you don't have the necessary permission(s), the entire
|
774
|
-
*
|
783
|
+
* <code>UpdateStackSet</code> action fails with an <code>access denied</code> error, and the stack set is not
|
775
784
|
* updated.</p>
|
785
|
+
* @public
|
776
786
|
*/
|
777
787
|
Tags?: Tag[];
|
778
788
|
/**
|
779
|
-
* @public
|
780
789
|
* <p>Preferences for how CloudFormation performs this stack set operation.</p>
|
790
|
+
* @public
|
781
791
|
*/
|
782
792
|
OperationPreferences?: StackSetOperationPreferences;
|
783
793
|
/**
|
784
|
-
* @public
|
785
794
|
* <p>The Amazon Resource Name (ARN) of the IAM role to use to update this stack set.</p>
|
786
795
|
* <p>Specify an IAM role only if you are using customized administrator roles to control which users or groups can
|
787
796
|
* manage specific stack sets within the same administrator account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs.html">Granting Permissions for Stack
|
788
|
-
*
|
797
|
+
* Set Operations</a> in the <i>CloudFormation User Guide</i>.</p>
|
789
798
|
* <p>If you specified a customized administrator role when you created the stack set, you must specify a customized
|
790
799
|
* administrator role, even if it is the same customized administrator role used with this stack set previously.</p>
|
800
|
+
* @public
|
791
801
|
*/
|
792
802
|
AdministrationRoleARN?: string;
|
793
803
|
/**
|
794
|
-
* @public
|
795
804
|
* <p>The name of the IAM execution role to use to update the stack set. If you do not specify an execution role,
|
796
805
|
* CloudFormation uses the <code>AWSCloudFormationStackSetExecutionRole</code> role for the stack set operation.</p>
|
797
806
|
* <p>Specify an IAM role only if you are using customized execution roles to control which stack resources users
|
@@ -799,90 +808,90 @@ export interface UpdateStackSetInput {
|
|
799
808
|
* <p>If you specify a customized execution role, CloudFormation uses that role to update the stack. If you do not specify a
|
800
809
|
* customized execution role, CloudFormation performs the update using the role previously associated with the stack set, so long
|
801
810
|
* as you have permissions to perform operations on the stack set.</p>
|
811
|
+
* @public
|
802
812
|
*/
|
803
813
|
ExecutionRoleName?: string;
|
804
814
|
/**
|
805
|
-
* @public
|
806
815
|
* <p>[Service-managed permissions] The Organizations accounts in which to update associated stack
|
807
816
|
* instances.</p>
|
808
817
|
* <p>To update all the stack instances associated with this stack set, do not specify <code>DeploymentTargets</code>
|
809
818
|
* or <code>Regions</code>.</p>
|
810
819
|
* <p>If the stack set update includes changes to the template (that is, if <code>TemplateBody</code> or
|
811
|
-
*
|
812
|
-
* of <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and Amazon Web Services Regions. If the stack set update doesn't include changes to the template or parameters, CloudFormation updates the
|
813
|
-
* in the specified accounts and Regions, while leaving all other stack instances with their existing
|
814
|
-
* status.</p>
|
820
|
+
* <code>TemplateURL</code> is specified), or the <code>Parameters</code>, CloudFormation marks all stack instances with a
|
821
|
+
* status of <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and Amazon Web Services Regions. If the stack set update doesn't include changes to the template or parameters, CloudFormation updates the
|
822
|
+
* stack instances in the specified accounts and Regions, while leaving all other stack instances with their existing
|
823
|
+
* stack instance status.</p>
|
824
|
+
* @public
|
815
825
|
*/
|
816
826
|
DeploymentTargets?: DeploymentTargets;
|
817
827
|
/**
|
818
|
-
* @public
|
819
828
|
* <p>Describes how the IAM roles required for stack set operations are created. You cannot modify
|
820
|
-
*
|
829
|
+
* <code>PermissionModel</code> if there are stack instances associated with your stack set.</p>
|
821
830
|
* <ul>
|
822
831
|
* <li>
|
823
832
|
* <p>With <code>self-managed</code> permissions, you must create the administrator and execution roles required to
|
824
833
|
* deploy to target accounts. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-self-managed.html">Grant Self-Managed Stack Set
|
825
|
-
*
|
834
|
+
* Permissions</a>.</p>
|
826
835
|
* </li>
|
827
836
|
* <li>
|
828
837
|
* <p>With <code>service-managed</code> permissions, StackSets automatically creates the IAM roles required to
|
829
838
|
* deploy to accounts managed by Organizations. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-prereqs-service-managed.html">Grant Service-Managed Stack Set
|
830
|
-
*
|
839
|
+
* Permissions</a>.</p>
|
831
840
|
* </li>
|
832
841
|
* </ul>
|
842
|
+
* @public
|
833
843
|
*/
|
834
844
|
PermissionModel?: PermissionModels;
|
835
845
|
/**
|
836
|
-
* @public
|
837
846
|
* <p>[Service-managed permissions] Describes whether StackSets automatically deploys to Organizations
|
838
847
|
* accounts that are added to a target organization or organizational unit (OU).</p>
|
839
848
|
* <p>If you specify <code>AutoDeployment</code>, don't specify <code>DeploymentTargets</code> or
|
840
849
|
* <code>Regions</code>.</p>
|
850
|
+
* @public
|
841
851
|
*/
|
842
852
|
AutoDeployment?: AutoDeployment;
|
843
853
|
/**
|
844
|
-
* @public
|
845
854
|
* <p>The unique ID for this stack set operation.</p>
|
846
855
|
* <p>The operation ID also functions as an idempotency token, to ensure that CloudFormation performs the stack set
|
847
856
|
* operation only once, even if you retry the request multiple times. You might retry stack set operation requests to
|
848
857
|
* ensure that CloudFormation successfully received them.</p>
|
849
858
|
* <p>If you don't specify an operation ID, CloudFormation generates one automatically.</p>
|
850
859
|
* <p>Repeating this stack set operation with a new operation ID retries all stack instances whose status is
|
851
|
-
*
|
860
|
+
* <code>OUTDATED</code>.</p>
|
861
|
+
* @public
|
852
862
|
*/
|
853
863
|
OperationId?: string;
|
854
864
|
/**
|
855
|
-
* @public
|
856
865
|
* <p>[Self-managed permissions] The accounts in which to update associated stack instances. If you specify accounts,
|
857
866
|
* you must also specify the Amazon Web Services Regions in which to update stack set instances.</p>
|
858
867
|
* <p>To update <i>all</i> the stack instances associated with this stack set, don't specify the
|
859
|
-
*
|
868
|
+
* <code>Accounts</code> or <code>Regions</code> properties.</p>
|
860
869
|
* <p>If the stack set update includes changes to the template (that is, if the <code>TemplateBody</code> or
|
861
|
-
*
|
870
|
+
* <code>TemplateURL</code> properties are specified), or the <code>Parameters</code> property, CloudFormation marks all stack
|
862
871
|
* instances with a status of <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and
|
863
|
-
*
|
872
|
+
* Amazon Web Services Regions. If the stack set update does not include changes to the template or parameters, CloudFormation
|
864
873
|
* updates the stack instances in the specified accounts and Amazon Web Services Regions, while leaving all other stack
|
865
874
|
* instances with their existing stack instance status.</p>
|
875
|
+
* @public
|
866
876
|
*/
|
867
877
|
Accounts?: string[];
|
868
878
|
/**
|
869
|
-
* @public
|
870
879
|
* <p>The Amazon Web Services Regions in which to update associated stack instances. If you specify Regions, you must
|
871
880
|
* also specify accounts in which to update stack set instances.</p>
|
872
881
|
* <p>To update <i>all</i> the stack instances associated with this stack set, do not specify the
|
873
|
-
*
|
882
|
+
* <code>Accounts</code> or <code>Regions</code> properties.</p>
|
874
883
|
* <p>If the stack set update includes changes to the template (that is, if the <code>TemplateBody</code> or
|
875
|
-
*
|
884
|
+
* <code>TemplateURL</code> properties are specified), or the <code>Parameters</code> property, CloudFormation marks all stack
|
876
885
|
* instances with a status of <code>OUTDATED</code> prior to updating the stack instances in the specified accounts and
|
877
886
|
* Regions. If the stack set update does not include changes to the template or parameters, CloudFormation updates the stack
|
878
887
|
* instances in the specified accounts and Regions, while leaving all other stack instances with their existing stack
|
879
888
|
* instance status.</p>
|
889
|
+
* @public
|
880
890
|
*/
|
881
891
|
Regions?: string[];
|
882
892
|
/**
|
883
|
-
* @public
|
884
893
|
* <p>[Service-managed permissions] Specifies whether you are acting as an account administrator in the organization's
|
885
|
-
*
|
894
|
+
* management account or as a delegated administrator in a member account.</p>
|
886
895
|
* <p>By default, <code>SELF</code> is specified. Use <code>SELF</code> for stack sets with self-managed
|
887
896
|
* permissions.</p>
|
888
897
|
* <ul>
|
@@ -892,15 +901,16 @@ export interface UpdateStackSetInput {
|
|
892
901
|
* <li>
|
893
902
|
* <p>If you are signed in to a delegated administrator account, specify <code>DELEGATED_ADMIN</code>.</p>
|
894
903
|
* <p>Your Amazon Web Services account must be registered as a delegated administrator in the management account. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/stacksets-orgs-delegated-admin.html">Register a delegated
|
895
|
-
*
|
904
|
+
* administrator</a> in the <i>CloudFormation User Guide</i>.</p>
|
896
905
|
* </li>
|
897
906
|
* </ul>
|
907
|
+
* @public
|
898
908
|
*/
|
899
909
|
CallAs?: CallAs;
|
900
910
|
/**
|
901
|
-
* @public
|
902
911
|
* <p>Describes whether StackSets performs non-conflicting operations concurrently and queues conflicting
|
903
912
|
* operations.</p>
|
913
|
+
* @public
|
904
914
|
*/
|
905
915
|
ManagedExecution?: ManagedExecution;
|
906
916
|
}
|
@@ -909,8 +919,8 @@ export interface UpdateStackSetInput {
|
|
909
919
|
*/
|
910
920
|
export interface UpdateStackSetOutput {
|
911
921
|
/**
|
912
|
-
* @public
|
913
922
|
* <p>The unique ID for this stack set operation.</p>
|
923
|
+
* @public
|
914
924
|
*/
|
915
925
|
OperationId?: string;
|
916
926
|
}
|
@@ -919,13 +929,13 @@ export interface UpdateStackSetOutput {
|
|
919
929
|
*/
|
920
930
|
export interface UpdateTerminationProtectionInput {
|
921
931
|
/**
|
922
|
-
* @public
|
923
932
|
* <p>Whether to enable termination protection on the specified stack.</p>
|
933
|
+
* @public
|
924
934
|
*/
|
925
935
|
EnableTerminationProtection: boolean | undefined;
|
926
936
|
/**
|
927
|
-
* @public
|
928
937
|
* <p>The name or unique ID of the stack for which you want to set termination protection.</p>
|
938
|
+
* @public
|
929
939
|
*/
|
930
940
|
StackName: string | undefined;
|
931
941
|
}
|
@@ -934,93 +944,93 @@ export interface UpdateTerminationProtectionInput {
|
|
934
944
|
*/
|
935
945
|
export interface UpdateTerminationProtectionOutput {
|
936
946
|
/**
|
937
|
-
* @public
|
938
947
|
* <p>The unique ID of the stack.</p>
|
948
|
+
* @public
|
939
949
|
*/
|
940
950
|
StackId?: string;
|
941
951
|
}
|
942
952
|
/**
|
943
|
-
* @public
|
944
953
|
* <p>The input for <a>ValidateTemplate</a> action.</p>
|
954
|
+
* @public
|
945
955
|
*/
|
946
956
|
export interface ValidateTemplateInput {
|
947
957
|
/**
|
948
|
-
* @public
|
949
958
|
* <p>Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For
|
950
959
|
* more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the <i>CloudFormation User Guide</i>.</p>
|
951
960
|
* <p>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both are passed, only
|
952
961
|
* <code>TemplateBody</code> is used.</p>
|
962
|
+
* @public
|
953
963
|
*/
|
954
964
|
TemplateBody?: string;
|
955
965
|
/**
|
956
|
-
* @public
|
957
966
|
* <p>Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that
|
958
967
|
* is located in an Amazon S3 bucket or a Systems Manager document. For more information, go to <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html">Template Anatomy</a> in the
|
959
968
|
* <i>CloudFormation User Guide</i>. The location for an Amazon S3 bucket must start with <code>https://</code>.</p>
|
960
969
|
* <p>Conditional: You must pass <code>TemplateURL</code> or <code>TemplateBody</code>. If both are passed, only
|
961
970
|
* <code>TemplateBody</code> is used.</p>
|
971
|
+
* @public
|
962
972
|
*/
|
963
973
|
TemplateURL?: string;
|
964
974
|
}
|
965
975
|
/**
|
966
|
-
* @public
|
967
976
|
* <p>The TemplateParameter data type.</p>
|
977
|
+
* @public
|
968
978
|
*/
|
969
979
|
export interface TemplateParameter {
|
970
980
|
/**
|
971
|
-
* @public
|
972
981
|
* <p>The name associated with the parameter.</p>
|
982
|
+
* @public
|
973
983
|
*/
|
974
984
|
ParameterKey?: string;
|
975
985
|
/**
|
976
|
-
* @public
|
977
986
|
* <p>The default value associated with the parameter.</p>
|
987
|
+
* @public
|
978
988
|
*/
|
979
989
|
DefaultValue?: string;
|
980
990
|
/**
|
981
|
-
* @public
|
982
991
|
* <p>Flag indicating whether the parameter should be displayed as plain text in logs and UIs.</p>
|
992
|
+
* @public
|
983
993
|
*/
|
984
994
|
NoEcho?: boolean;
|
985
995
|
/**
|
986
|
-
* @public
|
987
996
|
* <p>User defined description associated with the parameter.</p>
|
997
|
+
* @public
|
988
998
|
*/
|
989
999
|
Description?: string;
|
990
1000
|
}
|
991
1001
|
/**
|
992
|
-
* @public
|
993
1002
|
* <p>The output for <a>ValidateTemplate</a> action.</p>
|
1003
|
+
* @public
|
994
1004
|
*/
|
995
1005
|
export interface ValidateTemplateOutput {
|
996
1006
|
/**
|
997
|
-
* @public
|
998
1007
|
* <p>A list of <code>TemplateParameter</code> structures.</p>
|
1008
|
+
* @public
|
999
1009
|
*/
|
1000
1010
|
Parameters?: TemplateParameter[];
|
1001
1011
|
/**
|
1002
|
-
* @public
|
1003
1012
|
* <p>The description found within the template.</p>
|
1013
|
+
* @public
|
1004
1014
|
*/
|
1005
1015
|
Description?: string;
|
1006
1016
|
/**
|
1007
|
-
* @public
|
1008
1017
|
* <p>The capabilities found within the template. If your template contains IAM resources, you must specify the
|
1009
1018
|
* CAPABILITY_IAM or CAPABILITY_NAMED_IAM value for this parameter when you use the <a>CreateStack</a> or
|
1010
1019
|
* <a>UpdateStack</a> actions with your template; otherwise, those actions return an InsufficientCapabilities
|
1011
1020
|
* error.</p>
|
1012
1021
|
* <p>For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities">Acknowledging IAM Resources in
|
1013
1022
|
* CloudFormation Templates</a>.</p>
|
1023
|
+
* @public
|
1014
1024
|
*/
|
1015
1025
|
Capabilities?: Capability[];
|
1016
1026
|
/**
|
1017
|
-
* @public
|
1018
1027
|
* <p>The list of resources that generated the values in the <code>Capabilities</code> response element.</p>
|
1028
|
+
* @public
|
1019
1029
|
*/
|
1020
1030
|
CapabilitiesReason?: string;
|
1021
1031
|
/**
|
1022
|
-
* @public
|
1023
1032
|
* <p>A list of the transforms that are declared in the template.</p>
|
1033
|
+
* @public
|
1024
1034
|
*/
|
1025
1035
|
DeclaredTransforms?: string[];
|
1026
1036
|
}
|