aws-sdk
Version:
AWS SDK for JavaScript
2,000 lines (1,999 loc) • 81.4 kB
JSON
{
"version": "2.0",
"metadata": {
"apiVersion": "2010-05-15",
"endpointPrefix": "cloudformation",
"protocol": "query",
"protocols": [
"query"
],
"serviceFullName": "AWS CloudFormation",
"serviceId": "CloudFormation",
"signatureVersion": "v4",
"uid": "cloudformation-2010-05-15",
"xmlNamespace": "http://cloudformation.amazonaws.com/doc/2010-05-15/"
},
"operations": {
"ActivateOrganizationsAccess": {
"input": {
"type": "structure",
"members": {}
},
"output": {
"resultWrapper": "ActivateOrganizationsAccessResult",
"type": "structure",
"members": {}
}
},
"ActivateType": {
"input": {
"type": "structure",
"members": {
"Type": {},
"PublicTypeArn": {},
"PublisherId": {},
"TypeName": {},
"TypeNameAlias": {},
"AutoUpdate": {
"type": "boolean"
},
"LoggingConfig": {
"shape": "S9"
},
"ExecutionRoleArn": {},
"VersionBump": {},
"MajorVersion": {
"type": "long"
}
}
},
"output": {
"resultWrapper": "ActivateTypeResult",
"type": "structure",
"members": {
"Arn": {}
}
},
"idempotent": true
},
"BatchDescribeTypeConfigurations": {
"input": {
"type": "structure",
"required": [
"TypeConfigurationIdentifiers"
],
"members": {
"TypeConfigurationIdentifiers": {
"type": "list",
"member": {
"shape": "Si"
}
}
}
},
"output": {
"resultWrapper": "BatchDescribeTypeConfigurationsResult",
"type": "structure",
"members": {
"Errors": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ErrorCode": {},
"ErrorMessage": {},
"TypeConfigurationIdentifier": {
"shape": "Si"
}
}
}
},
"UnprocessedTypeConfigurations": {
"type": "list",
"member": {
"shape": "Si"
}
},
"TypeConfigurations": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Arn": {},
"Alias": {},
"Configuration": {},
"LastUpdated": {
"type": "timestamp"
},
"TypeArn": {},
"TypeName": {},
"IsDefaultConfiguration": {
"type": "boolean"
}
}
}
}
}
}
},
"CancelUpdateStack": {
"input": {
"type": "structure",
"required": [
"StackName"
],
"members": {
"StackName": {},
"ClientRequestToken": {}
}
}
},
"ContinueUpdateRollback": {
"input": {
"type": "structure",
"required": [
"StackName"
],
"members": {
"StackName": {},
"RoleARN": {},
"ResourcesToSkip": {
"type": "list",
"member": {}
},
"ClientRequestToken": {}
}
},
"output": {
"resultWrapper": "ContinueUpdateRollbackResult",
"type": "structure",
"members": {}
}
},
"CreateChangeSet": {
"input": {
"type": "structure",
"required": [
"StackName",
"ChangeSetName"
],
"members": {
"StackName": {},
"TemplateBody": {},
"TemplateURL": {},
"UsePreviousTemplate": {
"type": "boolean"
},
"Parameters": {
"shape": "S1a"
},
"Capabilities": {
"shape": "S1f"
},
"ResourceTypes": {
"shape": "S1h"
},
"RoleARN": {},
"RollbackConfiguration": {
"shape": "S1j"
},
"NotificationARNs": {
"shape": "S1p"
},
"Tags": {
"shape": "S1r"
},
"ChangeSetName": {},
"ClientToken": {},
"Description": {},
"ChangeSetType": {},
"ResourcesToImport": {
"type": "list",
"member": {
"type": "structure",
"required": [
"ResourceType",
"LogicalResourceId",
"ResourceIdentifier"
],
"members": {
"ResourceType": {},
"LogicalResourceId": {},
"ResourceIdentifier": {
"shape": "S22"
}
}
}
},
"IncludeNestedStacks": {
"type": "boolean"
},
"OnStackFailure": {},
"ImportExistingResources": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "CreateChangeSetResult",
"type": "structure",
"members": {
"Id": {},
"StackId": {}
}
}
},
"CreateGeneratedTemplate": {
"input": {
"type": "structure",
"required": [
"GeneratedTemplateName"
],
"members": {
"Resources": {
"shape": "S2c"
},
"GeneratedTemplateName": {},
"StackName": {},
"TemplateConfiguration": {
"shape": "S2f"
}
}
},
"output": {
"resultWrapper": "CreateGeneratedTemplateResult",
"type": "structure",
"members": {
"GeneratedTemplateId": {}
}
}
},
"CreateStack": {
"input": {
"type": "structure",
"required": [
"StackName"
],
"members": {
"StackName": {},
"TemplateBody": {},
"TemplateURL": {},
"Parameters": {
"shape": "S1a"
},
"DisableRollback": {
"type": "boolean"
},
"RollbackConfiguration": {
"shape": "S1j"
},
"TimeoutInMinutes": {
"type": "integer"
},
"NotificationARNs": {
"shape": "S1p"
},
"Capabilities": {
"shape": "S1f"
},
"ResourceTypes": {
"shape": "S1h"
},
"RoleARN": {},
"OnFailure": {},
"StackPolicyBody": {},
"StackPolicyURL": {},
"Tags": {
"shape": "S1r"
},
"ClientRequestToken": {},
"EnableTerminationProtection": {
"type": "boolean"
},
"RetainExceptOnCreate": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "CreateStackResult",
"type": "structure",
"members": {
"StackId": {}
}
}
},
"CreateStackInstances": {
"input": {
"type": "structure",
"required": [
"StackSetName",
"Regions"
],
"members": {
"StackSetName": {},
"Accounts": {
"shape": "S2v"
},
"DeploymentTargets": {
"shape": "S2x"
},
"Regions": {
"shape": "S32"
},
"ParameterOverrides": {
"shape": "S1a"
},
"OperationPreferences": {
"shape": "S34"
},
"OperationId": {
"idempotencyToken": true
},
"CallAs": {}
}
},
"output": {
"resultWrapper": "CreateStackInstancesResult",
"type": "structure",
"members": {
"OperationId": {}
}
}
},
"CreateStackSet": {
"input": {
"type": "structure",
"required": [
"StackSetName"
],
"members": {
"StackSetName": {},
"Description": {},
"TemplateBody": {},
"TemplateURL": {},
"StackId": {},
"Parameters": {
"shape": "S1a"
},
"Capabilities": {
"shape": "S1f"
},
"Tags": {
"shape": "S1r"
},
"AdministrationRoleARN": {},
"ExecutionRoleName": {},
"PermissionModel": {},
"AutoDeployment": {
"shape": "S3g"
},
"CallAs": {},
"ClientRequestToken": {
"idempotencyToken": true
},
"ManagedExecution": {
"shape": "S3j"
}
}
},
"output": {
"resultWrapper": "CreateStackSetResult",
"type": "structure",
"members": {
"StackSetId": {}
}
}
},
"DeactivateOrganizationsAccess": {
"input": {
"type": "structure",
"members": {}
},
"output": {
"resultWrapper": "DeactivateOrganizationsAccessResult",
"type": "structure",
"members": {}
}
},
"DeactivateType": {
"input": {
"type": "structure",
"members": {
"TypeName": {},
"Type": {},
"Arn": {}
}
},
"output": {
"resultWrapper": "DeactivateTypeResult",
"type": "structure",
"members": {}
},
"idempotent": true
},
"DeleteChangeSet": {
"input": {
"type": "structure",
"required": [
"ChangeSetName"
],
"members": {
"ChangeSetName": {},
"StackName": {}
}
},
"output": {
"resultWrapper": "DeleteChangeSetResult",
"type": "structure",
"members": {}
}
},
"DeleteGeneratedTemplate": {
"input": {
"type": "structure",
"required": [
"GeneratedTemplateName"
],
"members": {
"GeneratedTemplateName": {}
}
}
},
"DeleteStack": {
"input": {
"type": "structure",
"required": [
"StackName"
],
"members": {
"StackName": {},
"RetainResources": {
"type": "list",
"member": {}
},
"RoleARN": {},
"ClientRequestToken": {},
"DeletionMode": {}
}
}
},
"DeleteStackInstances": {
"input": {
"type": "structure",
"required": [
"StackSetName",
"Regions",
"RetainStacks"
],
"members": {
"StackSetName": {},
"Accounts": {
"shape": "S2v"
},
"DeploymentTargets": {
"shape": "S2x"
},
"Regions": {
"shape": "S32"
},
"OperationPreferences": {
"shape": "S34"
},
"RetainStacks": {
"type": "boolean"
},
"OperationId": {
"idempotencyToken": true
},
"CallAs": {}
}
},
"output": {
"resultWrapper": "DeleteStackInstancesResult",
"type": "structure",
"members": {
"OperationId": {}
}
}
},
"DeleteStackSet": {
"input": {
"type": "structure",
"required": [
"StackSetName"
],
"members": {
"StackSetName": {},
"CallAs": {}
}
},
"output": {
"resultWrapper": "DeleteStackSetResult",
"type": "structure",
"members": {}
}
},
"DeregisterType": {
"input": {
"type": "structure",
"members": {
"Arn": {},
"Type": {},
"TypeName": {},
"VersionId": {}
}
},
"output": {
"resultWrapper": "DeregisterTypeResult",
"type": "structure",
"members": {}
},
"idempotent": true
},
"DescribeAccountLimits": {
"input": {
"type": "structure",
"members": {
"NextToken": {}
}
},
"output": {
"resultWrapper": "DescribeAccountLimitsResult",
"type": "structure",
"members": {
"AccountLimits": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Name": {},
"Value": {
"type": "integer"
}
}
}
},
"NextToken": {}
}
}
},
"DescribeChangeSet": {
"input": {
"type": "structure",
"required": [
"ChangeSetName"
],
"members": {
"ChangeSetName": {},
"StackName": {},
"NextToken": {},
"IncludePropertyValues": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "DescribeChangeSetResult",
"type": "structure",
"members": {
"ChangeSetName": {},
"ChangeSetId": {},
"StackId": {},
"StackName": {},
"Description": {},
"Parameters": {
"shape": "S1a"
},
"CreationTime": {
"type": "timestamp"
},
"ExecutionStatus": {},
"Status": {},
"StatusReason": {},
"NotificationARNs": {
"shape": "S1p"
},
"RollbackConfiguration": {
"shape": "S1j"
},
"Capabilities": {
"shape": "S1f"
},
"Tags": {
"shape": "S1r"
},
"Changes": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Type": {},
"HookInvocationCount": {
"type": "integer"
},
"ResourceChange": {
"type": "structure",
"members": {
"PolicyAction": {},
"Action": {},
"LogicalResourceId": {},
"PhysicalResourceId": {},
"ResourceType": {},
"Replacement": {},
"Scope": {
"type": "list",
"member": {}
},
"Details": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Target": {
"type": "structure",
"members": {
"Attribute": {},
"Name": {},
"RequiresRecreation": {},
"Path": {},
"BeforeValue": {},
"AfterValue": {},
"AttributeChangeType": {}
}
},
"Evaluation": {},
"ChangeSource": {},
"CausingEntity": {}
}
}
},
"ChangeSetId": {},
"ModuleInfo": {
"shape": "S58"
},
"BeforeContext": {},
"AfterContext": {}
}
}
}
}
},
"NextToken": {},
"IncludeNestedStacks": {
"type": "boolean"
},
"ParentChangeSetId": {},
"RootChangeSetId": {},
"OnStackFailure": {},
"ImportExistingResources": {
"type": "boolean"
}
}
}
},
"DescribeChangeSetHooks": {
"input": {
"type": "structure",
"required": [
"ChangeSetName"
],
"members": {
"ChangeSetName": {},
"StackName": {},
"NextToken": {},
"LogicalResourceId": {}
}
},
"output": {
"resultWrapper": "DescribeChangeSetHooksResult",
"type": "structure",
"members": {
"ChangeSetId": {},
"ChangeSetName": {},
"Hooks": {
"type": "list",
"member": {
"type": "structure",
"members": {
"InvocationPoint": {},
"FailureMode": {},
"TypeName": {},
"TypeVersionId": {},
"TypeConfigurationVersionId": {},
"TargetDetails": {
"type": "structure",
"members": {
"TargetType": {},
"ResourceTargetDetails": {
"type": "structure",
"members": {
"LogicalResourceId": {},
"ResourceType": {},
"ResourceAction": {}
}
}
}
}
}
}
},
"Status": {},
"NextToken": {},
"StackId": {},
"StackName": {}
}
}
},
"DescribeGeneratedTemplate": {
"input": {
"type": "structure",
"required": [
"GeneratedTemplateName"
],
"members": {
"GeneratedTemplateName": {}
}
},
"output": {
"resultWrapper": "DescribeGeneratedTemplateResult",
"type": "structure",
"members": {
"GeneratedTemplateId": {},
"GeneratedTemplateName": {},
"Resources": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ResourceType": {},
"LogicalResourceId": {},
"ResourceIdentifier": {
"shape": "S22"
},
"ResourceStatus": {},
"ResourceStatusReason": {},
"Warnings": {
"type": "list",
"member": {
"type": "structure",
"members": {
"Type": {},
"Properties": {
"type": "list",
"member": {
"type": "structure",
"members": {
"PropertyPath": {},
"Required": {
"type": "boolean"
},
"Description": {}
}
}
}
}
}
}
}
}
},
"Status": {},
"StatusReason": {},
"CreationTime": {
"type": "timestamp"
},
"LastUpdatedTime": {
"type": "timestamp"
},
"Progress": {
"type": "structure",
"members": {
"ResourcesSucceeded": {
"type": "integer"
},
"ResourcesFailed": {
"type": "integer"
},
"ResourcesProcessing": {
"type": "integer"
},
"ResourcesPending": {
"type": "integer"
}
}
},
"StackId": {},
"TemplateConfiguration": {
"shape": "S2f"
},
"TotalWarnings": {
"type": "integer"
}
}
}
},
"DescribeOrganizationsAccess": {
"input": {
"type": "structure",
"members": {
"CallAs": {}
}
},
"output": {
"resultWrapper": "DescribeOrganizationsAccessResult",
"type": "structure",
"members": {
"Status": {}
}
}
},
"DescribePublisher": {
"input": {
"type": "structure",
"members": {
"PublisherId": {}
}
},
"output": {
"resultWrapper": "DescribePublisherResult",
"type": "structure",
"members": {
"PublisherId": {},
"PublisherStatus": {},
"IdentityProvider": {},
"PublisherProfile": {}
}
},
"idempotent": true
},
"DescribeResourceScan": {
"input": {
"type": "structure",
"required": [
"ResourceScanId"
],
"members": {
"ResourceScanId": {}
}
},
"output": {
"resultWrapper": "DescribeResourceScanResult",
"type": "structure",
"members": {
"ResourceScanId": {},
"Status": {},
"StatusReason": {},
"StartTime": {
"type": "timestamp"
},
"EndTime": {
"type": "timestamp"
},
"PercentageCompleted": {
"type": "double"
},
"ResourceTypes": {
"shape": "S1h"
},
"ResourcesScanned": {
"type": "integer"
},
"ResourcesRead": {
"type": "integer"
}
}
}
},
"DescribeStackDriftDetectionStatus": {
"input": {
"type": "structure",
"required": [
"StackDriftDetectionId"
],
"members": {
"StackDriftDetectionId": {}
}
},
"output": {
"resultWrapper": "DescribeStackDriftDetectionStatusResult",
"type": "structure",
"required": [
"StackId",
"StackDriftDetectionId",
"DetectionStatus",
"Timestamp"
],
"members": {
"StackId": {},
"StackDriftDetectionId": {},
"StackDriftStatus": {},
"DetectionStatus": {},
"DetectionStatusReason": {},
"DriftedStackResourceCount": {
"type": "integer"
},
"Timestamp": {
"type": "timestamp"
}
}
}
},
"DescribeStackEvents": {
"input": {
"type": "structure",
"members": {
"StackName": {},
"NextToken": {}
}
},
"output": {
"resultWrapper": "DescribeStackEventsResult",
"type": "structure",
"members": {
"StackEvents": {
"type": "list",
"member": {
"type": "structure",
"required": [
"StackId",
"EventId",
"StackName",
"Timestamp"
],
"members": {
"StackId": {},
"EventId": {},
"StackName": {},
"LogicalResourceId": {},
"PhysicalResourceId": {},
"ResourceType": {},
"Timestamp": {
"type": "timestamp"
},
"ResourceStatus": {},
"ResourceStatusReason": {},
"ResourceProperties": {},
"ClientRequestToken": {},
"HookType": {},
"HookStatus": {},
"HookStatusReason": {},
"HookInvocationPoint": {},
"HookFailureMode": {},
"DetailedStatus": {}
}
}
},
"NextToken": {}
}
}
},
"DescribeStackInstance": {
"input": {
"type": "structure",
"required": [
"StackSetName",
"StackInstanceAccount",
"StackInstanceRegion"
],
"members": {
"StackSetName": {},
"StackInstanceAccount": {},
"StackInstanceRegion": {},
"CallAs": {}
}
},
"output": {
"resultWrapper": "DescribeStackInstanceResult",
"type": "structure",
"members": {
"StackInstance": {
"type": "structure",
"members": {
"StackSetId": {},
"Region": {},
"Account": {},
"StackId": {},
"ParameterOverrides": {
"shape": "S1a"
},
"Status": {},
"StackInstanceStatus": {
"shape": "S7g"
},
"StatusReason": {},
"OrganizationalUnitId": {},
"DriftStatus": {},
"LastDriftCheckTimestamp": {
"type": "timestamp"
},
"LastOperationId": {}
}
}
}
}
},
"DescribeStackResource": {
"input": {
"type": "structure",
"required": [
"StackName",
"LogicalResourceId"
],
"members": {
"StackName": {},
"LogicalResourceId": {}
}
},
"output": {
"resultWrapper": "DescribeStackResourceResult",
"type": "structure",
"members": {
"StackResourceDetail": {
"type": "structure",
"required": [
"LogicalResourceId",
"ResourceType",
"LastUpdatedTimestamp",
"ResourceStatus"
],
"members": {
"StackName": {},
"StackId": {},
"LogicalResourceId": {},
"PhysicalResourceId": {},
"ResourceType": {},
"LastUpdatedTimestamp": {
"type": "timestamp"
},
"ResourceStatus": {},
"ResourceStatusReason": {},
"Description": {},
"Metadata": {},
"DriftInformation": {
"shape": "S7n"
},
"ModuleInfo": {
"shape": "S58"
}
}
}
}
}
},
"DescribeStackResourceDrifts": {
"input": {
"type": "structure",
"required": [
"StackName"
],
"members": {
"StackName": {},
"StackResourceDriftStatusFilters": {
"shape": "S7q"
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"resultWrapper": "DescribeStackResourceDriftsResult",
"type": "structure",
"required": [
"StackResourceDrifts"
],
"members": {
"StackResourceDrifts": {
"type": "list",
"member": {
"shape": "S7u"
}
},
"NextToken": {}
}
}
},
"DescribeStackResources": {
"input": {
"type": "structure",
"members": {
"StackName": {},
"LogicalResourceId": {},
"PhysicalResourceId": {}
}
},
"output": {
"resultWrapper": "DescribeStackResourcesResult",
"type": "structure",
"members": {
"StackResources": {
"type": "list",
"member": {
"type": "structure",
"required": [
"LogicalResourceId",
"ResourceType",
"Timestamp",
"ResourceStatus"
],
"members": {
"StackName": {},
"StackId": {},
"LogicalResourceId": {},
"PhysicalResourceId": {},
"ResourceType": {},
"Timestamp": {
"type": "timestamp"
},
"ResourceStatus": {},
"ResourceStatusReason": {},
"Description": {},
"DriftInformation": {
"shape": "S7n"
},
"ModuleInfo": {
"shape": "S58"
}
}
}
}
}
}
},
"DescribeStackSet": {
"input": {
"type": "structure",
"required": [
"StackSetName"
],
"members": {
"StackSetName": {},
"CallAs": {}
}
},
"output": {
"resultWrapper": "DescribeStackSetResult",
"type": "structure",
"members": {
"StackSet": {
"type": "structure",
"members": {
"StackSetName": {},
"StackSetId": {},
"Description": {},
"Status": {},
"TemplateBody": {},
"Parameters": {
"shape": "S1a"
},
"Capabilities": {
"shape": "S1f"
},
"Tags": {
"shape": "S1r"
},
"StackSetARN": {},
"AdministrationRoleARN": {},
"ExecutionRoleName": {},
"StackSetDriftDetectionDetails": {
"shape": "S8d"
},
"AutoDeployment": {
"shape": "S3g"
},
"PermissionModel": {},
"OrganizationalUnitIds": {
"shape": "S2z"
},
"ManagedExecution": {
"shape": "S3j"
},
"Regions": {
"shape": "S32"
}
}
}
}
}
},
"DescribeStackSetOperation": {
"input": {
"type": "structure",
"required": [
"StackSetName",
"OperationId"
],
"members": {
"StackSetName": {},
"OperationId": {},
"CallAs": {}
}
},
"output": {
"resultWrapper": "DescribeStackSetOperationResult",
"type": "structure",
"members": {
"StackSetOperation": {
"type": "structure",
"members": {
"OperationId": {},
"StackSetId": {},
"Action": {},
"Status": {},
"OperationPreferences": {
"shape": "S34"
},
"RetainStacks": {
"type": "boolean"
},
"AdministrationRoleARN": {},
"ExecutionRoleName": {},
"CreationTimestamp": {
"type": "timestamp"
},
"EndTimestamp": {
"type": "timestamp"
},
"DeploymentTargets": {
"shape": "S2x"
},
"StackSetDriftDetectionDetails": {
"shape": "S8d"
},
"StatusReason": {},
"StatusDetails": {
"shape": "S8s"
}
}
}
}
}
},
"DescribeStacks": {
"input": {
"type": "structure",
"members": {
"StackName": {},
"NextToken": {}
}
},
"output": {
"resultWrapper": "DescribeStacksResult",
"type": "structure",
"members": {
"Stacks": {
"type": "list",
"member": {
"type": "structure",
"required": [
"StackName",
"CreationTime",
"StackStatus"
],
"members": {
"StackId": {},
"StackName": {},
"ChangeSetId": {},
"Description": {},
"Parameters": {
"shape": "S1a"
},
"CreationTime": {
"type": "timestamp"
},
"DeletionTime": {
"type": "timestamp"
},
"LastUpdatedTime": {
"type": "timestamp"
},
"RollbackConfiguration": {
"shape": "S1j"
},
"StackStatus": {},
"StackStatusReason": {},
"DisableRollback": {
"type": "boolean"
},
"NotificationARNs": {
"shape": "S1p"
},
"TimeoutInMinutes": {
"type": "integer"
},
"Capabilities": {
"shape": "S1f"
},
"Outputs": {
"type": "list",
"member": {
"type": "structure",
"members": {
"OutputKey": {},
"OutputValue": {},
"Description": {},
"ExportName": {}
}
}
},
"RoleARN": {},
"Tags": {
"shape": "S1r"
},
"EnableTerminationProtection": {
"type": "boolean"
},
"ParentId": {},
"RootId": {},
"DriftInformation": {
"type": "structure",
"required": [
"StackDriftStatus"
],
"members": {
"StackDriftStatus": {},
"LastCheckTimestamp": {
"type": "timestamp"
}
}
},
"RetainExceptOnCreate": {
"type": "boolean"
},
"DeletionMode": {},
"DetailedStatus": {}
}
}
},
"NextToken": {}
}
}
},
"DescribeType": {
"input": {
"type": "structure",
"members": {
"Type": {},
"TypeName": {},
"Arn": {},
"VersionId": {},
"PublisherId": {},
"PublicVersionNumber": {}
}
},
"output": {
"resultWrapper": "DescribeTypeResult",
"type": "structure",
"members": {
"Arn": {},
"Type": {},
"TypeName": {},
"DefaultVersionId": {},
"IsDefaultVersion": {
"type": "boolean"
},
"TypeTestsStatus": {},
"TypeTestsStatusDescription": {},
"Description": {},
"Schema": {},
"ProvisioningType": {},
"DeprecatedStatus": {},
"LoggingConfig": {
"shape": "S9"
},
"RequiredActivatedTypes": {
"type": "list",
"member": {
"type": "structure",
"members": {
"TypeNameAlias": {},
"OriginalTypeName": {},
"PublisherId": {},
"SupportedMajorVersions": {
"type": "list",
"member": {
"type": "integer"
}
}
}
}
},
"ExecutionRoleArn": {},
"Visibility": {},
"SourceUrl": {},
"DocumentationUrl": {},
"LastUpdated": {
"type": "timestamp"
},
"TimeCreated": {
"type": "timestamp"
},
"ConfigurationSchema": {},
"PublisherId": {},
"OriginalTypeName": {},
"OriginalTypeArn": {},
"PublicVersionNumber": {},
"LatestPublicVersion": {},
"IsActivated": {
"type": "boolean"
},
"AutoUpdate": {
"type": "boolean"
}
}
},
"idempotent": true
},
"DescribeTypeRegistration": {
"input": {
"type": "structure",
"required": [
"RegistrationToken"
],
"members": {
"RegistrationToken": {}
}
},
"output": {
"resultWrapper": "DescribeTypeRegistrationResult",
"type": "structure",
"members": {
"ProgressStatus": {},
"Description": {},
"TypeArn": {},
"TypeVersionArn": {}
}
},
"idempotent": true
},
"DetectStackDrift": {
"input": {
"type": "structure",
"required": [
"StackName"
],
"members": {
"StackName": {},
"LogicalResourceIds": {
"shape": "S9s"
}
}
},
"output": {
"resultWrapper": "DetectStackDriftResult",
"type": "structure",
"required": [
"StackDriftDetectionId"
],
"members": {
"StackDriftDetectionId": {}
}
}
},
"DetectStackResourceDrift": {
"input": {
"type": "structure",
"required": [
"StackName",
"LogicalResourceId"
],
"members": {
"StackName": {},
"LogicalResourceId": {}
}
},
"output": {
"resultWrapper": "DetectStackResourceDriftResult",
"type": "structure",
"required": [
"StackResourceDrift"
],
"members": {
"StackResourceDrift": {
"shape": "S7u"
}
}
}
},
"DetectStackSetDrift": {
"input": {
"type": "structure",
"required": [
"StackSetName"
],
"members": {
"StackSetName": {},
"OperationPreferences": {
"shape": "S34"
},
"OperationId": {
"idempotencyToken": true
},
"CallAs": {}
}
},
"output": {
"resultWrapper": "DetectStackSetDriftResult",
"type": "structure",
"members": {
"OperationId": {}
}
}
},
"EstimateTemplateCost": {
"input": {
"type": "structure",
"members": {
"TemplateBody": {},
"TemplateURL": {},
"Parameters": {
"shape": "S1a"
}
}
},
"output": {
"resultWrapper": "EstimateTemplateCostResult",
"type": "structure",
"members": {
"Url": {}
}
}
},
"ExecuteChangeSet": {
"input": {
"type": "structure",
"required": [
"ChangeSetName"
],
"members": {
"ChangeSetName": {},
"StackName": {},
"ClientRequestToken": {},
"DisableRollback": {
"type": "boolean"
},
"RetainExceptOnCreate": {
"type": "boolean"
}
}
},
"output": {
"resultWrapper": "ExecuteChangeSetResult",
"type": "structure",
"members": {}
}
},
"GetGeneratedTemplate": {
"input": {
"type": "structure",
"required": [
"GeneratedTemplateName"
],
"members": {
"Format": {},
"GeneratedTemplateName": {}
}
},
"output": {
"resultWrapper": "GetGeneratedTemplateResult",
"type": "structure",
"members": {
"Status": {},
"TemplateBody": {}
}
}
},
"GetStackPolicy": {
"input": {
"type": "structure",
"required": [
"StackName"
],
"members": {
"StackName": {}
}
},
"output": {
"resultWrapper": "GetStackPolicyResult",
"type": "structure",
"members": {
"StackPolicyBody": {}
}
}
},
"GetTemplate": {
"input": {
"type": "structure",
"members": {
"StackName": {},
"ChangeSetName": {},
"TemplateStage": {}
}
},
"output": {
"resultWrapper": "GetTemplateResult",
"type": "structure",
"members": {
"TemplateBody": {},
"StagesAvailable": {
"type": "list",
"member": {}
}
}
}
},
"GetTemplateSummary": {
"input": {
"type": "structure",
"members": {
"TemplateBody": {},
"TemplateURL": {},
"StackName": {},
"StackSetName": {},
"CallAs": {},
"TemplateSummaryConfig": {
"type": "structure",
"members": {
"TreatUnrecognizedResourceTypesAsWarnings": {
"type": "boolean"
}
}
}
}
},
"output": {
"resultWrapper": "GetTemplateSummaryResult",
"type": "structure",
"members": {
"Parameters": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ParameterKey": {},
"DefaultValue": {},
"ParameterType": {},
"NoEcho": {
"type": "boolean"
},
"Description": {},
"ParameterConstraints": {
"type": "structure",
"members": {
"AllowedValues": {
"type": "list",
"member": {}
}
}
}
}
}
},
"Description": {},
"Capabilities": {
"shape": "S1f"
},
"CapabilitiesReason": {},
"ResourceTypes": {
"shape": "S1h"
},
"Version": {},
"Metadata": {},
"DeclaredTransforms": {
"shape": "Saq"
},
"ResourceIdentifierSummaries": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ResourceType": {},
"LogicalResourceIds": {
"shape": "S9s"
},
"ResourceIdentifiers": {
"type": "list",
"member": {}
}
}
}
},
"Warnings": {
"type": "structure",
"members": {
"UnrecognizedResourceTypes": {
"shape": "S1h"
}
}
}
}
}
},
"ImportStacksToStackSet": {
"input": {
"type": "structure",
"required": [
"StackSetName"
],
"members": {
"StackSetName": {},
"StackIds": {
"type": "list",
"member": {}
},
"StackIdsUrl": {},
"OrganizationalUnitIds": {
"shape": "S2z"
},
"OperationPreferences": {
"shape": "S34"
},
"OperationId": {
"idempotencyToken": true
},
"CallAs": {}
}
},
"output": {
"resultWrapper": "ImportStacksToStackSetResult",
"type": "structure",
"members": {
"OperationId": {}
}
}
},
"ListChangeSets": {
"input": {
"type": "structure",
"required": [
"StackName"
],
"members": {
"StackName": {},
"NextToken": {}
}
},
"output": {
"resultWrapper": "ListChangeSetsResult",
"type": "structure",
"members": {
"Summaries": {
"type": "list",
"member": {
"type": "structure",
"members": {
"StackId": {},
"StackName": {},
"ChangeSetId": {},
"ChangeSetName": {},
"ExecutionStatus": {},
"Status": {},
"StatusReason": {},
"CreationTime": {
"type": "timestamp"
},
"Description": {},
"IncludeNestedStacks": {
"type": "boolean"
},
"ParentChangeSetId": {},
"RootChangeSetId": {},
"ImportExistingResources": {
"type": "boolean"
}
}
}
},
"NextToken": {}
}
}
},
"ListExports": {
"input": {
"type": "structure",
"members": {
"NextToken": {}
}
},
"output": {
"resultWrapper": "ListExportsResult",
"type": "structure",
"members": {
"Exports": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ExportingStackId": {},
"Name": {},
"Value": {}
}
}
},
"NextToken": {}
}
}
},
"ListGeneratedTemplates": {
"input": {
"type": "structure",
"members": {
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"resultWrapper": "ListGeneratedTemplatesResult",
"type": "structure",
"members": {
"Summaries": {
"type": "list",
"member": {
"type": "structure",
"members": {
"GeneratedTemplateId": {},
"GeneratedTemplateName": {},
"Status": {},
"StatusReason": {},
"CreationTime": {
"type": "timestamp"
},
"LastUpdatedTime": {
"type": "timestamp"
},
"NumberOfResources": {
"type": "integer"
}
}
}
},
"NextToken": {}
}
}
},
"ListImports": {
"input": {
"type": "structure",
"required": [
"ExportName"
],
"members": {
"ExportName": {},
"NextToken": {}
}
},
"output": {
"resultWrapper": "ListImportsResult",
"type": "structure",
"members": {
"Imports": {
"type": "list",
"member": {}
},
"NextToken": {}
}
}
},
"ListResourceScanRelatedResources": {
"input": {
"type": "structure",
"required": [
"ResourceScanId",
"Resources"
],
"members": {
"ResourceScanId": {},
"Resources": {
"type": "list",
"member": {
"type": "structure",
"required": [
"ResourceType",
"ResourceIdentifier"
],
"members": {
"ResourceType": {},
"ResourceIdentifier": {
"shape": "Sbl"
}
}
}
},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"resultWrapper": "ListResourceScanRelatedResourcesResult",
"type": "structure",
"members": {
"RelatedResources": {
"type": "list",
"member": {
"shape": "Sbq"
}
},
"NextToken": {}
}
}
},
"ListResourceScanResources": {
"input": {
"type": "structure",
"required": [
"ResourceScanId"
],
"members": {
"ResourceScanId": {},
"ResourceIdentifier": {},
"ResourceTypePrefix": {},
"TagKey": {},
"TagValue": {},
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"resultWrapper": "ListResourceScanResourcesResult",
"type": "structure",
"members": {
"Resources": {
"type": "list",
"member": {
"shape": "Sbq"
}
},
"NextToken": {}
}
}
},
"ListResourceScans": {
"input": {
"type": "structure",
"members": {
"NextToken": {},
"MaxResults": {
"type": "integer"
}
}
},
"output": {
"resultWrapper": "ListResourceScansResult",
"type": "structure",
"members": {
"ResourceScanSummaries": {
"type": "list",
"member": {
"type": "structure",
"members": {
"ResourceScanId": {},
"Status": {},
"StatusReason": {},
"StartTime": {
"type": "timestamp"
},
"EndTime": {
"type": "timestamp"
},
"PercentageCompleted": {
"type": "double"
}
}
}
},
"NextToken": {}
}
}
},
"ListStackInstanceResourceDrifts": {
"input": {
"type": "structure",
"required": [