AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
Namespaces | Classes | Typedefs | Enumerations
Aws::CloudFormation Namespace Reference

Namespaces

 
namespace  Endpoint
 
namespace  Model
 

Classes

 
 
 
 

Typedefs

 
 
 
 
typedef std::function< void(const CloudFormationClient *, const Model::ActivateTypeRequest &, const Model::ActivateTypeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ActivateTypeResponseReceivedHandler
 
 
 
 
 
 
typedef std::function< void(const CloudFormationClient *, const Model::CreateStackRequest &, const Model::CreateStackOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateStackResponseReceivedHandler
 
 
typedef std::function< void(const CloudFormationClient *, const Model::CreateStackSetRequest &, const Model::CreateStackSetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateStackSetResponseReceivedHandler
 
 
typedef std::function< void(const CloudFormationClient *, const Model::DeactivateTypeRequest &, const Model::DeactivateTypeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeactivateTypeResponseReceivedHandler
 
 
 
typedef std::function< void(const CloudFormationClient *, const Model::DeleteStackRequest &, const Model::DeleteStackOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteStackResponseReceivedHandler
 
 
typedef std::function< void(const CloudFormationClient *, const Model::DeleteStackSetRequest &, const Model::DeleteStackSetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteStackSetResponseReceivedHandler
 
typedef std::function< void(const CloudFormationClient *, const Model::DeregisterTypeRequest &, const Model::DeregisterTypeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeregisterTypeResponseReceivedHandler
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
typedef std::function< void(const CloudFormationClient *, const Model::DescribeStacksRequest &, const Model::DescribeStacksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeStacksResponseReceivedHandler
 
typedef std::function< void(const CloudFormationClient *, const Model::DescribeTypeRequest &, const Model::DescribeTypeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DescribeTypeResponseReceivedHandler
 
 
 
 
 
 
 
 
typedef std::function< void(const CloudFormationClient *, const Model::GetStackPolicyRequest &, const Model::GetStackPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetStackPolicyResponseReceivedHandler
 
typedef std::function< void(const CloudFormationClient *, const Model::GetTemplateRequest &, const Model::GetTemplateOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetTemplateResponseReceivedHandler
 
 
 
typedef std::function< void(const CloudFormationClient *, const Model::ListChangeSetsRequest &, const Model::ListChangeSetsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListChangeSetsResponseReceivedHandler
 
typedef std::function< void(const CloudFormationClient *, const Model::ListExportsRequest &, const Model::ListExportsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListExportsResponseReceivedHandler
 
 
typedef std::function< void(const CloudFormationClient *, const Model::ListImportsRequest &, const Model::ListImportsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListImportsResponseReceivedHandler
 
 
 
 
 
 
 
 
 
 
typedef std::function< void(const CloudFormationClient *, const Model::ListStackSetsRequest &, const Model::ListStackSetsOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListStackSetsResponseReceivedHandler
 
typedef std::function< void(const CloudFormationClient *, const Model::ListStacksRequest &, const Model::ListStacksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListStacksResponseReceivedHandler
 
 
 
typedef std::function< void(const CloudFormationClient *, const Model::ListTypesRequest &, const Model::ListTypesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListTypesResponseReceivedHandler
 
typedef std::function< void(const CloudFormationClient *, const Model::PublishTypeRequest &, const Model::PublishTypeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PublishTypeResponseReceivedHandler
 
 
 
typedef std::function< void(const CloudFormationClient *, const Model::RegisterTypeRequest &, const Model::RegisterTypeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RegisterTypeResponseReceivedHandler
 
typedef std::function< void(const CloudFormationClient *, const Model::RollbackStackRequest &, const Model::RollbackStackOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > RollbackStackResponseReceivedHandler
 
typedef std::function< void(const CloudFormationClient *, const Model::SetStackPolicyRequest &, const Model::SetStackPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SetStackPolicyResponseReceivedHandler
 
 
 
typedef std::function< void(const CloudFormationClient *, const Model::SignalResourceRequest &, const Model::SignalResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > SignalResourceResponseReceivedHandler
 
 
 
typedef std::function< void(const CloudFormationClient *, const Model::TestTypeRequest &, const Model::TestTypeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TestTypeResponseReceivedHandler
 
 
typedef std::function< void(const CloudFormationClient *, const Model::UpdateStackRequest &, const Model::UpdateStackOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateStackResponseReceivedHandler
 
 
typedef std::function< void(const CloudFormationClient *, const Model::UpdateStackSetRequest &, const Model::UpdateStackSetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateStackSetResponseReceivedHandler
 
 
 

Enumerations

enum class  CloudFormationErrors {
  INCOMPLETE_SIGNATURE = 0 , INTERNAL_FAILURE = 1 , INVALID_ACTION = 2 , INVALID_CLIENT_TOKEN_ID = 3 ,
  INVALID_PARAMETER_COMBINATION = 4 , INVALID_QUERY_PARAMETER = 5 , INVALID_PARAMETER_VALUE = 6 , MISSING_ACTION = 7 ,
  MISSING_AUTHENTICATION_TOKEN = 8 , MISSING_PARAMETER = 9 , OPT_IN_REQUIRED = 10 , REQUEST_EXPIRED = 11 ,
  SERVICE_UNAVAILABLE = 12 , THROTTLING = 13 , VALIDATION = 14 , ACCESS_DENIED = 15 ,
  RESOURCE_NOT_FOUND = 16 , UNRECOGNIZED_CLIENT = 17 , MALFORMED_QUERY_STRING = 18 , SLOW_DOWN = 19 ,
  REQUEST_TIME_TOO_SKEWED = 20 , INVALID_SIGNATURE = 21 , SIGNATURE_DOES_NOT_MATCH = 22 , INVALID_ACCESS_KEY_ID = 23 ,
  REQUEST_TIMEOUT = 24 , NETWORK_CONNECTION = 99 , UNKNOWN = 100 , ALREADY_EXISTS = static_cast<int>(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1 ,
  CHANGE_SET_NOT_FOUND , CONCURRENT_RESOURCES_LIMIT_EXCEEDED , CREATED_BUT_MODIFIED , C_F_N_REGISTRY ,
  GENERATED_TEMPLATE_NOT_FOUND , INSUFFICIENT_CAPABILITIES , INVALID_CHANGE_SET_STATUS , INVALID_OPERATION ,
  INVALID_STATE_TRANSITION , LIMIT_EXCEEDED , NAME_ALREADY_EXISTS , OPERATION_ID_ALREADY_EXISTS ,
  OPERATION_IN_PROGRESS , OPERATION_NOT_FOUND , OPERATION_STATUS_CHECK_FAILED , RESOURCE_SCAN_IN_PROGRESS ,
  RESOURCE_SCAN_LIMIT_EXCEEDED , RESOURCE_SCAN_NOT_FOUND , STACK_INSTANCE_NOT_FOUND , STACK_NOT_FOUND ,
  STACK_SET_NOT_EMPTY , STACK_SET_NOT_FOUND , STALE_REQUEST , TOKEN_ALREADY_EXISTS ,
  TYPE_CONFIGURATION_NOT_FOUND , TYPE_NOT_FOUND
}
 

Typedef Documentation

◆ ActivateOrganizationsAccessResponseReceivedHandler

Definition at line 426 of file CloudFormationServiceClientModel.h.

◆ ActivateTypeResponseReceivedHandler

Definition at line 427 of file CloudFormationServiceClientModel.h.

◆ BatchDescribeTypeConfigurationsResponseReceivedHandler

Definition at line 428 of file CloudFormationServiceClientModel.h.

◆ CancelUpdateStackResponseReceivedHandler

Definition at line 429 of file CloudFormationServiceClientModel.h.

◆ CloudFormationClientConfiguration

Definition at line 161 of file CloudFormationServiceClientModel.h.

◆ CloudFormationEndpointProvider

Definition at line 163 of file CloudFormationServiceClientModel.h.

◆ CloudFormationEndpointProviderBase

Definition at line 162 of file CloudFormationServiceClientModel.h.

◆ ContinueUpdateRollbackResponseReceivedHandler

Definition at line 430 of file CloudFormationServiceClientModel.h.

◆ CreateChangeSetResponseReceivedHandler

Definition at line 431 of file CloudFormationServiceClientModel.h.

◆ CreateGeneratedTemplateResponseReceivedHandler

Definition at line 432 of file CloudFormationServiceClientModel.h.

◆ CreateStackInstancesResponseReceivedHandler

Definition at line 434 of file CloudFormationServiceClientModel.h.

◆ CreateStackResponseReceivedHandler

Definition at line 433 of file CloudFormationServiceClientModel.h.

◆ CreateStackSetResponseReceivedHandler

Definition at line 435 of file CloudFormationServiceClientModel.h.

◆ DeactivateOrganizationsAccessResponseReceivedHandler

Definition at line 436 of file CloudFormationServiceClientModel.h.

◆ DeactivateTypeResponseReceivedHandler

Definition at line 437 of file CloudFormationServiceClientModel.h.

◆ DeleteChangeSetResponseReceivedHandler

Definition at line 438 of file CloudFormationServiceClientModel.h.

◆ DeleteGeneratedTemplateResponseReceivedHandler

Definition at line 439 of file CloudFormationServiceClientModel.h.

◆ DeleteStackInstancesResponseReceivedHandler

Definition at line 441 of file CloudFormationServiceClientModel.h.

◆ DeleteStackResponseReceivedHandler

Definition at line 440 of file CloudFormationServiceClientModel.h.

◆ DeleteStackSetResponseReceivedHandler

Definition at line 442 of file CloudFormationServiceClientModel.h.

◆ DeregisterTypeResponseReceivedHandler

Definition at line 443 of file CloudFormationServiceClientModel.h.

◆ DescribeAccountLimitsResponseReceivedHandler

Definition at line 444 of file CloudFormationServiceClientModel.h.

◆ DescribeChangeSetHooksResponseReceivedHandler

Definition at line 446 of file CloudFormationServiceClientModel.h.

◆ DescribeChangeSetResponseReceivedHandler

Definition at line 445 of file CloudFormationServiceClientModel.h.

◆ DescribeGeneratedTemplateResponseReceivedHandler

Definition at line 447 of file CloudFormationServiceClientModel.h.

◆ DescribeOrganizationsAccessResponseReceivedHandler

Definition at line 448 of file CloudFormationServiceClientModel.h.

◆ DescribePublisherResponseReceivedHandler

Definition at line 449 of file CloudFormationServiceClientModel.h.

◆ DescribeResourceScanResponseReceivedHandler

Definition at line 450 of file CloudFormationServiceClientModel.h.

◆ DescribeStackDriftDetectionStatusResponseReceivedHandler

Definition at line 451 of file CloudFormationServiceClientModel.h.

◆ DescribeStackEventsResponseReceivedHandler

Definition at line 452 of file CloudFormationServiceClientModel.h.

◆ DescribeStackInstanceResponseReceivedHandler

Definition at line 453 of file CloudFormationServiceClientModel.h.

◆ DescribeStackResourceDriftsResponseReceivedHandler

Definition at line 455 of file CloudFormationServiceClientModel.h.

◆ DescribeStackResourceResponseReceivedHandler

Definition at line 454 of file CloudFormationServiceClientModel.h.

◆ DescribeStackResourcesResponseReceivedHandler

Definition at line 456 of file CloudFormationServiceClientModel.h.

◆ DescribeStackSetOperationResponseReceivedHandler

Definition at line 458 of file CloudFormationServiceClientModel.h.

◆ DescribeStackSetResponseReceivedHandler

Definition at line 457 of file CloudFormationServiceClientModel.h.

◆ DescribeStacksResponseReceivedHandler

Definition at line 459 of file CloudFormationServiceClientModel.h.

◆ DescribeTypeRegistrationResponseReceivedHandler

Definition at line 461 of file CloudFormationServiceClientModel.h.

◆ DescribeTypeResponseReceivedHandler

Definition at line 460 of file CloudFormationServiceClientModel.h.

◆ DetectStackDriftResponseReceivedHandler

Definition at line 462 of file CloudFormationServiceClientModel.h.

◆ DetectStackResourceDriftResponseReceivedHandler

Definition at line 463 of file CloudFormationServiceClientModel.h.

◆ DetectStackSetDriftResponseReceivedHandler

Definition at line 464 of file CloudFormationServiceClientModel.h.

◆ EstimateTemplateCostResponseReceivedHandler

Definition at line 465 of file CloudFormationServiceClientModel.h.

◆ ExecuteChangeSetResponseReceivedHandler

Definition at line 466 of file CloudFormationServiceClientModel.h.

◆ GetGeneratedTemplateResponseReceivedHandler

Definition at line 467 of file CloudFormationServiceClientModel.h.

◆ GetStackPolicyResponseReceivedHandler

Definition at line 468 of file CloudFormationServiceClientModel.h.

◆ GetTemplateResponseReceivedHandler

Definition at line 469 of file CloudFormationServiceClientModel.h.

◆ GetTemplateSummaryResponseReceivedHandler

Definition at line 470 of file CloudFormationServiceClientModel.h.

◆ ImportStacksToStackSetResponseReceivedHandler

Definition at line 471 of file CloudFormationServiceClientModel.h.

◆ ListChangeSetsResponseReceivedHandler

Definition at line 472 of file CloudFormationServiceClientModel.h.

◆ ListExportsResponseReceivedHandler

Definition at line 473 of file CloudFormationServiceClientModel.h.

◆ ListGeneratedTemplatesResponseReceivedHandler

Definition at line 474 of file CloudFormationServiceClientModel.h.

◆ ListImportsResponseReceivedHandler

Definition at line 475 of file CloudFormationServiceClientModel.h.

◆ ListResourceScanRelatedResourcesResponseReceivedHandler

Definition at line 476 of file CloudFormationServiceClientModel.h.

◆ ListResourceScanResourcesResponseReceivedHandler

Definition at line 477 of file CloudFormationServiceClientModel.h.

◆ ListResourceScansResponseReceivedHandler

Definition at line 478 of file CloudFormationServiceClientModel.h.

◆ ListStackInstanceResourceDriftsResponseReceivedHandler

Definition at line 479 of file CloudFormationServiceClientModel.h.

◆ ListStackInstancesResponseReceivedHandler

Definition at line 480 of file CloudFormationServiceClientModel.h.

◆ ListStackResourcesResponseReceivedHandler

Definition at line 481 of file CloudFormationServiceClientModel.h.

◆ ListStackSetAutoDeploymentTargetsResponseReceivedHandler

Definition at line 482 of file CloudFormationServiceClientModel.h.

◆ ListStackSetOperationResultsResponseReceivedHandler

Definition at line 483 of file CloudFormationServiceClientModel.h.

◆ ListStackSetOperationsResponseReceivedHandler

Definition at line 484 of file CloudFormationServiceClientModel.h.

◆ ListStackSetsResponseReceivedHandler

Definition at line 485 of file CloudFormationServiceClientModel.h.

◆ ListStacksResponseReceivedHandler

Definition at line 486 of file CloudFormationServiceClientModel.h.

◆ ListTypeRegistrationsResponseReceivedHandler

Definition at line 487 of file CloudFormationServiceClientModel.h.

◆ ListTypesResponseReceivedHandler

Definition at line 489 of file CloudFormationServiceClientModel.h.

◆ ListTypeVersionsResponseReceivedHandler

Definition at line 488 of file CloudFormationServiceClientModel.h.

◆ PublishTypeResponseReceivedHandler

Definition at line 490 of file CloudFormationServiceClientModel.h.

◆ RecordHandlerProgressResponseReceivedHandler

Definition at line 491 of file CloudFormationServiceClientModel.h.

◆ RegisterPublisherResponseReceivedHandler

Definition at line 492 of file CloudFormationServiceClientModel.h.

◆ RegisterTypeResponseReceivedHandler

Definition at line 493 of file CloudFormationServiceClientModel.h.

◆ RollbackStackResponseReceivedHandler

Definition at line 494 of file CloudFormationServiceClientModel.h.

◆ SetStackPolicyResponseReceivedHandler

Definition at line 495 of file CloudFormationServiceClientModel.h.

◆ SetTypeConfigurationResponseReceivedHandler

Definition at line 496 of file CloudFormationServiceClientModel.h.

◆ SetTypeDefaultVersionResponseReceivedHandler

Definition at line 497 of file CloudFormationServiceClientModel.h.

◆ SignalResourceResponseReceivedHandler

Definition at line 498 of file CloudFormationServiceClientModel.h.

◆ StartResourceScanResponseReceivedHandler

Definition at line 499 of file CloudFormationServiceClientModel.h.

◆ StopStackSetOperationResponseReceivedHandler

Definition at line 500 of file CloudFormationServiceClientModel.h.

◆ TestTypeResponseReceivedHandler

Definition at line 501 of file CloudFormationServiceClientModel.h.

◆ UpdateGeneratedTemplateResponseReceivedHandler

Definition at line 502 of file CloudFormationServiceClientModel.h.

◆ UpdateStackInstancesResponseReceivedHandler

Definition at line 504 of file CloudFormationServiceClientModel.h.

◆ UpdateStackResponseReceivedHandler

Definition at line 503 of file CloudFormationServiceClientModel.h.

◆ UpdateStackSetResponseReceivedHandler

Definition at line 505 of file CloudFormationServiceClientModel.h.

◆ UpdateTerminationProtectionResponseReceivedHandler

Definition at line 506 of file CloudFormationServiceClientModel.h.

◆ ValidateTemplateResponseReceivedHandler

Definition at line 507 of file CloudFormationServiceClientModel.h.

Enumeration Type Documentation

◆ CloudFormationErrors

Enumerator
INCOMPLETE_SIGNATURE 
INTERNAL_FAILURE 
INVALID_ACTION 
INVALID_CLIENT_TOKEN_ID 
INVALID_PARAMETER_COMBINATION 
INVALID_QUERY_PARAMETER 
INVALID_PARAMETER_VALUE 
MISSING_ACTION 
MISSING_AUTHENTICATION_TOKEN 
MISSING_PARAMETER 
OPT_IN_REQUIRED 
REQUEST_EXPIRED 
SERVICE_UNAVAILABLE 
THROTTLING 
VALIDATION 
ACCESS_DENIED 
RESOURCE_NOT_FOUND 
UNRECOGNIZED_CLIENT 
MALFORMED_QUERY_STRING 
SLOW_DOWN 
REQUEST_TIME_TOO_SKEWED 
INVALID_SIGNATURE 
SIGNATURE_DOES_NOT_MATCH 
INVALID_ACCESS_KEY_ID 
REQUEST_TIMEOUT 
NETWORK_CONNECTION 
UNKNOWN 
ALREADY_EXISTS 
CHANGE_SET_NOT_FOUND 
CONCURRENT_RESOURCES_LIMIT_EXCEEDED 
CREATED_BUT_MODIFIED 
C_F_N_REGISTRY 
GENERATED_TEMPLATE_NOT_FOUND 
INSUFFICIENT_CAPABILITIES 
INVALID_CHANGE_SET_STATUS 
INVALID_OPERATION 
INVALID_STATE_TRANSITION 
LIMIT_EXCEEDED 
NAME_ALREADY_EXISTS 
OPERATION_ID_ALREADY_EXISTS 
OPERATION_IN_PROGRESS 
OPERATION_NOT_FOUND 
OPERATION_STATUS_CHECK_FAILED 
RESOURCE_SCAN_IN_PROGRESS 
RESOURCE_SCAN_LIMIT_EXCEEDED 
RESOURCE_SCAN_NOT_FOUND 
STACK_INSTANCE_NOT_FOUND 
STACK_NOT_FOUND 
STACK_SET_NOT_EMPTY 
STACK_SET_NOT_FOUND 
STALE_REQUEST 
TOKEN_ALREADY_EXISTS 
TYPE_CONFIGURATION_NOT_FOUND 
TYPE_NOT_FOUND 

Definition at line 16 of file CloudFormationErrors.h.