AWS SDK for C++

AWS SDK for C++ Version 1.11.679

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

Namespaces

namespace  Endpoint
 
namespace  Model
 
namespace  Route53ErrorMapper
 

Classes

 
 
class  Route53Error
 
 

Typedefs

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
typedef std::function< void(const Route53Client *, const Model::GetAccountLimitRequest &, const Model::GetAccountLimitOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetAccountLimitResponseReceivedHandler
 
typedef std::function< void(const Route53Client *, const Model::GetChangeRequest &, const Model::GetChangeOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetChangeResponseReceivedHandler
 
 
typedef std::function< void(const Route53Client *, const Model::GetDNSSECRequest &, const Model::GetDNSSECOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetDNSSECResponseReceivedHandler
 
typedef std::function< void(const Route53Client *, const Model::GetGeoLocationRequest &, const Model::GetGeoLocationOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetGeoLocationResponseReceivedHandler
 
typedef std::function< void(const Route53Client *, const Model::GetHealthCheckRequest &, const Model::GetHealthCheckOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetHealthCheckResponseReceivedHandler
 
 
 
 
typedef std::function< void(const Route53Client *, const Model::GetHostedZoneRequest &, const Model::GetHostedZoneOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> GetHostedZoneResponseReceivedHandler
 
 
 
 
 
 
 
 
 
typedef std::function< void(const Route53Client *, const Model::ListCidrBlocksRequest &, const Model::ListCidrBlocksOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListCidrBlocksResponseReceivedHandler
 
 
 
 
 
typedef std::function< void(const Route53Client *, const Model::ListHostedZonesRequest &, const Model::ListHostedZonesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> ListHostedZonesResponseReceivedHandler
 
 
 
 
 
 
 
 
 
 
 
 
 
 
typedef std::function< void(const Route53Client *, const Model::TestDNSAnswerRequest &, const Model::TestDNSAnswerOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &)> TestDNSAnswerResponseReceivedHandler
 
 
 
 
 

Enumerations

enum class  Route53Errors {
  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 , CIDR_BLOCK_IN_USE = static_cast<int>(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1 ,
  CIDR_COLLECTION_ALREADY_EXISTS , CIDR_COLLECTION_IN_USE , CIDR_COLLECTION_VERSION_MISMATCH , CONCURRENT_MODIFICATION ,
  CONFLICTING_DOMAIN_EXISTS , CONFLICTING_TYPES , DELEGATION_SET_ALREADY_CREATED , DELEGATION_SET_ALREADY_REUSABLE ,
  DELEGATION_SET_IN_USE , DELEGATION_SET_NOT_AVAILABLE , DELEGATION_SET_NOT_REUSABLE , D_N_S_S_E_C_NOT_FOUND ,
  HEALTH_CHECK_ALREADY_EXISTS , HEALTH_CHECK_IN_USE , HEALTH_CHECK_VERSION_MISMATCH , HOSTED_ZONE_ALREADY_EXISTS ,
  HOSTED_ZONE_NOT_EMPTY , HOSTED_ZONE_NOT_FOUND , HOSTED_ZONE_NOT_PRIVATE , HOSTED_ZONE_PARTIALLY_DELEGATED ,
  INCOMPATIBLE_VERSION , INSUFFICIENT_CLOUD_WATCH_LOGS_RESOURCE_POLICY , INVALID_ARGUMENT , INVALID_CHANGE_BATCH ,
  INVALID_DOMAIN_NAME , INVALID_INPUT , INVALID_KEY_SIGNING_KEY_NAME , INVALID_KEY_SIGNING_KEY_STATUS ,
  INVALID_K_M_S_ARN , INVALID_PAGINATION_TOKEN , INVALID_SIGNING_STATUS , INVALID_TRAFFIC_POLICY_DOCUMENT ,
  INVALID_V_P_C_ID , KEY_SIGNING_KEY_ALREADY_EXISTS , KEY_SIGNING_KEY_IN_PARENT_D_S_RECORD , KEY_SIGNING_KEY_IN_USE ,
  KEY_SIGNING_KEY_WITH_ACTIVE_STATUS_NOT_FOUND , LAST_V_P_C_ASSOCIATION , LIMITS_EXCEEDED , NOT_AUTHORIZED ,
  NO_SUCH_CHANGE , NO_SUCH_CIDR_COLLECTION , NO_SUCH_CIDR_LOCATION , NO_SUCH_CLOUD_WATCH_LOGS_LOG_GROUP ,
  NO_SUCH_DELEGATION_SET , NO_SUCH_GEO_LOCATION , NO_SUCH_HEALTH_CHECK , NO_SUCH_HOSTED_ZONE ,
  NO_SUCH_KEY_SIGNING_KEY , NO_SUCH_QUERY_LOGGING_CONFIG , NO_SUCH_TRAFFIC_POLICY , NO_SUCH_TRAFFIC_POLICY_INSTANCE ,
  PRIOR_REQUEST_NOT_COMPLETE , PUBLIC_ZONE_V_P_C_ASSOCIATION , QUERY_LOGGING_CONFIG_ALREADY_EXISTS , TOO_MANY_HEALTH_CHECKS ,
  TOO_MANY_HOSTED_ZONES , TOO_MANY_KEY_SIGNING_KEYS , TOO_MANY_TRAFFIC_POLICIES , TOO_MANY_TRAFFIC_POLICY_INSTANCES ,
  TOO_MANY_TRAFFIC_POLICY_VERSIONS_FOR_CURRENT_POLICY , TOO_MANY_V_P_C_ASSOCIATION_AUTHORIZATIONS , TRAFFIC_POLICY_ALREADY_EXISTS , TRAFFIC_POLICY_INSTANCE_ALREADY_EXISTS ,
  TRAFFIC_POLICY_IN_USE , V_P_C_ASSOCIATION_AUTHORIZATION_NOT_FOUND , V_P_C_ASSOCIATION_NOT_FOUND
}
 

Typedef Documentation

◆ ActivateKeySigningKeyResponseReceivedHandler

Definition at line 363 of file Route53ServiceClientModel.h.

◆ AssociateVPCWithHostedZoneResponseReceivedHandler

Definition at line 366 of file Route53ServiceClientModel.h.

◆ ChangeCidrCollectionResponseReceivedHandler

Definition at line 369 of file Route53ServiceClientModel.h.

◆ ChangeResourceRecordSetsResponseReceivedHandler

Definition at line 372 of file Route53ServiceClientModel.h.

◆ ChangeTagsForResourceResponseReceivedHandler

Definition at line 375 of file Route53ServiceClientModel.h.

◆ CreateCidrCollectionResponseReceivedHandler

Definition at line 378 of file Route53ServiceClientModel.h.

◆ CreateHealthCheckResponseReceivedHandler

Definition at line 381 of file Route53ServiceClientModel.h.

◆ CreateHostedZoneResponseReceivedHandler

Definition at line 384 of file Route53ServiceClientModel.h.

◆ CreateKeySigningKeyResponseReceivedHandler

Definition at line 387 of file Route53ServiceClientModel.h.

◆ CreateQueryLoggingConfigResponseReceivedHandler

Definition at line 390 of file Route53ServiceClientModel.h.

◆ CreateReusableDelegationSetResponseReceivedHandler

Definition at line 393 of file Route53ServiceClientModel.h.

◆ CreateTrafficPolicyInstanceResponseReceivedHandler

Definition at line 399 of file Route53ServiceClientModel.h.

◆ CreateTrafficPolicyResponseReceivedHandler

Definition at line 396 of file Route53ServiceClientModel.h.

◆ CreateTrafficPolicyVersionResponseReceivedHandler

Definition at line 402 of file Route53ServiceClientModel.h.

◆ CreateVPCAssociationAuthorizationResponseReceivedHandler

Definition at line 406 of file Route53ServiceClientModel.h.

◆ DeactivateKeySigningKeyResponseReceivedHandler

Definition at line 409 of file Route53ServiceClientModel.h.

◆ DeleteCidrCollectionResponseReceivedHandler

Definition at line 412 of file Route53ServiceClientModel.h.

◆ DeleteHealthCheckResponseReceivedHandler

Definition at line 415 of file Route53ServiceClientModel.h.

◆ DeleteHostedZoneResponseReceivedHandler

Definition at line 418 of file Route53ServiceClientModel.h.

◆ DeleteKeySigningKeyResponseReceivedHandler

Definition at line 421 of file Route53ServiceClientModel.h.

◆ DeleteQueryLoggingConfigResponseReceivedHandler

Definition at line 424 of file Route53ServiceClientModel.h.

◆ DeleteReusableDelegationSetResponseReceivedHandler

Definition at line 427 of file Route53ServiceClientModel.h.

◆ DeleteTrafficPolicyInstanceResponseReceivedHandler

Definition at line 433 of file Route53ServiceClientModel.h.

◆ DeleteTrafficPolicyResponseReceivedHandler

Definition at line 430 of file Route53ServiceClientModel.h.

◆ DeleteVPCAssociationAuthorizationResponseReceivedHandler

Definition at line 437 of file Route53ServiceClientModel.h.

◆ DisableHostedZoneDNSSECResponseReceivedHandler

Definition at line 440 of file Route53ServiceClientModel.h.

◆ DisassociateVPCFromHostedZoneResponseReceivedHandler

Definition at line 444 of file Route53ServiceClientModel.h.

◆ EnableHostedZoneDNSSECResponseReceivedHandler

Definition at line 447 of file Route53ServiceClientModel.h.

◆ GetAccountLimitResponseReceivedHandler

Definition at line 450 of file Route53ServiceClientModel.h.

◆ GetChangeResponseReceivedHandler

Definition at line 453 of file Route53ServiceClientModel.h.

◆ GetCheckerIpRangesResponseReceivedHandler

Definition at line 456 of file Route53ServiceClientModel.h.

◆ GetDNSSECResponseReceivedHandler

Definition at line 459 of file Route53ServiceClientModel.h.

◆ GetGeoLocationResponseReceivedHandler

Definition at line 462 of file Route53ServiceClientModel.h.

◆ GetHealthCheckCountResponseReceivedHandler

Definition at line 468 of file Route53ServiceClientModel.h.

◆ GetHealthCheckLastFailureReasonResponseReceivedHandler

Definition at line 472 of file Route53ServiceClientModel.h.

◆ GetHealthCheckResponseReceivedHandler

Definition at line 465 of file Route53ServiceClientModel.h.

◆ GetHealthCheckStatusResponseReceivedHandler

Definition at line 475 of file Route53ServiceClientModel.h.

◆ GetHostedZoneCountResponseReceivedHandler

Definition at line 481 of file Route53ServiceClientModel.h.

◆ GetHostedZoneLimitResponseReceivedHandler

Definition at line 484 of file Route53ServiceClientModel.h.

◆ GetHostedZoneResponseReceivedHandler

Definition at line 478 of file Route53ServiceClientModel.h.

◆ GetQueryLoggingConfigResponseReceivedHandler

Definition at line 487 of file Route53ServiceClientModel.h.

◆ GetReusableDelegationSetLimitResponseReceivedHandler

Definition at line 494 of file Route53ServiceClientModel.h.

◆ GetReusableDelegationSetResponseReceivedHandler

Definition at line 490 of file Route53ServiceClientModel.h.

◆ GetTrafficPolicyInstanceCountResponseReceivedHandler

Definition at line 504 of file Route53ServiceClientModel.h.

◆ GetTrafficPolicyInstanceResponseReceivedHandler

Definition at line 500 of file Route53ServiceClientModel.h.

◆ GetTrafficPolicyResponseReceivedHandler

Definition at line 497 of file Route53ServiceClientModel.h.

◆ ListCidrBlocksResponseReceivedHandler

Definition at line 507 of file Route53ServiceClientModel.h.

◆ ListCidrCollectionsResponseReceivedHandler

Definition at line 510 of file Route53ServiceClientModel.h.

◆ ListCidrLocationsResponseReceivedHandler

Definition at line 513 of file Route53ServiceClientModel.h.

◆ ListGeoLocationsResponseReceivedHandler

Definition at line 516 of file Route53ServiceClientModel.h.

◆ ListHealthChecksResponseReceivedHandler

Definition at line 519 of file Route53ServiceClientModel.h.

◆ ListHostedZonesByNameResponseReceivedHandler

Definition at line 525 of file Route53ServiceClientModel.h.

◆ ListHostedZonesByVPCResponseReceivedHandler

Definition at line 528 of file Route53ServiceClientModel.h.

◆ ListHostedZonesResponseReceivedHandler

Definition at line 522 of file Route53ServiceClientModel.h.

◆ ListQueryLoggingConfigsResponseReceivedHandler

Definition at line 531 of file Route53ServiceClientModel.h.

◆ ListResourceRecordSetsResponseReceivedHandler

Definition at line 534 of file Route53ServiceClientModel.h.

◆ ListReusableDelegationSetsResponseReceivedHandler

Definition at line 537 of file Route53ServiceClientModel.h.

◆ ListTagsForResourceResponseReceivedHandler

Definition at line 540 of file Route53ServiceClientModel.h.

◆ ListTagsForResourcesResponseReceivedHandler

Definition at line 543 of file Route53ServiceClientModel.h.

◆ ListTrafficPoliciesResponseReceivedHandler

Definition at line 546 of file Route53ServiceClientModel.h.

◆ ListTrafficPolicyInstancesByHostedZoneResponseReceivedHandler

Definition at line 553 of file Route53ServiceClientModel.h.

◆ ListTrafficPolicyInstancesByPolicyResponseReceivedHandler

Definition at line 557 of file Route53ServiceClientModel.h.

◆ ListTrafficPolicyInstancesResponseReceivedHandler

Definition at line 549 of file Route53ServiceClientModel.h.

◆ ListTrafficPolicyVersionsResponseReceivedHandler

Definition at line 560 of file Route53ServiceClientModel.h.

◆ ListVPCAssociationAuthorizationsResponseReceivedHandler

Definition at line 564 of file Route53ServiceClientModel.h.

◆ Route53ClientConfiguration

Definition at line 133 of file Route53ServiceClientModel.h.

◆ Route53EndpointProvider

Definition at line 135 of file Route53ServiceClientModel.h.

◆ Route53EndpointProviderBase

Definition at line 134 of file Route53ServiceClientModel.h.

◆ TestDNSAnswerResponseReceivedHandler

Definition at line 567 of file Route53ServiceClientModel.h.

◆ UpdateHealthCheckResponseReceivedHandler

Definition at line 570 of file Route53ServiceClientModel.h.

◆ UpdateHostedZoneCommentResponseReceivedHandler

Definition at line 573 of file Route53ServiceClientModel.h.

◆ UpdateTrafficPolicyCommentResponseReceivedHandler

Definition at line 576 of file Route53ServiceClientModel.h.

◆ UpdateTrafficPolicyInstanceResponseReceivedHandler

Definition at line 579 of file Route53ServiceClientModel.h.

Enumeration Type Documentation

◆ Route53Errors

strong
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 
CIDR_BLOCK_IN_USE 
CIDR_COLLECTION_ALREADY_EXISTS 
CIDR_COLLECTION_IN_USE 
CIDR_COLLECTION_VERSION_MISMATCH 
CONCURRENT_MODIFICATION 
CONFLICTING_DOMAIN_EXISTS 
CONFLICTING_TYPES 
DELEGATION_SET_ALREADY_CREATED 
DELEGATION_SET_ALREADY_REUSABLE 
DELEGATION_SET_IN_USE 
DELEGATION_SET_NOT_AVAILABLE 
DELEGATION_SET_NOT_REUSABLE 
D_N_S_S_E_C_NOT_FOUND 
HEALTH_CHECK_ALREADY_EXISTS 
HEALTH_CHECK_IN_USE 
HEALTH_CHECK_VERSION_MISMATCH 
HOSTED_ZONE_ALREADY_EXISTS 
HOSTED_ZONE_NOT_EMPTY 
HOSTED_ZONE_NOT_FOUND 
HOSTED_ZONE_NOT_PRIVATE 
HOSTED_ZONE_PARTIALLY_DELEGATED 
INCOMPATIBLE_VERSION 
INSUFFICIENT_CLOUD_WATCH_LOGS_RESOURCE_POLICY 
INVALID_ARGUMENT 
INVALID_CHANGE_BATCH 
INVALID_DOMAIN_NAME 
INVALID_INPUT 
INVALID_KEY_SIGNING_KEY_NAME 
INVALID_KEY_SIGNING_KEY_STATUS 
INVALID_K_M_S_ARN 
INVALID_PAGINATION_TOKEN 
INVALID_SIGNING_STATUS 
INVALID_TRAFFIC_POLICY_DOCUMENT 
INVALID_V_P_C_ID 
KEY_SIGNING_KEY_ALREADY_EXISTS 
KEY_SIGNING_KEY_IN_PARENT_D_S_RECORD 
KEY_SIGNING_KEY_IN_USE 
KEY_SIGNING_KEY_WITH_ACTIVE_STATUS_NOT_FOUND 
LAST_V_P_C_ASSOCIATION 
LIMITS_EXCEEDED 
NOT_AUTHORIZED 
NO_SUCH_CHANGE 
NO_SUCH_CIDR_COLLECTION 
NO_SUCH_CIDR_LOCATION 
NO_SUCH_CLOUD_WATCH_LOGS_LOG_GROUP 
NO_SUCH_DELEGATION_SET 
NO_SUCH_GEO_LOCATION 
NO_SUCH_HEALTH_CHECK 
NO_SUCH_HOSTED_ZONE 
NO_SUCH_KEY_SIGNING_KEY 
NO_SUCH_QUERY_LOGGING_CONFIG 
NO_SUCH_TRAFFIC_POLICY 
NO_SUCH_TRAFFIC_POLICY_INSTANCE 
PRIOR_REQUEST_NOT_COMPLETE 
PUBLIC_ZONE_V_P_C_ASSOCIATION 
QUERY_LOGGING_CONFIG_ALREADY_EXISTS 
TOO_MANY_HEALTH_CHECKS 
TOO_MANY_HOSTED_ZONES 
TOO_MANY_KEY_SIGNING_KEYS 
TOO_MANY_TRAFFIC_POLICIES 
TOO_MANY_TRAFFIC_POLICY_INSTANCES 
TOO_MANY_TRAFFIC_POLICY_VERSIONS_FOR_CURRENT_POLICY 
TOO_MANY_V_P_C_ASSOCIATION_AUTHORIZATIONS 
TRAFFIC_POLICY_ALREADY_EXISTS 
TRAFFIC_POLICY_INSTANCE_ALREADY_EXISTS 
TRAFFIC_POLICY_IN_USE 
V_P_C_ASSOCIATION_AUTHORIZATION_NOT_FOUND 
V_P_C_ASSOCIATION_NOT_FOUND 

Definition at line 14 of file Route53Errors.h.