generate_change_set(**kwargs)¶Generates a target change set for a currently launched stack and writes it to an Amazon S3 object in the customer’s Amazon S3 bucket.
See also: AWS API Documentation
Request Syntax
response = client.generate_change_set(
appId='string',
changesetFormat='JSON'|'YAML'
)
dict
Response Syntax
{
's3Location': {
'bucket': 'string',
'key': 'string'
}
}
Response Structure
(dict) --
s3Location (dict) --
The location of the Amazon S3 object.
bucket (string) --
The Amazon S3 bucket name.
key (string) --
The Amazon S3 bucket key.
Exceptions
SMS.Client.exceptions.UnauthorizedOperationExceptionSMS.Client.exceptions.InvalidParameterExceptionSMS.Client.exceptions.MissingRequiredParameterExceptionSMS.Client.exceptions.InternalErrorSMS.Client.exceptions.OperationNotPermittedException