AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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

Namespaces

 
namespace  Endpoint
 
namespace  Model
 

Classes

 
 
 
 

Typedefs

 
 
 
 
typedef std::function< void(const CloudDirectoryClient *, const Model::ApplySchemaRequest &, const Model::ApplySchemaOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ApplySchemaResponseReceivedHandler
 
typedef std::function< void(const CloudDirectoryClient *, const Model::AttachObjectRequest &, const Model::AttachObjectOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > AttachObjectResponseReceivedHandler
 
typedef std::function< void(const CloudDirectoryClient *, const Model::AttachPolicyRequest &, const Model::AttachPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > AttachPolicyResponseReceivedHandler
 
typedef std::function< void(const CloudDirectoryClient *, const Model::AttachToIndexRequest &, const Model::AttachToIndexOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > AttachToIndexResponseReceivedHandler
 
 
typedef std::function< void(const CloudDirectoryClient *, const Model::BatchReadRequest &, const Model::BatchReadOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchReadResponseReceivedHandler
 
typedef std::function< void(const CloudDirectoryClient *, const Model::BatchWriteRequest &, const Model::BatchWriteOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > BatchWriteResponseReceivedHandler
 
 
typedef std::function< void(const CloudDirectoryClient *, const Model::CreateFacetRequest &, const Model::CreateFacetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateFacetResponseReceivedHandler
 
typedef std::function< void(const CloudDirectoryClient *, const Model::CreateIndexRequest &, const Model::CreateIndexOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateIndexResponseReceivedHandler
 
typedef std::function< void(const CloudDirectoryClient *, const Model::CreateObjectRequest &, const Model::CreateObjectOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateObjectResponseReceivedHandler
 
typedef std::function< void(const CloudDirectoryClient *, const Model::CreateSchemaRequest &, const Model::CreateSchemaOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > CreateSchemaResponseReceivedHandler
 
 
 
typedef std::function< void(const CloudDirectoryClient *, const Model::DeleteFacetRequest &, const Model::DeleteFacetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteFacetResponseReceivedHandler
 
typedef std::function< void(const CloudDirectoryClient *, const Model::DeleteObjectRequest &, const Model::DeleteObjectOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteObjectResponseReceivedHandler
 
typedef std::function< void(const CloudDirectoryClient *, const Model::DeleteSchemaRequest &, const Model::DeleteSchemaOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DeleteSchemaResponseReceivedHandler
 
 
 
typedef std::function< void(const CloudDirectoryClient *, const Model::DetachObjectRequest &, const Model::DetachObjectOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DetachObjectResponseReceivedHandler
 
typedef std::function< void(const CloudDirectoryClient *, const Model::DetachPolicyRequest &, const Model::DetachPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > DetachPolicyResponseReceivedHandler
 
 
 
 
 
typedef std::function< void(const CloudDirectoryClient *, const Model::GetDirectoryRequest &, const Model::GetDirectoryOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetDirectoryResponseReceivedHandler
 
typedef std::function< void(const CloudDirectoryClient *, const Model::GetFacetRequest &, const Model::GetFacetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > GetFacetResponseReceivedHandler
 
 
 
 
 
 
 
 
 
 
 
typedef std::function< void(const CloudDirectoryClient *, const Model::ListFacetNamesRequest &, const Model::ListFacetNamesOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListFacetNamesResponseReceivedHandler
 
 
typedef std::function< void(const CloudDirectoryClient *, const Model::ListIndexRequest &, const Model::ListIndexOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > ListIndexResponseReceivedHandler
 
 
 
 
 
 
 
 
 
 
 
 
 
typedef std::function< void(const CloudDirectoryClient *, const Model::LookupPolicyRequest &, const Model::LookupPolicyOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > LookupPolicyResponseReceivedHandler
 
typedef std::function< void(const CloudDirectoryClient *, const Model::PublishSchemaRequest &, const Model::PublishSchemaOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > PublishSchemaResponseReceivedHandler
 
 
 
typedef std::function< void(const CloudDirectoryClient *, const Model::TagResourceRequest &, const Model::TagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > TagResourceResponseReceivedHandler
 
typedef std::function< void(const CloudDirectoryClient *, const Model::UntagResourceRequest &, const Model::UntagResourceOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UntagResourceResponseReceivedHandler
 
typedef std::function< void(const CloudDirectoryClient *, const Model::UpdateFacetRequest &, const Model::UpdateFacetOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateFacetResponseReceivedHandler
 
 
 
typedef std::function< void(const CloudDirectoryClient *, const Model::UpdateSchemaRequest &, const Model::UpdateSchemaOutcome &, const std::shared_ptr< const Aws::Client::AsyncCallerContext > &) > UpdateSchemaResponseReceivedHandler
 
 
 
 

Enumerations

enum class  CloudDirectoryErrors {
  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 , BATCH_WRITE = static_cast<int>(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1 ,
  CANNOT_LIST_PARENT_OF_ROOT , DIRECTORY_ALREADY_EXISTS , DIRECTORY_DELETED , DIRECTORY_NOT_DISABLED ,
  DIRECTORY_NOT_ENABLED , FACET_ALREADY_EXISTS , FACET_IN_USE , FACET_NOT_FOUND ,
  FACET_VALIDATION , INCOMPATIBLE_SCHEMA , INDEXED_ATTRIBUTE_MISSING , INTERNAL_SERVICE ,
  INVALID_ARN , INVALID_ATTACHMENT , INVALID_FACET_UPDATE , INVALID_NEXT_TOKEN ,
  INVALID_RULE , INVALID_SCHEMA_DOC , INVALID_TAGGING_REQUEST , LIMIT_EXCEEDED ,
  LINK_NAME_ALREADY_IN_USE , NOT_INDEX , NOT_NODE , NOT_POLICY ,
  OBJECT_ALREADY_DETACHED , OBJECT_NOT_DETACHED , RETRYABLE_CONFLICT , SCHEMA_ALREADY_EXISTS ,
  SCHEMA_ALREADY_PUBLISHED , STILL_CONTAINS_LINKS , UNSUPPORTED_INDEX_TYPE
}
 

Typedef Documentation

◆ AddFacetToObjectResponseReceivedHandler

Definition at line 341 of file CloudDirectoryServiceClientModel.h.

◆ ApplySchemaResponseReceivedHandler

Definition at line 342 of file CloudDirectoryServiceClientModel.h.

◆ AttachObjectResponseReceivedHandler

Definition at line 343 of file CloudDirectoryServiceClientModel.h.

◆ AttachPolicyResponseReceivedHandler

Definition at line 344 of file CloudDirectoryServiceClientModel.h.

◆ AttachToIndexResponseReceivedHandler

Definition at line 345 of file CloudDirectoryServiceClientModel.h.

◆ AttachTypedLinkResponseReceivedHandler

Definition at line 346 of file CloudDirectoryServiceClientModel.h.

◆ BatchReadResponseReceivedHandler

Definition at line 347 of file CloudDirectoryServiceClientModel.h.

◆ BatchWriteResponseReceivedHandler

Definition at line 348 of file CloudDirectoryServiceClientModel.h.

◆ CloudDirectoryClientConfiguration

Definition at line 124 of file CloudDirectoryServiceClientModel.h.

◆ CloudDirectoryEndpointProvider

Definition at line 126 of file CloudDirectoryServiceClientModel.h.

◆ CloudDirectoryEndpointProviderBase

Definition at line 125 of file CloudDirectoryServiceClientModel.h.

◆ CreateDirectoryResponseReceivedHandler

Definition at line 349 of file CloudDirectoryServiceClientModel.h.

◆ CreateFacetResponseReceivedHandler

Definition at line 350 of file CloudDirectoryServiceClientModel.h.

◆ CreateIndexResponseReceivedHandler

Definition at line 351 of file CloudDirectoryServiceClientModel.h.

◆ CreateObjectResponseReceivedHandler

Definition at line 352 of file CloudDirectoryServiceClientModel.h.

◆ CreateSchemaResponseReceivedHandler

Definition at line 353 of file CloudDirectoryServiceClientModel.h.

◆ CreateTypedLinkFacetResponseReceivedHandler

Definition at line 354 of file CloudDirectoryServiceClientModel.h.

◆ DeleteDirectoryResponseReceivedHandler

Definition at line 355 of file CloudDirectoryServiceClientModel.h.

◆ DeleteFacetResponseReceivedHandler

Definition at line 356 of file CloudDirectoryServiceClientModel.h.

◆ DeleteObjectResponseReceivedHandler

Definition at line 357 of file CloudDirectoryServiceClientModel.h.

◆ DeleteSchemaResponseReceivedHandler

Definition at line 358 of file CloudDirectoryServiceClientModel.h.

◆ DeleteTypedLinkFacetResponseReceivedHandler

Definition at line 359 of file CloudDirectoryServiceClientModel.h.

◆ DetachFromIndexResponseReceivedHandler

Definition at line 360 of file CloudDirectoryServiceClientModel.h.

◆ DetachObjectResponseReceivedHandler

Definition at line 361 of file CloudDirectoryServiceClientModel.h.

◆ DetachPolicyResponseReceivedHandler

Definition at line 362 of file CloudDirectoryServiceClientModel.h.

◆ DetachTypedLinkResponseReceivedHandler

Definition at line 363 of file CloudDirectoryServiceClientModel.h.

◆ DisableDirectoryResponseReceivedHandler

Definition at line 364 of file CloudDirectoryServiceClientModel.h.

◆ EnableDirectoryResponseReceivedHandler

Definition at line 365 of file CloudDirectoryServiceClientModel.h.

◆ GetAppliedSchemaVersionResponseReceivedHandler

Definition at line 366 of file CloudDirectoryServiceClientModel.h.

◆ GetDirectoryResponseReceivedHandler

Definition at line 367 of file CloudDirectoryServiceClientModel.h.

◆ GetFacetResponseReceivedHandler

Definition at line 368 of file CloudDirectoryServiceClientModel.h.

◆ GetLinkAttributesResponseReceivedHandler

Definition at line 369 of file CloudDirectoryServiceClientModel.h.

◆ GetObjectAttributesResponseReceivedHandler

Definition at line 370 of file CloudDirectoryServiceClientModel.h.

◆ GetObjectInformationResponseReceivedHandler

Definition at line 371 of file CloudDirectoryServiceClientModel.h.

◆ GetSchemaAsJsonResponseReceivedHandler

Definition at line 372 of file CloudDirectoryServiceClientModel.h.

◆ GetTypedLinkFacetInformationResponseReceivedHandler

Definition at line 373 of file CloudDirectoryServiceClientModel.h.

◆ ListAppliedSchemaArnsResponseReceivedHandler

Definition at line 374 of file CloudDirectoryServiceClientModel.h.

◆ ListAttachedIndicesResponseReceivedHandler

Definition at line 375 of file CloudDirectoryServiceClientModel.h.

◆ ListDevelopmentSchemaArnsResponseReceivedHandler

Definition at line 376 of file CloudDirectoryServiceClientModel.h.

◆ ListDirectoriesResponseReceivedHandler

Definition at line 377 of file CloudDirectoryServiceClientModel.h.

◆ ListFacetAttributesResponseReceivedHandler

Definition at line 378 of file CloudDirectoryServiceClientModel.h.

◆ ListFacetNamesResponseReceivedHandler

Definition at line 379 of file CloudDirectoryServiceClientModel.h.

◆ ListIncomingTypedLinksResponseReceivedHandler

Definition at line 380 of file CloudDirectoryServiceClientModel.h.

◆ ListIndexResponseReceivedHandler

Definition at line 381 of file CloudDirectoryServiceClientModel.h.

◆ ListManagedSchemaArnsResponseReceivedHandler

Definition at line 382 of file CloudDirectoryServiceClientModel.h.

◆ ListObjectAttributesResponseReceivedHandler

Definition at line 383 of file CloudDirectoryServiceClientModel.h.

◆ ListObjectChildrenResponseReceivedHandler

Definition at line 384 of file CloudDirectoryServiceClientModel.h.

◆ ListObjectParentPathsResponseReceivedHandler

Definition at line 385 of file CloudDirectoryServiceClientModel.h.

◆ ListObjectParentsResponseReceivedHandler

Definition at line 386 of file CloudDirectoryServiceClientModel.h.

◆ ListObjectPoliciesResponseReceivedHandler

Definition at line 387 of file CloudDirectoryServiceClientModel.h.

◆ ListOutgoingTypedLinksResponseReceivedHandler

Definition at line 388 of file CloudDirectoryServiceClientModel.h.

◆ ListPolicyAttachmentsResponseReceivedHandler

Definition at line 389 of file CloudDirectoryServiceClientModel.h.

◆ ListPublishedSchemaArnsResponseReceivedHandler

Definition at line 390 of file CloudDirectoryServiceClientModel.h.

◆ ListTagsForResourceResponseReceivedHandler

Definition at line 391 of file CloudDirectoryServiceClientModel.h.

◆ ListTypedLinkFacetAttributesResponseReceivedHandler

Definition at line 392 of file CloudDirectoryServiceClientModel.h.

◆ ListTypedLinkFacetNamesResponseReceivedHandler

Definition at line 393 of file CloudDirectoryServiceClientModel.h.

◆ LookupPolicyResponseReceivedHandler

Definition at line 394 of file CloudDirectoryServiceClientModel.h.

◆ PublishSchemaResponseReceivedHandler

Definition at line 395 of file CloudDirectoryServiceClientModel.h.

◆ PutSchemaFromJsonResponseReceivedHandler

Definition at line 396 of file CloudDirectoryServiceClientModel.h.

◆ RemoveFacetFromObjectResponseReceivedHandler

Definition at line 397 of file CloudDirectoryServiceClientModel.h.

◆ TagResourceResponseReceivedHandler

Definition at line 398 of file CloudDirectoryServiceClientModel.h.

◆ UntagResourceResponseReceivedHandler

Definition at line 399 of file CloudDirectoryServiceClientModel.h.

◆ UpdateFacetResponseReceivedHandler

Definition at line 400 of file CloudDirectoryServiceClientModel.h.

◆ UpdateLinkAttributesResponseReceivedHandler

Definition at line 401 of file CloudDirectoryServiceClientModel.h.

◆ UpdateObjectAttributesResponseReceivedHandler

Definition at line 402 of file CloudDirectoryServiceClientModel.h.

◆ UpdateSchemaResponseReceivedHandler

Definition at line 403 of file CloudDirectoryServiceClientModel.h.

◆ UpdateTypedLinkFacetResponseReceivedHandler

Definition at line 404 of file CloudDirectoryServiceClientModel.h.

◆ UpgradeAppliedSchemaResponseReceivedHandler

Definition at line 405 of file CloudDirectoryServiceClientModel.h.

◆ UpgradePublishedSchemaResponseReceivedHandler

Definition at line 406 of file CloudDirectoryServiceClientModel.h.

Enumeration Type Documentation

◆ CloudDirectoryErrors

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 
BATCH_WRITE 
CANNOT_LIST_PARENT_OF_ROOT 
DIRECTORY_ALREADY_EXISTS 
DIRECTORY_DELETED 
DIRECTORY_NOT_DISABLED 
DIRECTORY_NOT_ENABLED 
FACET_ALREADY_EXISTS 
FACET_IN_USE 
FACET_NOT_FOUND 
FACET_VALIDATION 
INCOMPATIBLE_SCHEMA 
INDEXED_ATTRIBUTE_MISSING 
INTERNAL_SERVICE 
INVALID_ARN 
INVALID_ATTACHMENT 
INVALID_FACET_UPDATE 
INVALID_NEXT_TOKEN 
INVALID_RULE 
INVALID_SCHEMA_DOC 
INVALID_TAGGING_REQUEST 
LIMIT_EXCEEDED 
LINK_NAME_ALREADY_IN_USE 
NOT_INDEX 
NOT_NODE 
NOT_POLICY 
OBJECT_ALREADY_DETACHED 
OBJECT_NOT_DETACHED 
RETRYABLE_CONFLICT 
SCHEMA_ALREADY_EXISTS 
SCHEMA_ALREADY_PUBLISHED 
STILL_CONTAINS_LINKS 
UNSUPPORTED_INDEX_TYPE 

Definition at line 16 of file CloudDirectoryErrors.h.