AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Implementation for accessing CloudDirectory
Amazon Cloud DirectoryAmazon Cloud Directory is a component of the AWS Directory Service that simplifies the development and management of cloud-scale web, mobile, and IoT applications. This guide describes the Cloud Directory operations that you can call programmatically and includes detailed information on data types and errors. For information about Cloud Directory features, see AWS Directory Service and the Amazon Cloud Directory Developer Guide.
Namespace: Amazon.CloudDirectory
Assembly: AWSSDK.CloudDirectory.dll
Version: 3.x.y.z
public class AmazonCloudDirectoryClient : AmazonServiceClient IAmazonCloudDirectory, IAmazonService, IDisposable
The AmazonCloudDirectoryClient type exposes the following members
Name | Description | |
---|---|---|
![]() |
AmazonCloudDirectoryClient() |
Constructs AmazonCloudDirectoryClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
![]() |
AmazonCloudDirectoryClient(RegionEndpoint) |
Constructs AmazonCloudDirectoryClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
![]() |
AmazonCloudDirectoryClient(AmazonCloudDirectoryConfig) |
Constructs AmazonCloudDirectoryClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appSettings> <add key="AWSProfileName" value="AWS Default"/> </appSettings> </configuration> |
![]() |
AmazonCloudDirectoryClient(AWSCredentials) |
Constructs AmazonCloudDirectoryClient with AWS Credentials |
![]() |
AmazonCloudDirectoryClient(AWSCredentials, RegionEndpoint) |
Constructs AmazonCloudDirectoryClient with AWS Credentials |
![]() |
AmazonCloudDirectoryClient(AWSCredentials, AmazonCloudDirectoryConfig) |
Constructs AmazonCloudDirectoryClient with AWS Credentials and an AmazonCloudDirectoryClient Configuration object. |
![]() |
AmazonCloudDirectoryClient(string, string) |
Constructs AmazonCloudDirectoryClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonCloudDirectoryClient(string, string, RegionEndpoint) |
Constructs AmazonCloudDirectoryClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonCloudDirectoryClient(string, string, AmazonCloudDirectoryConfig) |
Constructs AmazonCloudDirectoryClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudDirectoryClient Configuration object. |
![]() |
AmazonCloudDirectoryClient(string, string, string) |
Constructs AmazonCloudDirectoryClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonCloudDirectoryClient(string, string, string, RegionEndpoint) |
Constructs AmazonCloudDirectoryClient with AWS Access Key ID and AWS Secret Key |
![]() |
AmazonCloudDirectoryClient(string, string, string, AmazonCloudDirectoryConfig) |
Constructs AmazonCloudDirectoryClient with AWS Access Key ID, AWS Secret Key and an AmazonCloudDirectoryClient Configuration object. |
Name | Type | Description | |
---|---|---|---|
![]() |
Config | Amazon.Runtime.IClientConfig | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
Paginators | Amazon.CloudDirectory.Model.ICloudDirectoryPaginatorFactory |
Paginators for the service |
Name | Description | |
---|---|---|
![]() |
AddFacetToObject(AddFacetToObjectRequest) |
Adds a new Facet to an object. An object can have more than one facet applied on it. |
![]() |
AddFacetToObjectAsync(AddFacetToObjectRequest, CancellationToken) |
Adds a new Facet to an object. An object can have more than one facet applied on it. |
![]() |
ApplySchema(ApplySchemaRequest) |
Copies the input published schema, at the specified version, into the Directory with the same name and version as that of the published schema. |
![]() |
ApplySchemaAsync(ApplySchemaRequest, CancellationToken) |
Copies the input published schema, at the specified version, into the Directory with the same name and version as that of the published schema. |
![]() |
AttachObject(AttachObjectRequest) |
Attaches an existing object to another object. An object can be accessed in two ways:
|
![]() |
AttachObjectAsync(AttachObjectRequest, CancellationToken) |
Attaches an existing object to another object. An object can be accessed in two ways:
|
![]() |
AttachPolicy(AttachPolicyRequest) |
Attaches a policy object to a regular object. An object can have a limited number of attached policies. |
![]() |
AttachPolicyAsync(AttachPolicyRequest, CancellationToken) |
Attaches a policy object to a regular object. An object can have a limited number of attached policies. |
![]() |
AttachToIndex(AttachToIndexRequest) |
Attaches the specified object to the specified index. |
![]() |
AttachToIndexAsync(AttachToIndexRequest, CancellationToken) |
Attaches the specified object to the specified index. |
![]() |
AttachTypedLink(AttachTypedLinkRequest) |
Attaches a typed link to a specified source and target object. For more information, see Typed Links. |
![]() |
AttachTypedLinkAsync(AttachTypedLinkRequest, CancellationToken) |
Attaches a typed link to a specified source and target object. For more information, see Typed Links. |
![]() |
BatchRead(BatchReadRequest) |
Performs all the read operations in a batch. |
![]() |
BatchReadAsync(BatchReadRequest, CancellationToken) |
Performs all the read operations in a batch. |
![]() |
BatchWrite(BatchWriteRequest) |
Performs all the write operations in a batch. Either all the operations succeed or none. |
![]() |
BatchWriteAsync(BatchWriteRequest, CancellationToken) |
Performs all the write operations in a batch. Either all the operations succeed or none. |
![]() |
CreateDirectory(CreateDirectoryRequest) |
Creates a Directory by copying the published schema into the directory. A directory cannot be created without a schema.
You can also quickly create a directory using a managed schema, called the |
![]() |
CreateDirectoryAsync(CreateDirectoryRequest, CancellationToken) |
Creates a Directory by copying the published schema into the directory. A directory cannot be created without a schema.
You can also quickly create a directory using a managed schema, called the |
![]() |
CreateFacet(CreateFacetRequest) |
Creates a new Facet in a schema. Facet creation is allowed only in development or applied schemas. |
![]() |
CreateFacetAsync(CreateFacetRequest, CancellationToken) |
Creates a new Facet in a schema. Facet creation is allowed only in development or applied schemas. |
![]() |
CreateIndex(CreateIndexRequest) |
Creates an index object. See Indexing and search for more information. |
![]() |
CreateIndexAsync(CreateIndexRequest, CancellationToken) |
Creates an index object. See Indexing and search for more information. |
![]() |
CreateObject(CreateObjectRequest) |
Creates an object in a Directory. Additionally attaches the object to a parent,
if a parent reference and |
![]() |
CreateObjectAsync(CreateObjectRequest, CancellationToken) |
Creates an object in a Directory. Additionally attaches the object to a parent,
if a parent reference and |
![]() |
CreateSchema(CreateSchemaRequest) |
Creates a new schema in a development state. A schema can exist in three phases:
|
![]() |
CreateSchemaAsync(CreateSchemaRequest, CancellationToken) |
Creates a new schema in a development state. A schema can exist in three phases:
|
![]() |
CreateTypedLinkFacet(CreateTypedLinkFacetRequest) |
Creates a TypedLinkFacet. For more information, see Typed Links. |
![]() |
CreateTypedLinkFacetAsync(CreateTypedLinkFacetRequest, CancellationToken) |
Creates a TypedLinkFacet. For more information, see Typed Links. |
![]() |
DeleteDirectory(DeleteDirectoryRequest) |
Deletes a directory. Only disabled directories can be deleted. A deleted directory cannot be undone. Exercise extreme caution when deleting directories. |
![]() |
DeleteDirectoryAsync(DeleteDirectoryRequest, CancellationToken) |
Deletes a directory. Only disabled directories can be deleted. A deleted directory cannot be undone. Exercise extreme caution when deleting directories. |
![]() |
DeleteFacet(DeleteFacetRequest) |
Deletes a given Facet. All attributes and Rules that are associated with the facet will be deleted. Only development schema facets are allowed deletion. |
![]() |
DeleteFacetAsync(DeleteFacetRequest, CancellationToken) |
Deletes a given Facet. All attributes and Rules that are associated with the facet will be deleted. Only development schema facets are allowed deletion. |
![]() |
DeleteObject(DeleteObjectRequest) |
Deletes an object and its associated attributes. Only objects with no children and no parents can be deleted. The maximum number of attributes that can be deleted during an object deletion is 30. For more information, see Amazon Cloud Directory Limits. |
![]() |
DeleteObjectAsync(DeleteObjectRequest, CancellationToken) |
Deletes an object and its associated attributes. Only objects with no children and no parents can be deleted. The maximum number of attributes that can be deleted during an object deletion is 30. For more information, see Amazon Cloud Directory Limits. |
![]() |
DeleteSchema(DeleteSchemaRequest) |
Deletes a given schema. Schemas in a development and published state can only be deleted. |
![]() |
DeleteSchemaAsync(DeleteSchemaRequest, CancellationToken) |
Deletes a given schema. Schemas in a development and published state can only be deleted. |
![]() |
DeleteTypedLinkFacet(DeleteTypedLinkFacetRequest) |
Deletes a TypedLinkFacet. For more information, see Typed Links. |
![]() |
DeleteTypedLinkFacetAsync(DeleteTypedLinkFacetRequest, CancellationToken) |
Deletes a TypedLinkFacet. For more information, see Typed Links. |
![]() |
DetachFromIndex(DetachFromIndexRequest) |
Detaches the specified object from the specified index. |
![]() |
DetachFromIndexAsync(DetachFromIndexRequest, CancellationToken) |
Detaches the specified object from the specified index. |
![]() |
DetachObject(DetachObjectRequest) |
Detaches a given object from the parent object. The object that is to be detached from the parent is specified by the link name. |
![]() |
DetachObjectAsync(DetachObjectRequest, CancellationToken) |
Detaches a given object from the parent object. The object that is to be detached from the parent is specified by the link name. |
![]() |
DetachPolicy(DetachPolicyRequest) |
Detaches a policy from an object. |
![]() |
DetachPolicyAsync(DetachPolicyRequest, CancellationToken) |
Detaches a policy from an object. |
![]() |
DetachTypedLink(DetachTypedLinkRequest) |
Detaches a typed link from a specified source and target object. For more information, see Typed Links. |
![]() |
DetachTypedLinkAsync(DetachTypedLinkRequest, CancellationToken) |
Detaches a typed link from a specified source and target object. For more information, see Typed Links. |
![]() |
DetermineServiceOperationEndpoint(AmazonWebServiceRequest) |
Returns the endpoint that will be used for a particular request. |
![]() |
DisableDirectory(DisableDirectoryRequest) |
Disables the specified directory. Disabled directories cannot be read or written to. Only enabled directories can be disabled. Disabled directories may be reenabled. |
![]() |
DisableDirectoryAsync(DisableDirectoryRequest, CancellationToken) |
Disables the specified directory. Disabled directories cannot be read or written to. Only enabled directories can be disabled. Disabled directories may be reenabled. |
![]() |
Dispose() | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
EnableDirectory(EnableDirectoryRequest) |
Enables the specified directory. Only disabled directories can be enabled. Once enabled, the directory can then be read and written to. |
![]() |
EnableDirectoryAsync(EnableDirectoryRequest, CancellationToken) |
Enables the specified directory. Only disabled directories can be enabled. Once enabled, the directory can then be read and written to. |
![]() |
GetAppliedSchemaVersion(GetAppliedSchemaVersionRequest) |
Returns current applied schema version ARN, including the minor version in use. |
![]() |
GetAppliedSchemaVersionAsync(GetAppliedSchemaVersionRequest, CancellationToken) |
Returns current applied schema version ARN, including the minor version in use. |
![]() |
GetDirectory(GetDirectoryRequest) |
Retrieves metadata about a directory. |
![]() |
GetDirectoryAsync(GetDirectoryRequest, CancellationToken) |
Retrieves metadata about a directory. |
![]() |
GetFacet(GetFacetRequest) |
Gets details of the Facet, such as facet name, attributes, Rules, or
|
![]() |
GetFacetAsync(GetFacetRequest, CancellationToken) |
Gets details of the Facet, such as facet name, attributes, Rules, or
|
![]() |
GetLinkAttributes(GetLinkAttributesRequest) |
Retrieves attributes that are associated with a typed link. |
![]() |
GetLinkAttributesAsync(GetLinkAttributesRequest, CancellationToken) |
Retrieves attributes that are associated with a typed link. |
![]() |
GetObjectAttributes(GetObjectAttributesRequest) |
Retrieves attributes within a facet that are associated with an object. |
![]() |
GetObjectAttributesAsync(GetObjectAttributesRequest, CancellationToken) |
Retrieves attributes within a facet that are associated with an object. |
![]() |
GetObjectInformation(GetObjectInformationRequest) |
Retrieves metadata about an object. |
![]() |
GetObjectInformationAsync(GetObjectInformationRequest, CancellationToken) |
Retrieves metadata about an object. |
![]() |
GetSchemaAsJson(GetSchemaAsJsonRequest) |
Retrieves a JSON representation of the schema. See JSON Schema Format for more information. |
![]() |
GetSchemaAsJsonAsync(GetSchemaAsJsonRequest, CancellationToken) |
Retrieves a JSON representation of the schema. See JSON Schema Format for more information. |
![]() |
GetTypedLinkFacetInformation(GetTypedLinkFacetInformationRequest) |
Returns the identity attribute order for a specific TypedLinkFacet. For more information, see Typed Links. |
![]() |
GetTypedLinkFacetInformationAsync(GetTypedLinkFacetInformationRequest, CancellationToken) |
Returns the identity attribute order for a specific TypedLinkFacet. For more information, see Typed Links. |
![]() |
ListAppliedSchemaArns(ListAppliedSchemaArnsRequest) |
Lists schema major versions applied to a directory. If |
![]() |
ListAppliedSchemaArnsAsync(ListAppliedSchemaArnsRequest, CancellationToken) |
Lists schema major versions applied to a directory. If |
![]() |
ListAttachedIndices(ListAttachedIndicesRequest) |
Lists indices attached to the specified object. |
![]() |
ListAttachedIndicesAsync(ListAttachedIndicesRequest, CancellationToken) |
Lists indices attached to the specified object. |
![]() |
ListDevelopmentSchemaArns(ListDevelopmentSchemaArnsRequest) |
Retrieves each Amazon Resource Name (ARN) of schemas in the development state. |
![]() |
ListDevelopmentSchemaArnsAsync(ListDevelopmentSchemaArnsRequest, CancellationToken) |
Retrieves each Amazon Resource Name (ARN) of schemas in the development state. |
![]() |
ListDirectories(ListDirectoriesRequest) |
Lists directories created within an account. |
![]() |
ListDirectoriesAsync(ListDirectoriesRequest, CancellationToken) |
Lists directories created within an account. |
![]() |
ListFacetAttributes(ListFacetAttributesRequest) |
Retrieves attributes attached to the facet. |
![]() |
ListFacetAttributesAsync(ListFacetAttributesRequest, CancellationToken) |
Retrieves attributes attached to the facet. |
![]() |
ListFacetNames(ListFacetNamesRequest) |
Retrieves the names of facets that exist in a schema. |
![]() |
ListFacetNamesAsync(ListFacetNamesRequest, CancellationToken) |
Retrieves the names of facets that exist in a schema. |
![]() |
ListIncomingTypedLinks(ListIncomingTypedLinksRequest) |
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links. |
![]() |
ListIncomingTypedLinksAsync(ListIncomingTypedLinksRequest, CancellationToken) |
Returns a paginated list of all the incoming TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links. |
![]() |
ListIndex(ListIndexRequest) |
Lists objects attached to the specified index. |
![]() |
ListIndexAsync(ListIndexRequest, CancellationToken) |
Lists objects attached to the specified index. |
![]() |
ListManagedSchemaArns(ListManagedSchemaArnsRequest) |
Lists the major version families of each managed schema. If a major version ARN is provided as SchemaArn, the minor version revisions in that family are listed instead. |
![]() |
ListManagedSchemaArnsAsync(ListManagedSchemaArnsRequest, CancellationToken) |
Lists the major version families of each managed schema. If a major version ARN is provided as SchemaArn, the minor version revisions in that family are listed instead. |
![]() |
ListObjectAttributes(ListObjectAttributesRequest) |
Lists all attributes that are associated with an object. |
![]() |
ListObjectAttributesAsync(ListObjectAttributesRequest, CancellationToken) |
Lists all attributes that are associated with an object. |
![]() |
ListObjectChildren(ListObjectChildrenRequest) |
Returns a paginated list of child objects that are associated with a given object. |
![]() |
ListObjectChildrenAsync(ListObjectChildrenRequest, CancellationToken) |
Returns a paginated list of child objects that are associated with a given object. |
![]() |
ListObjectParentPaths(ListObjectParentPathsRequest) |
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.
Use this API to evaluate all parents for an object. The call returns all objects from
the root of the directory up to the requested object. The API returns the number of
paths based on user-defined |
![]() |
ListObjectParentPathsAsync(ListObjectParentPathsRequest, CancellationToken) |
Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects. For more information about objects, see Directory Structure.
Use this API to evaluate all parents for an object. The call returns all objects from
the root of the directory up to the requested object. The API returns the number of
paths based on user-defined |
![]() |
ListObjectParents(ListObjectParentsRequest) |
Lists parent objects that are associated with a given object in pagination fashion. |
![]() |
ListObjectParentsAsync(ListObjectParentsRequest, CancellationToken) |
Lists parent objects that are associated with a given object in pagination fashion. |
![]() |
ListObjectPolicies(ListObjectPoliciesRequest) |
Returns policies attached to an object in pagination fashion. |
![]() |
ListObjectPoliciesAsync(ListObjectPoliciesRequest, CancellationToken) |
Returns policies attached to an object in pagination fashion. |
![]() |
ListOutgoingTypedLinks(ListOutgoingTypedLinksRequest) |
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links. |
![]() |
ListOutgoingTypedLinksAsync(ListOutgoingTypedLinksRequest, CancellationToken) |
Returns a paginated list of all the outgoing TypedLinkSpecifier information for an object. It also supports filtering by typed link facet and identity attributes. For more information, see Typed Links. |
![]() |
ListPolicyAttachments(ListPolicyAttachmentsRequest) |
Returns all of the |
![]() |
ListPolicyAttachmentsAsync(ListPolicyAttachmentsRequest, CancellationToken) |
Returns all of the |
![]() |
ListPublishedSchemaArns(ListPublishedSchemaArnsRequest) |
Lists the major version families of each published schema. If a major version ARN
is provided as |
![]() |
ListPublishedSchemaArnsAsync(ListPublishedSchemaArnsRequest, CancellationToken) |
Lists the major version families of each published schema. If a major version ARN
is provided as |
![]() |
ListTagsForResource(ListTagsForResourceRequest) |
Returns tags for a resource. Tagging is currently supported only for directories with a limit of 50 tags per directory. All 50 tags are returned for a given directory with this API call. |
![]() |
ListTagsForResourceAsync(ListTagsForResourceRequest, CancellationToken) |
Returns tags for a resource. Tagging is currently supported only for directories with a limit of 50 tags per directory. All 50 tags are returned for a given directory with this API call. |
![]() |
ListTypedLinkFacetAttributes(ListTypedLinkFacetAttributesRequest) |
Returns a paginated list of all attribute definitions for a particular TypedLinkFacet. For more information, see Typed Links. |
![]() |
ListTypedLinkFacetAttributesAsync(ListTypedLinkFacetAttributesRequest, CancellationToken) |
Returns a paginated list of all attribute definitions for a particular TypedLinkFacet. For more information, see Typed Links. |
![]() |
ListTypedLinkFacetNames(ListTypedLinkFacetNamesRequest) |
Returns a paginated list of |
![]() |
ListTypedLinkFacetNamesAsync(ListTypedLinkFacetNamesRequest, CancellationToken) |
Returns a paginated list of |
![]() |
LookupPolicy(LookupPolicyRequest) |
Lists all policies from the root of the Directory to the object specified.
If there are no policies present, an empty list is returned. If policies are present,
and if some objects don't have the policies attached, it returns the |
![]() |
LookupPolicyAsync(LookupPolicyRequest, CancellationToken) |
Lists all policies from the root of the Directory to the object specified.
If there are no policies present, an empty list is returned. If policies are present,
and if some objects don't have the policies attached, it returns the |
![]() |
PublishSchema(PublishSchemaRequest) |
Publishes a development schema with a major version and a recommended minor version. |
![]() |
PublishSchemaAsync(PublishSchemaRequest, CancellationToken) |
Publishes a development schema with a major version and a recommended minor version. |
![]() |
PutSchemaFromJson(PutSchemaFromJsonRequest) |
Allows a schema to be updated using JSON upload. Only available for development schemas. See JSON Schema Format for more information. |
![]() |
PutSchemaFromJsonAsync(PutSchemaFromJsonRequest, CancellationToken) |
Allows a schema to be updated using JSON upload. Only available for development schemas. See JSON Schema Format for more information. |
![]() |
RemoveFacetFromObject(RemoveFacetFromObjectRequest) |
Removes the specified facet from the specified object. |
![]() |
RemoveFacetFromObjectAsync(RemoveFacetFromObjectRequest, CancellationToken) |
Removes the specified facet from the specified object. |
![]() |
TagResource(TagResourceRequest) |
An API operation for adding tags to a resource. |
![]() |
TagResourceAsync(TagResourceRequest, CancellationToken) |
An API operation for adding tags to a resource. |
![]() |
UntagResource(UntagResourceRequest) |
An API operation for removing tags from a resource. |
![]() |
UntagResourceAsync(UntagResourceRequest, CancellationToken) |
An API operation for removing tags from a resource. |
![]() |
UpdateFacet(UpdateFacetRequest) |
Does the following:
|
![]() |
UpdateFacetAsync(UpdateFacetRequest, CancellationToken) |
Does the following:
|
![]() |
UpdateLinkAttributes(UpdateLinkAttributesRequest) |
Updates a given typed link’s attributes. Attributes to be updated must not contribute
to the typed link’s identity, as defined by its |
![]() |
UpdateLinkAttributesAsync(UpdateLinkAttributesRequest, CancellationToken) |
Updates a given typed link’s attributes. Attributes to be updated must not contribute
to the typed link’s identity, as defined by its |
![]() |
UpdateObjectAttributes(UpdateObjectAttributesRequest) |
Updates a given object's attributes. |
![]() |
UpdateObjectAttributesAsync(UpdateObjectAttributesRequest, CancellationToken) |
Updates a given object's attributes. |
![]() |
UpdateSchema(UpdateSchemaRequest) |
Updates the schema name with a new name. Only development schema names can be updated. |
![]() |
UpdateSchemaAsync(UpdateSchemaRequest, CancellationToken) |
Updates the schema name with a new name. Only development schema names can be updated. |
![]() |
UpdateTypedLinkFacet(UpdateTypedLinkFacetRequest) |
Updates a TypedLinkFacet. For more information, see Typed Links. |
![]() |
UpdateTypedLinkFacetAsync(UpdateTypedLinkFacetRequest, CancellationToken) |
Updates a TypedLinkFacet. For more information, see Typed Links. |
![]() |
UpgradeAppliedSchema(UpgradeAppliedSchemaRequest) |
Upgrades a single directory in-place using the |
![]() |
UpgradeAppliedSchemaAsync(UpgradeAppliedSchemaRequest, CancellationToken) |
Upgrades a single directory in-place using the |
![]() |
UpgradePublishedSchema(UpgradePublishedSchemaRequest) |
Upgrades a published schema under a new minor version revision using the current contents
of |
![]() |
UpgradePublishedSchemaAsync(UpgradePublishedSchemaRequest, CancellationToken) |
Upgrades a published schema under a new minor version revision using the current contents
of |
Name | Description | |
---|---|---|
![]() |
AfterResponseEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
BeforeRequestEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
![]() |
ExceptionEvent | Inherited from Amazon.Runtime.AmazonServiceClient. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5