AWS CloudFormation

2022/02/10 - AWS CloudFormation - 1 updated api methods

Changes  This SDK release adds AWS CloudFormation Hooks HandlerErrorCodes

RecordHandlerProgress (updated) Link ΒΆ
Changes (request)
{'ErrorCode': {'NonCompliant', 'Unknown', 'HandlerInternalFailure'}}

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',
    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) --