amazonaws.com – ds
Directory Service
Directory Service is a web service that makes it easy for you to setup and run directories in the Amazon Web Services cloud, or connect your Amazon Web Services resources with an existing self-managed Microsoft Active Directory. This guide provides detailed information about Directory Service operations, data types, parameters, and errors. For information about Directory Services features, see and the .
Amazon Web Services provides SDKs that consist of libraries and sample code for various programming languages and platforms (Java, Ruby, .Net, iOS, Android, etc.). The SDKs provide a convenient way to create programmatic access to Directory Service and other Amazon Web Services services. For more information about the Amazon Web Services SDKs, including how to download and install them, see .
- Homepage
- https://api.apis.guru/v2/specs/amazonaws.com:ds/2015-04-16.json
- Provider
- amazonaws.com:ds / ds
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/amazonaws.com/ds/2015-04-16/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/amazonaws.com/ds/2015-04-16/openapi.yaml
Tools (69)
Extracted live via the executor SDK.
-
xAmzTargetDirectoryService20150416AcceptSharedDirectory.acceptSharedDirectoryAccepts a directory sharing request that was sent from the directory owner account.
-
xAmzTargetDirectoryService20150416AddIpRoutes.addIpRoutesIf the DNS server for your self-managed domain uses a publicly addressable IP address, you must add a CIDR address block to correctly route traffic to and from your Microsoft AD on Amazon Web Services. AddIpRoutes adds this address block. You can also use AddIpRoutes to facilitate routing traffic that uses public IP ranges from your Microsoft AD on Amazon Web Services to a peer VPC.
Before you call AddIpRoutes, ensure that all of the required permissions have been explicitly granted through a policy. For details about what permissions are required to run the AddIpRoutes operation, see .
-
xAmzTargetDirectoryService20150416AddRegion.addRegionAdds two domain controllers in the specified Region for the specified directory.
-
xAmzTargetDirectoryService20150416AddTagsToResource.addTagsToResourceAdds or overwrites one or more tags for the specified directory. Each directory can have a maximum of 50 tags. Each tag consists of a key and optional value. Tag keys must be unique to each resource.
-
xAmzTargetDirectoryService20150416CancelSchemaExtension.cancelSchemaExtensionCancels an in-progress schema extension to a Microsoft AD directory. Once a schema extension has started replicating to all domain controllers, the task can no longer be canceled. A schema extension can be canceled during any of the following states;
Initializing,CreatingSnapshot, andUpdatingSchema. -
xAmzTargetDirectoryService20150416ConnectDirectory.connectDirectoryCreates an AD Connector to connect to a self-managed directory.
Before you call
ConnectDirectory, ensure that all of the required permissions have been explicitly granted through a policy. For details about what permissions are required to run theConnectDirectoryoperation, see . -
xAmzTargetDirectoryService20150416CreateAlias.createAliasCreates an alias for a directory and assigns the alias to the directory. The alias is used to construct the access URL for the directory, such as
http://<alias>.awsapps.com.After an alias has been created, it cannot be deleted or reused, so this operation should only be used when absolutely necessary.
-
xAmzTargetDirectoryService20150416CreateComputer.createComputerCreates an Active Directory computer object in the specified directory.
-
xAmzTargetDirectoryService20150416CreateConditionalForwarder.createConditionalForwarderCreates a conditional forwarder associated with your Amazon Web Services directory. Conditional forwarders are required in order to set up a trust relationship with another domain. The conditional forwarder points to the trusted domain.
-
xAmzTargetDirectoryService20150416CreateDirectory.createDirectoryCreates a Simple AD directory. For more information, see in the Directory Service Admin Guide.
Before you call
CreateDirectory, ensure that all of the required permissions have been explicitly granted through a policy. For details about what permissions are required to run theCreateDirectoryoperation, see . -
xAmzTargetDirectoryService20150416CreateLogSubscription.createLogSubscriptionCreates a subscription to forward real-time Directory Service domain controller security logs to the specified Amazon CloudWatch log group in your Amazon Web Services account.
-
xAmzTargetDirectoryService20150416CreateMicrosoftAd.createMicrosoftAdCreates a Microsoft AD directory in the Amazon Web Services Cloud. For more information, see in the Directory Service Admin Guide.
Before you call CreateMicrosoftAD, ensure that all of the required permissions have been explicitly granted through a policy. For details about what permissions are required to run the CreateMicrosoftAD operation, see .
-
xAmzTargetDirectoryService20150416CreateSnapshot.createSnapshotCreates a snapshot of a Simple AD or Microsoft AD directory in the Amazon Web Services cloud.
You cannot take snapshots of AD Connector directories.
-
xAmzTargetDirectoryService20150416CreateTrust.createTrustDirectory Service for Microsoft Active Directory allows you to configure trust relationships. For example, you can establish a trust between your Managed Microsoft AD directory, and your existing self-managed Microsoft Active Directory. This would allow you to provide users and groups access to resources in either domain, with a single set of credentials.
This action initiates the creation of the Amazon Web Services side of a trust relationship between an Managed Microsoft AD directory and an external domain. You can create either a forest trust or an external trust.
-
xAmzTargetDirectoryService20150416DeleteConditionalForwarder.deleteConditionalForwarderDeletes a conditional forwarder that has been set up for your Amazon Web Services directory.
-
xAmzTargetDirectoryService20150416DeleteDirectory.deleteDirectoryDeletes an Directory Service directory.
Before you call
DeleteDirectory, ensure that all of the required permissions have been explicitly granted through a policy. For details about what permissions are required to run theDeleteDirectoryoperation, see . -
xAmzTargetDirectoryService20150416DeleteLogSubscription.deleteLogSubscriptionDeletes the specified log subscription.
-
xAmzTargetDirectoryService20150416DeleteSnapshot.deleteSnapshotDeletes a directory snapshot.
-
xAmzTargetDirectoryService20150416DeleteTrust.deleteTrustDeletes an existing trust relationship between your Managed Microsoft AD directory and an external domain.
-
xAmzTargetDirectoryService20150416DeregisterCertificate.deregisterCertificateDeletes from the system the certificate that was registered for secure LDAP or client certificate authentication.
-
xAmzTargetDirectoryService20150416DeregisterEventTopic.deregisterEventTopicRemoves the specified directory as a publisher to the specified Amazon SNS topic.
-
xAmzTargetDirectoryService20150416DescribeCertificate.describeCertificateDisplays information about the certificate registered for secure LDAP or client certificate authentication.
-
xAmzTargetDirectoryService20150416DescribeClientAuthenticationSettings.describeClientAuthenticationSettingsRetrieves information about the type of client authentication for the specified directory, if the type is specified. If no type is specified, information about all client authentication types that are supported for the specified directory is retrieved. Currently, only
SmartCardis supported. -
xAmzTargetDirectoryService20150416DescribeConditionalForwarders.describeConditionalForwardersObtains information about the conditional forwarders for this account.
If no input parameters are provided for RemoteDomainNames, this request describes all conditional forwarders for the specified directory ID.
-
xAmzTargetDirectoryService20150416DescribeDirectories.describeDirectoriesObtains information about the directories that belong to this account.
You can retrieve information about specific directories by passing the directory identifiers in the
DirectoryIdsparameter. Otherwise, all directories that belong to the current account are returned.This operation supports pagination with the use of the
NextTokenrequest and response parameters. If more results are available, theDescribeDirectoriesResult.NextTokenmember contains a token that you pass in the next call to DescribeDirectories [blocked] to retrieve the next set of items.You can also specify a maximum number of return results with the
Limitparameter. -
xAmzTargetDirectoryService20150416DescribeDomainControllers.describeDomainControllersProvides information about any domain controllers in your directory.
-
xAmzTargetDirectoryService20150416DescribeEventTopics.describeEventTopicsObtains information about which Amazon SNS topics receive status messages from the specified directory.
If no input parameters are provided, such as DirectoryId or TopicName, this request describes all of the associations in the account.
-
xAmzTargetDirectoryService20150416DescribeLdapsSettings.describeLdapsSettingsDescribes the status of LDAP security for the specified directory.
-
xAmzTargetDirectoryService20150416DescribeRegions.describeRegionsProvides information about the Regions that are configured for multi-Region replication.
-
xAmzTargetDirectoryService20150416DescribeSettings.describeSettingsRetrieves information about the configurable settings for the specified directory.
-
xAmzTargetDirectoryService20150416DescribeSharedDirectories.describeSharedDirectoriesReturns the shared directories in your account.
-
xAmzTargetDirectoryService20150416DescribeSnapshots.describeSnapshotsObtains information about the directory snapshots that belong to this account.
This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the DescribeSnapshots.NextToken member contains a token that you pass in the next call to DescribeSnapshots [blocked] to retrieve the next set of items.
You can also specify a maximum number of return results with the Limit parameter.
-
xAmzTargetDirectoryService20150416DescribeTrusts.describeTrustsObtains information about the trust relationships for this account.
If no input parameters are provided, such as DirectoryId or TrustIds, this request describes all the trust relationships belonging to the account.
-
xAmzTargetDirectoryService20150416DescribeUpdateDirectory.describeUpdateDirectoryDescribes the updates of a directory for a particular update type.
-
xAmzTargetDirectoryService20150416DisableClientAuthentication.disableClientAuthenticationDisables alternative client authentication methods for the specified directory.
-
xAmzTargetDirectoryService20150416DisableLdaps.disableLdapsDeactivates LDAP secure calls for the specified directory.
-
xAmzTargetDirectoryService20150416DisableRadius.disableRadiusDisables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector or Microsoft AD directory.
-
xAmzTargetDirectoryService20150416DisableSso.disableSsoDisables single-sign on for a directory.
-
xAmzTargetDirectoryService20150416EnableClientAuthentication.enableClientAuthenticationEnables alternative client authentication methods for the specified directory.
-
xAmzTargetDirectoryService20150416EnableLdaps.enableLdapsActivates the switch for the specific directory to always use LDAP secure calls.
-
xAmzTargetDirectoryService20150416EnableRadius.enableRadiusEnables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector or Microsoft AD directory.
-
xAmzTargetDirectoryService20150416EnableSso.enableSsoEnables single sign-on for a directory. Single sign-on allows users in your directory to access certain Amazon Web Services services from a computer joined to the directory without having to enter their credentials separately.
-
xAmzTargetDirectoryService20150416GetDirectoryLimits.getDirectoryLimitsObtains directory limit information for the current Region.
-
xAmzTargetDirectoryService20150416GetSnapshotLimits.getSnapshotLimitsObtains the manual snapshot limits for a directory.
-
xAmzTargetDirectoryService20150416ListCertificates.listCertificatesFor the specified directory, lists all the certificates registered for a secure LDAP or client certificate authentication.
-
xAmzTargetDirectoryService20150416ListIpRoutes.listIpRoutesLists the address blocks that you have added to a directory.
-
xAmzTargetDirectoryService20150416ListLogSubscriptions.listLogSubscriptionsLists the active log subscriptions for the Amazon Web Services account.
-
xAmzTargetDirectoryService20150416ListSchemaExtensions.listSchemaExtensionsLists all schema extensions applied to a Microsoft AD Directory.
-
xAmzTargetDirectoryService20150416ListTagsForResource.listTagsForResourceLists all tags on a directory.
-
xAmzTargetDirectoryService20150416RegisterCertificate.registerCertificateRegisters a certificate for a secure LDAP or client certificate authentication.
-
xAmzTargetDirectoryService20150416RegisterEventTopic.registerEventTopicAssociates a directory with an Amazon SNS topic. This establishes the directory as a publisher to the specified Amazon SNS topic. You can then receive email or text (SMS) messages when the status of your directory changes. You get notified if your directory goes from an Active status to an Impaired or Inoperable status. You also receive a notification when the directory returns to an Active status.
-
xAmzTargetDirectoryService20150416RejectSharedDirectory.rejectSharedDirectoryRejects a directory sharing request that was sent from the directory owner account.
-
xAmzTargetDirectoryService20150416RemoveIpRoutes.removeIpRoutesRemoves IP address blocks from a directory.
-
xAmzTargetDirectoryService20150416RemoveRegion.removeRegionStops all replication and removes the domain controllers from the specified Region. You cannot remove the primary Region with this operation. Instead, use the
DeleteDirectoryAPI. -
xAmzTargetDirectoryService20150416RemoveTagsFromResource.removeTagsFromResourceRemoves tags from a directory.
-
xAmzTargetDirectoryService20150416ResetUserPassword.resetUserPasswordResets the password for any user in your Managed Microsoft AD or Simple AD directory.
You can reset the password for any user in your directory with the following exceptions:
-
For Simple AD, you cannot reset the password for any user that is a member of either the Domain Admins or Enterprise Admins group except for the administrator user.
-
For Managed Microsoft AD, you can only reset the password for a user that is in an OU based off of the NetBIOS name that you typed when you created your directory. For example, you cannot reset the password for a user in the Amazon Web Services Reserved OU. For more information about the OU structure for an Managed Microsoft AD directory, see in the Directory Service Administration Guide.
-
-
xAmzTargetDirectoryService20150416RestoreFromSnapshot.restoreFromSnapshotRestores a directory using an existing directory snapshot.
When you restore a directory from a snapshot, any changes made to the directory after the snapshot date are overwritten.
This action returns as soon as the restore operation is initiated. You can monitor the progress of the restore operation by calling the DescribeDirectories [blocked] operation with the directory identifier. When the DirectoryDescription.Stage value changes to
Active, the restore operation is complete. -
xAmzTargetDirectoryService20150416ShareDirectory.shareDirectoryShares a specified directory (
DirectoryId) in your Amazon Web Services account (directory owner) with another Amazon Web Services account (directory consumer). With this operation you can use your directory from any Amazon Web Services account and from any Amazon VPC within an Amazon Web Services Region.When you share your Managed Microsoft AD directory, Directory Service creates a shared directory in the directory consumer account. This shared directory contains the metadata to provide access to the directory within the directory owner account. The shared directory is visible in all VPCs in the directory consumer account.
The
ShareMethodparameter determines whether the specified directory can be shared between Amazon Web Services accounts inside the same Amazon Web Services organization (ORGANIZATIONS). It also determines whether you can share the directory with any other Amazon Web Services account either inside or outside of the organization (HANDSHAKE).The
ShareNotesparameter is only used whenHANDSHAKEis called, which sends a directory sharing request to the directory consumer. -
xAmzTargetDirectoryService20150416StartSchemaExtension.startSchemaExtensionApplies a schema extension to a Microsoft AD directory.
-
xAmzTargetDirectoryService20150416UnshareDirectory.unshareDirectoryStops the directory sharing between the directory owner and consumer accounts.
-
xAmzTargetDirectoryService20150416UpdateConditionalForwarder.updateConditionalForwarderUpdates a conditional forwarder that has been set up for your Amazon Web Services directory.
-
xAmzTargetDirectoryService20150416UpdateDirectorySetup.updateDirectorySetupUpdates the directory for a particular update type.
-
xAmzTargetDirectoryService20150416UpdateNumberOfDomainControllers.updateNumberOfDomainControllersAdds or removes domain controllers to or from the directory. Based on the difference between current value and new value (provided through this API call), domain controllers will be added or removed. It may take up to 45 minutes for any new domain controllers to become fully active once the requested number of domain controllers is updated. During this time, you cannot make another update request.
-
xAmzTargetDirectoryService20150416UpdateRadius.updateRadiusUpdates the Remote Authentication Dial In User Service (RADIUS) server information for an AD Connector or Microsoft AD directory.
-
xAmzTargetDirectoryService20150416UpdateSettings.updateSettingsUpdates the configurable settings for the specified directory.
-
xAmzTargetDirectoryService20150416UpdateTrust.updateTrustUpdates the trust that has been set up between your Managed Microsoft AD directory and an self-managed Active Directory.
-
xAmzTargetDirectoryService20150416VerifyTrust.verifyTrustDirectory Service for Microsoft Active Directory allows you to configure and verify trust relationships.
This action verifies a trust relationship between your Managed Microsoft AD directory and an external domain.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools