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