AWS CloudFormation

2022/11/16 - AWS CloudFormation - 1 updated api methods

Changes  Added UnsupportedTarget HandlerErrorCode for use with CFN Resource Hooks

RecordHandlerProgress (updated) Link ΒΆ
Changes (request)
{'ErrorCode': {'UnsupportedTarget'}}

Reports progress of a resource handler to CloudFormation.

Reserved for use by the CloudFormation CLI. Don't use this API in your code.

See also: AWS API Documentation

Request Syntax

client.record_handler_progress(
    BearerToken='string',
    OperationStatus='PENDING'|'IN_PROGRESS'|'SUCCESS'|'FAILED',
    CurrentOperationStatus='PENDING'|'IN_PROGRESS'|'SUCCESS'|'FAILED',
    StatusMessage='string',
    ErrorCode='NotUpdatable'|'InvalidRequest'|'AccessDenied'|'InvalidCredentials'|'AlreadyExists'|'NotFound'|'ResourceConflict'|'Throttling'|'ServiceLimitExceeded'|'NotStabilized'|'GeneralServiceException'|'ServiceInternalError'|'NetworkFailure'|'InternalFailure'|'InvalidTypeConfiguration'|'HandlerInternalFailure'|'NonCompliant'|'Unknown'|'UnsupportedTarget',
    ResourceModel='string',
    ClientRequestToken='string'
)
type BearerToken

string

param BearerToken

[REQUIRED]

Reserved for use by the CloudFormation CLI.

type OperationStatus

string

param OperationStatus

[REQUIRED]

Reserved for use by the CloudFormation CLI.

type CurrentOperationStatus

string

param CurrentOperationStatus

Reserved for use by the CloudFormation CLI.

type StatusMessage

string

param StatusMessage

Reserved for use by the CloudFormation CLI.

type ErrorCode

string

param ErrorCode

Reserved for use by the CloudFormation CLI.

type ResourceModel

string

param ResourceModel

Reserved for use by the CloudFormation CLI.

type ClientRequestToken

string

param ClientRequestToken

Reserved for use by the CloudFormation CLI.

rtype

dict

returns

Response Syntax

{}

Response Structure

  • (dict) --