python-botocore/botocore/data/ds/2015-04-16/service-2.json

1809 lines
67 KiB
JSON
Raw Normal View History

{
"version":"2.0",
"metadata":{
"apiVersion":"2015-04-16",
"endpointPrefix":"ds",
"jsonVersion":"1.1",
"protocol":"json",
"serviceAbbreviation":"Directory Service",
"serviceFullName":"AWS Directory Service",
"signatureVersion":"v4",
"targetPrefix":"DirectoryService_20150416"
},
"operations":{
"ConnectDirectory":{
"name":"ConnectDirectory",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ConnectDirectoryRequest"},
"output":{"shape":"ConnectDirectoryResult"},
"errors":[
{"shape":"DirectoryLimitExceededException"},
{"shape":"InvalidParameterException"},
{"shape":"ClientException"},
{"shape":"ServiceException"}
],
"documentation":"<p>Creates an AD Connector to connect to an on-premises directory.</p>"
},
"CreateAlias":{
"name":"CreateAlias",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateAliasRequest"},
"output":{"shape":"CreateAliasResult"},
"errors":[
{"shape":"EntityAlreadyExistsException"},
{"shape":"EntityDoesNotExistException"},
{"shape":"InvalidParameterException"},
{"shape":"ClientException"},
{"shape":"ServiceException"}
],
"documentation":"<p>Creates 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 <code>http://<![CDATA[&#x3C;]]>alias<![CDATA[&#x3E;]]>.awsapps.com</code>.</p> <important> <p>After an alias has been created, it cannot be deleted or reused, so this operation should only be used when absolutely necessary.</p> </important>"
},
"CreateComputer":{
"name":"CreateComputer",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateComputerRequest"},
"output":{"shape":"CreateComputerResult"},
"errors":[
{"shape":"AuthenticationFailedException"},
{"shape":"DirectoryUnavailableException"},
{"shape":"EntityAlreadyExistsException"},
{"shape":"EntityDoesNotExistException"},
{"shape":"InvalidParameterException"},
{"shape":"UnsupportedOperationException"},
{"shape":"ClientException"},
{"shape":"ServiceException"}
],
"documentation":"<p>Creates a computer account in the specified directory, and joins the computer to the directory.</p>"
},
"CreateDirectory":{
"name":"CreateDirectory",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateDirectoryRequest"},
"output":{"shape":"CreateDirectoryResult"},
"errors":[
{"shape":"DirectoryLimitExceededException"},
{"shape":"InvalidParameterException"},
{"shape":"ClientException"},
{"shape":"ServiceException"}
],
"documentation":"<p>Creates a Simple AD directory.</p>"
},
"CreateMicrosoftAD":{
"name":"CreateMicrosoftAD",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateMicrosoftADRequest"},
"output":{"shape":"CreateMicrosoftADResult"},
"errors":[
{"shape":"DirectoryLimitExceededException"},
{"shape":"InvalidParameterException"},
{"shape":"ClientException"},
{"shape":"ServiceException"},
{"shape":"UnsupportedOperationException"}
],
"documentation":"Creates a Microsoft AD in the AWS cloud."
},
"CreateSnapshot":{
"name":"CreateSnapshot",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateSnapshotRequest"},
"output":{"shape":"CreateSnapshotResult"},
"errors":[
{"shape":"EntityDoesNotExistException"},
{"shape":"InvalidParameterException"},
{"shape":"SnapshotLimitExceededException"},
{"shape":"ClientException"},
{"shape":"ServiceException"}
],
"documentation":"<p>Creates a snapshot of a Simple AD directory.</p> <note> <p>You cannot take snapshots of AD Connector directories.</p> </note>"
},
"CreateTrust":{
"name":"CreateTrust",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateTrustRequest"},
"output":{"shape":"CreateTrustResult"},
"errors":[
{"shape":"EntityAlreadyExistsException"},
{"shape":"EntityDoesNotExistException"},
{"shape":"InvalidParameterException"},
{"shape":"ClientException"},
{"shape":"ServiceException"},
{"shape":"UnsupportedOperationException"}
],
"documentation":"<p>AWS Directory Service for Microsoft Active Directory allows you to configure trust relationships. For example, you can establish a trust between your Microsoft AD in the AWS cloud, and your existing on-premises Microsoft Active Directory. This would allow you to provide users and groups access to resources in either domain, with a single set of credentials.</p><p>This action initiates the creation of the AWS side of a trust relationship between a Microsoft AD in the AWS cloud and an external domain.</p>"
},
"DeleteDirectory":{
"name":"DeleteDirectory",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteDirectoryRequest"},
"output":{"shape":"DeleteDirectoryResult"},
"errors":[
{"shape":"EntityDoesNotExistException"},
{"shape":"ClientException"},
{"shape":"ServiceException"}
],
"documentation":"<p>Deletes an AWS Directory Service directory.</p>"
},
"DeleteSnapshot":{
"name":"DeleteSnapshot",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteSnapshotRequest"},
"output":{"shape":"DeleteSnapshotResult"},
"errors":[
{"shape":"EntityDoesNotExistException"},
{"shape":"InvalidParameterException"},
{"shape":"ClientException"},
{"shape":"ServiceException"}
],
"documentation":"<p>Deletes a directory snapshot.</p>"
},
"DeleteTrust":{
"name":"DeleteTrust",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteTrustRequest"},
"output":{"shape":"DeleteTrustResult"},
"errors":[
{"shape":"EntityDoesNotExistException"},
{"shape":"InvalidParameterException"},
{"shape":"ClientException"},
{"shape":"ServiceException"},
{"shape":"UnsupportedOperationException"}
],
"documentation":"Deletes an existing trust relationship between your Microsoft AD in the AWS cloud and an external domain."
},
"DescribeDirectories":{
"name":"DescribeDirectories",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeDirectoriesRequest"},
"output":{"shape":"DescribeDirectoriesResult"},
"errors":[
{"shape":"EntityDoesNotExistException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidNextTokenException"},
{"shape":"ClientException"},
{"shape":"ServiceException"}
],
"documentation":"<p>Obtains information about the directories that belong to this account.</p> <p>You can retrieve information about specific directories by passing the directory identifiers in the <i>DirectoryIds</i> parameter. Otherwise, all directories that belong to the current account are returned.</p> <p>This operation supports pagination with the use of the <i>NextToken</i> request and response parameters. If more results are available, the <i>DescribeDirectoriesResult.NextToken</i> member contains a token that you pass in the next call to <a>DescribeDirectories</a> to retrieve the next set of items.</p> <p>You can also specify a maximum number of return results with the <i>Limit</i> parameter.</p>"
},
"DescribeSnapshots":{
"name":"DescribeSnapshots",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeSnapshotsRequest"},
"output":{"shape":"DescribeSnapshotsResult"},
"errors":[
{"shape":"EntityDoesNotExistException"},
{"shape":"InvalidParameterException"},
{"shape":"InvalidNextTokenException"},
{"shape":"ClientException"},
{"shape":"ServiceException"}
],
"documentation":"<p>Obtains information about the directory snapshots that belong to this account.</p> <p>This operation supports pagination with the use of the <i>NextToken</i> request and response parameters. If more results are available, the <i>DescribeSnapshots.NextToken</i> member contains a token that you pass in the next call to <a>DescribeSnapshots</a> to retrieve the next set of items.</p> <p>You can also specify a maximum number of return results with the <i>Limit</i> parameter.</p>"
},
"DescribeTrusts":{
"name":"DescribeTrusts",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeTrustsRequest"},
"output":{"shape":"DescribeTrustsResult"},
"errors":[
{"shape":"EntityDoesNotExistException"},
{"shape":"InvalidNextTokenException"},
{"shape":"InvalidParameterException"},
{"shape":"ClientException"},
{"shape":"ServiceException"},
{"shape":"UnsupportedOperationException"}
],
"documentation":"<p>Obtains information about the trust relationships for this account.</p> <p>If no input parameters are provided, such as DirectoryId or TrustIds, this request describes all the trust relationships belonging to the account.</p>"
},
"DisableRadius":{
"name":"DisableRadius",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DisableRadiusRequest"},
"output":{"shape":"DisableRadiusResult"},
"errors":[
{"shape":"EntityDoesNotExistException"},
{"shape":"ClientException"},
{"shape":"ServiceException"}
],
"documentation":"<p>Disables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector directory.</p>"
},
"DisableSso":{
"name":"DisableSso",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DisableSsoRequest"},
"output":{"shape":"DisableSsoResult"},
"errors":[
{"shape":"EntityDoesNotExistException"},
{"shape":"InsufficientPermissionsException"},
{"shape":"AuthenticationFailedException"},
{"shape":"ClientException"},
{"shape":"ServiceException"}
],
"documentation":"<p>Disables single-sign on for a directory.</p>"
},
"EnableRadius":{
"name":"EnableRadius",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"EnableRadiusRequest"},
"output":{"shape":"EnableRadiusResult"},
"errors":[
{"shape":"InvalidParameterException"},
{"shape":"EntityAlreadyExistsException"},
{"shape":"EntityDoesNotExistException"},
{"shape":"ClientException"},
{"shape":"ServiceException"}
],
"documentation":"<p>Enables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector directory.</p>"
},
"EnableSso":{
"name":"EnableSso",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"EnableSsoRequest"},
"output":{"shape":"EnableSsoResult"},
"errors":[
{"shape":"EntityDoesNotExistException"},
{"shape":"InsufficientPermissionsException"},
{"shape":"AuthenticationFailedException"},
{"shape":"ClientException"},
{"shape":"ServiceException"}
],
"documentation":"<p>Enables single-sign on for a directory.</p>"
},
"GetDirectoryLimits":{
"name":"GetDirectoryLimits",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetDirectoryLimitsRequest"},
"output":{"shape":"GetDirectoryLimitsResult"},
"errors":[
{"shape":"EntityDoesNotExistException"},
{"shape":"ClientException"},
{"shape":"ServiceException"}
],
"documentation":"<p>Obtains directory limit information for the current region.</p>"
},
"GetSnapshotLimits":{
"name":"GetSnapshotLimits",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"GetSnapshotLimitsRequest"},
"output":{"shape":"GetSnapshotLimitsResult"},
"errors":[
{"shape":"EntityDoesNotExistException"},
{"shape":"ClientException"},
{"shape":"ServiceException"}
],
"documentation":"<p>Obtains the manual snapshot limits for a directory.</p>"
},
"RestoreFromSnapshot":{
"name":"RestoreFromSnapshot",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RestoreFromSnapshotRequest"},
"output":{"shape":"RestoreFromSnapshotResult"},
"errors":[
{"shape":"EntityDoesNotExistException"},
{"shape":"InvalidParameterException"},
{"shape":"ClientException"},
{"shape":"ServiceException"}
],
"documentation":"<p>Restores a directory using an existing directory snapshot.</p> <p>When you restore a directory from a snapshot, any changes made to the directory after the snapshot date are overwritten.</p> <p>This action returns as soon as the restore operation is initiated. You can monitor the progress of the restore operation by calling the <a>DescribeDirectories</a> operation with the directory identifier. When the <b>DirectoryDescription.Stage</b> value changes to <code>Active</code>, the restore operation is complete.</p>"
},
"UpdateRadius":{
"name":"UpdateRadius",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"UpdateRadiusRequest"},
"output":{"shape":"UpdateRadiusResult"},
"errors":[
{"shape":"InvalidParameterException"},
{"shape":"EntityDoesNotExistException"},
{"shape":"ClientException"},
{"shape":"ServiceException"}
],
"documentation":"<p>Updates the Remote Authentication Dial In User Service (RADIUS) server information for an AD Connector directory.</p>"
},
"VerifyTrust":{
"name":"VerifyTrust",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"VerifyTrustRequest"},
"output":{"shape":"VerifyTrustResult"},
"errors":[
{"shape":"EntityDoesNotExistException"},
{"shape":"InvalidParameterException"},
{"shape":"ClientException"},
{"shape":"ServiceException"},
{"shape":"UnsupportedOperationException"}
],
"documentation":"<p>AWS Directory Service for Microsoft Active Directory allows you to configure and verify trust relationships. </p><p>This action verifies a trust relationship between your Microsoft AD in the AWS cloud and an external domain.</p>"
}
},
"shapes":{
"AccessUrl":{
"type":"string",
"max":128,
"min":1
},
"AliasName":{
"type":"string",
"max":62,
"min":1,
"pattern":"^(?!d-)([\\da-zA-Z]+)([-]*[\\da-zA-Z])*"
},
"Attribute":{
"type":"structure",
"members":{
"Name":{
"shape":"AttributeName",
"documentation":"<p>The name of the attribute.</p>"
},
"Value":{
"shape":"AttributeValue",
"documentation":"<p>The value of the attribute.</p>"
}
},
"documentation":"<p>Represents a named directory attribute.</p>"
},
"AttributeName":{
"type":"string",
"min":1
},
"AttributeValue":{"type":"string"},
"Attributes":{
"type":"list",
"member":{"shape":"Attribute"}
},
"AuthenticationFailedException":{
"type":"structure",
"members":{
"Message":{
"shape":"ExceptionMessage",
"documentation":"<p>The textual message for the exception.</p>"
},
"RequestId":{
"shape":"RequestId",
"documentation":"<p>The identifier of the request that caused the exception.</p>"
}
},
"documentation":"<p>An authentication error occurred.</p>",
"exception":true
},
"AvailabilityZone":{"type":"string"},
"AvailabilityZones":{
"type":"list",
"member":{"shape":"AvailabilityZone"}
},
"ClientException":{
"type":"structure",
"members":{
"Message":{"shape":"ExceptionMessage"},
"RequestId":{"shape":"RequestId"}
},
"documentation":"<p>A client exception has occurred.</p>",
"exception":true
},
"CloudOnlyDirectoriesLimitReached":{"type":"boolean"},
"Computer":{
"type":"structure",
"members":{
"ComputerId":{
"shape":"SID",
"documentation":"<p>The identifier of the computer.</p>"
},
"ComputerName":{
"shape":"ComputerName",
"documentation":"<p>The computer name.</p>"
},
"ComputerAttributes":{
"shape":"Attributes",
"documentation":"<p>An array of <a>Attribute</a> objects containing the LDAP attributes that belong to the computer account.</p>"
}
},
"documentation":"<p>Contains information about a computer account in a directory.</p>"
},
"ComputerName":{
"type":"string",
"max":15,
"min":1
},
"ComputerPassword":{
"type":"string",
"max":64,
"min":8,
"pattern":"[\\u0020-\\u00FF]+",
"sensitive":true
},
"ConnectDirectoryRequest":{
"type":"structure",
"required":[
"Name",
"Password",
"Size",
"ConnectSettings"
],
"members":{
"Name":{
"shape":"DirectoryName",
"documentation":"<p>The fully-qualified name of the on-premises directory, such as <code>corp.example.com</code>.</p>"
},
"ShortName":{
"shape":"DirectoryShortName",
"documentation":"<p>The NetBIOS name of the on-premises directory, such as <code>CORP</code>.</p>"
},
"Password":{
"shape":"ConnectPassword",
"documentation":"<p>The password for the on-premises user account.</p>"
},
"Description":{
"shape":"Description",
"documentation":"<p>A textual description for the directory.</p>"
},
"Size":{
"shape":"DirectorySize",
"documentation":"<p>The size of the directory.</p>"
},
"ConnectSettings":{
"shape":"DirectoryConnectSettings",
"documentation":"<p>A <a>DirectoryConnectSettings</a> object that contains additional information for the operation.</p>"
}
},
"documentation":"<p>Contains the inputs for the <a>ConnectDirectory</a> operation.</p>"
},
"ConnectDirectoryResult":{
"type":"structure",
"members":{
"DirectoryId":{
"shape":"DirectoryId",
"documentation":"<p>The identifier of the new directory.</p>"
}
},
"documentation":"<p>Contains the results of the <a>ConnectDirectory</a> operation.</p>"
},
"ConnectPassword":{
"type":"string",
"max":128,
"min":1,
"sensitive":true
},
"ConnectedDirectoriesLimitReached":{"type":"boolean"},
"CreateAliasRequest":{
"type":"structure",
"required":[
"DirectoryId",
"Alias"
],
"members":{
"DirectoryId":{
"shape":"DirectoryId",
"documentation":"<p>The identifier of the directory for which to create the alias.</p>"
},
"Alias":{
"shape":"AliasName",
"documentation":"<p>The requested alias.</p> <p>The alias must be unique amongst all aliases in AWS. This operation throws an <code>EntityAlreadyExistsException</code> error if the alias already exists.</p>"
}
},
"documentation":"<p>Contains the inputs for the <a>CreateAlias</a> operation.</p>"
},
"CreateAliasResult":{
"type":"structure",
"members":{
"DirectoryId":{
"shape":"DirectoryId",
"documentation":"<p>The identifier of the directory.</p>"
},
"Alias":{
"shape":"AliasName",
"documentation":"<p>The alias for the directory.</p>"
}
},
"documentation":"<p>Contains the results of the <a>CreateAlias</a> operation.</p>"
},
"CreateComputerRequest":{
"type":"structure",
"required":[
"DirectoryId",
"ComputerName",
"Password"
],
"members":{
"DirectoryId":{
"shape":"DirectoryId",
"documentation":"<p>The identifier of the directory in which to create the computer account.</p>"
},
"ComputerName":{
"shape":"ComputerName",
"documentation":"<p>The name of the computer account.</p>"
},
"Password":{
"shape":"ComputerPassword",
"documentation":"<p>A one-time password that is used to join the computer to the directory. You should generate a random, strong password to use for this parameter.</p>"
},
"OrganizationalUnitDistinguishedName":{
"shape":"OrganizationalUnitDN",
"documentation":"<p>The fully-qualified distinguished name of the organizational unit to place the computer account in.</p>"
},
"ComputerAttributes":{
"shape":"Attributes",
"documentation":"<p>An array of <a>Attribute</a> objects that contain any LDAP attributes to apply to the computer account.</p>"
}
},
"documentation":"<p>Contains the inputs for the <a>CreateComputer</a> operation.</p>"
},
"CreateComputerResult":{
"type":"structure",
"members":{
"Computer":{
"shape":"Computer",
"documentation":"<p>A <a>Computer</a> object that represents the computer account.</p>"
}
},
"documentation":"<p>Contains the results for the <a>CreateComputer</a> operation.</p>"
},
"CreateDirectoryRequest":{
"type":"structure",
"required":[
"Name",
"Password",
"Size"
],
"members":{
"Name":{
"shape":"DirectoryName",
"documentation":"<p>The fully qualified name for the directory, such as <code>corp.example.com</code>.</p>"
},
"ShortName":{
"shape":"DirectoryShortName",
"documentation":"<p>The short name of the directory, such as <code>CORP</code>.</p>"
},
"Password":{
"shape":"Password",
"documentation":"<p>The password for the directory administrator. The directory creation process creates a directory administrator account with the username <code>Administrator</code> and this password.</p>"
},
"Description":{
"shape":"Description",
"documentation":"<p>A textual description for the directory.</p>"
},
"Size":{
"shape":"DirectorySize",
"documentation":"<p>The size of the directory.</p>"
},
"VpcSettings":{
"shape":"DirectoryVpcSettings",
"documentation":"<p>A <a>DirectoryVpcSettings</a> object that contains additional information for the operation.</p>"
}
},
"documentation":"<p>Contains the inputs for the <a>CreateDirectory</a> operation. </p>"
},
"CreateDirectoryResult":{
"type":"structure",
"members":{
"DirectoryId":{
"shape":"DirectoryId",
"documentation":"<p>The identifier of the directory that was created.</p>"
}
},
"documentation":"<p>Contains the results of the <a>CreateDirectory</a> operation.</p>"
},
"CreateMicrosoftADRequest":{
"type":"structure",
"required":[
"Name",
"Password",
"VpcSettings"
],
"members":{
"Name":{
"shape":"DirectoryName",
"documentation":"<p>The fully qualified domain name for the directory, such as <code>corp.example.com</code>. This name will resolve inside your VPC only. It does not need to be publicly resolvable.</p>"
},
"ShortName":{
"shape":"DirectoryShortName",
"documentation":"<p>The NetBIOS name for your domain. A short identifier for your domain, such as <code>CORP</code>. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, <code>CORP</code> for the directory DNS <code>corp.example.com</code>. </p>"
},
"Password":{
"shape":"Password",
"documentation":"<p>The password for the default administrative user named <code>Admin</code>.</p>"
},
"Description":{
"shape":"Description",
"documentation":"<p>A textual description for the directory. This label will appear on the AWS console <code>Directory Details</code> page after the directory is created.</p>"
},
"VpcSettings":{"shape":"DirectoryVpcSettings"}
},
"documentation":"Creates a Microsoft AD in the AWS cloud."
},
"CreateMicrosoftADResult":{
"type":"structure",
"members":{
"DirectoryId":{
"shape":"DirectoryId",
"documentation":"The identifier of the directory that was created."
}
}
},
"CreateSnapshotRequest":{
"type":"structure",
"required":["DirectoryId"],
"members":{
"DirectoryId":{
"shape":"DirectoryId",
"documentation":"<p>The identifier of the directory to take a snapshot of.</p>"
},
"Name":{
"shape":"SnapshotName",
"documentation":"<p>The descriptive name to apply to the snapshot.</p>"
}
},
"documentation":"<p>Contains the inputs for the <a>CreateSnapshot</a> operation.</p>"
},
"CreateSnapshotResult":{
"type":"structure",
"members":{
"SnapshotId":{
"shape":"SnapshotId",
"documentation":"<p>The identifier of the snapshot that was created.</p>"
}
},
"documentation":"<p>Contains the results of the <a>CreateSnapshot</a> operation.</p>"
},
"CreateTrustRequest":{
"type":"structure",
"required":[
"DirectoryId",
"RemoteDomainName",
"TrustPassword",
"TrustDirection"
],
"members":{
"DirectoryId":{
"shape":"DirectoryId",
"documentation":"The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship."
},
"RemoteDomainName":{
"shape":"RemoteDomainName",
"documentation":"The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship."
},
"TrustPassword":{
"shape":"TrustPassword",
"documentation":"The trust password. The must be the same password that was used when creating the trust relationship on the external domain."
},
"TrustDirection":{
"shape":"TrustDirection",
"documentation":"The direction of the trust relationship."
},
"TrustType":{
"shape":"TrustType",
"documentation":"The trust relationship type."
}
},
"documentation":"<p>AWS Directory Service for Microsoft Active Directory allows you to configure trust relationships. For example, you can establish a trust between your Microsoft AD in the AWS cloud, and your existing on-premises Microsoft Active Directory. This would allow you to provide users and groups access to resources in either domain, with a single set of credentials.</p><p>This action initiates the creation of the AWS side of a trust relationship between a Microsoft AD in the AWS cloud and an external domain.</p>"
},
"CreateTrustResult":{
"type":"structure",
"members":{
"TrustId":{
"shape":"TrustId",
"documentation":"A unique identifier for the trust relationship that was created."
}
}
},
"CreatedDateTime":{"type":"timestamp"},
"DeleteDirectoryRequest":{
"type":"structure",
"required":["DirectoryId"],
"members":{
"DirectoryId":{
"shape":"DirectoryId",
"documentation":"<p>The identifier of the directory to delete.</p>"
}
},
"documentation":"<p>Contains the inputs for the <a>DeleteDirectory</a> operation.</p>"
},
"DeleteDirectoryResult":{
"type":"structure",
"members":{
"DirectoryId":{
"shape":"DirectoryId",
"documentation":"<p>The directory identifier.</p>"
}
},
"documentation":"<p>Contains the results of the <a>DeleteDirectory</a> operation.</p>"
},
"DeleteSnapshotRequest":{
"type":"structure",
"required":["SnapshotId"],
"members":{
"SnapshotId":{
"shape":"SnapshotId",
"documentation":"<p>The identifier of the directory snapshot to be deleted.</p>"
}
},
"documentation":"<p>Contains the inputs for the <a>DeleteSnapshot</a> operation.</p>"
},
"DeleteSnapshotResult":{
"type":"structure",
"members":{
"SnapshotId":{
"shape":"SnapshotId",
"documentation":"<p>The identifier of the directory snapshot that was deleted.</p>"
}
},
"documentation":"<p>Contains the results of the <a>DeleteSnapshot</a> operation.</p>"
},
"DeleteTrustRequest":{
"type":"structure",
"required":["TrustId"],
"members":{
"TrustId":{
"shape":"TrustId",
"documentation":"The Trust ID of the trust relationship to be deleted."
}
},
"documentation":"Deletes the local side of an existing trust relationship between the Microsoft AD in the AWS cloud and the external domain."
},
"DeleteTrustResult":{
"type":"structure",
"members":{
"TrustId":{
"shape":"TrustId",
"documentation":"The Trust ID of the trust relationship that was deleted."
}
}
},
"DescribeDirectoriesRequest":{
"type":"structure",
"members":{
"DirectoryIds":{
"shape":"DirectoryIds",
"documentation":"<p>A list of identifiers of the directories for which to obtain the information. If this member is null, all directories that belong to the current account are returned.</p> <p>An empty list results in an <code>InvalidParameterException</code> being thrown.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>The <i>DescribeDirectoriesResult.NextToken</i> value from a previous call to <a>DescribeDirectories</a>. Pass null if this is the first call.</p>"
},
"Limit":{
"shape":"Limit",
"documentation":"<p>The maximum number of items to return. If this value is zero, the maximum number of items is specified by the limitations of the operation.</p>"
}
},
"documentation":"<p>Contains the inputs for the <a>DescribeDirectories</a> operation.</p>"
},
"DescribeDirectoriesResult":{
"type":"structure",
"members":{
"DirectoryDescriptions":{
"shape":"DirectoryDescriptions",
"documentation":"<p>The list of <a>DirectoryDescription</a> objects that were retrieved.</p> <p>It is possible that this list contains less than the number of items specified in the <i>Limit</i> member of the request. This occurs if there are less than the requested number of items left to retrieve, or if the limitations of the operation have been exceeded.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>If not null, more results are available. Pass this value for the <i>NextToken</i> parameter in a subsequent call to <a>DescribeDirectories</a> to retrieve the next set of items.</p>"
}
},
"documentation":"<p>Contains the results of the <a>DescribeDirectories</a> operation.</p>"
},
"DescribeSnapshotsRequest":{
"type":"structure",
"members":{
"DirectoryId":{
"shape":"DirectoryId",
"documentation":"<p>The identifier of the directory for which to retrieve snapshot information.</p>"
},
"SnapshotIds":{
"shape":"SnapshotIds",
"documentation":"<p>A list of identifiers of the snapshots to obtain the information for. If this member is null or empty, all snapshots are returned using the <i>Limit</i> and <i>NextToken</i> members.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>The <i>DescribeSnapshotsResult.NextToken</i> value from a previous call to <a>DescribeSnapshots</a>. Pass null if this is the first call.</p>"
},
"Limit":{
"shape":"Limit",
"documentation":"<p>The maximum number of objects to return.</p>"
}
},
"documentation":"<p>Contains the inputs for the <a>DescribeSnapshots</a> operation.</p>"
},
"DescribeSnapshotsResult":{
"type":"structure",
"members":{
"Snapshots":{
"shape":"Snapshots",
"documentation":"<p>The list of <a>Snapshot</a> objects that were retrieved.</p> <p>It is possible that this list contains less than the number of items specified in the <i>Limit</i> member of the request. This occurs if there are less than the requested number of items left to retrieve, or if the limitations of the operation have been exceeded.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>If not null, more results are available. Pass this value in the <i>NextToken</i> member of a subsequent call to <a>DescribeSnapshots</a>.</p>"
}
},
"documentation":"<p>Contains the results of the <a>DescribeSnapshots</a> operation.</p>"
},
"DescribeTrustsRequest":{
"type":"structure",
"members":{
"DirectoryId":{
"shape":"DirectoryId",
"documentation":"The Directory ID of the AWS directory that is a part of the requested trust relationship."
},
"TrustIds":{
"shape":"TrustIds",
"documentation":"<p>A list of identifiers of the trust relationships for which to obtain the information. If this member is null, all trust relationships that belong to the current account are returned.</p> <p>An empty list results in an <code>InvalidParameterException</code> being thrown.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>The <i>DescribeTrustsResult.NextToken</i> value from a previous call to <a>DescribeTrusts</a>. Pass null if this is the first call.</p>"
},
"Limit":{
"shape":"Limit",
"documentation":"The maximum number of objects to return."
}
},
"documentation":"Describes the trust relationships for a particular Microsoft AD in the AWS cloud. If no input parameters are are provided, such as directory ID or trust ID, this request describes all the trust relationships."
},
"DescribeTrustsResult":{
"type":"structure",
"members":{
"Trusts":{
"shape":"Trusts",
"documentation":"<p>The list of Trust objects that were retrieved.</p> <p>It is possible that this list contains less than the number of items specified in the <i>Limit</i> member of the request. This occurs if there are less than the requested number of items left to retrieve, or if the limitations of the operation have been exceeded.</p>"
},
"NextToken":{
"shape":"NextToken",
"documentation":"<p>If not null, more results are available. Pass this value for the <i>NextToken</i> parameter in a subsequent call to <a>DescribeTrusts</a> to retrieve the next set of items.</p>"
}
}
},
"Description":{
"type":"string",
"max":128,
"min":0,
"pattern":"^([a-zA-Z0-9_])[\\\\a-zA-Z0-9_@#%*+=:?./!\\s-]*$"
},
"DirectoryConnectSettings":{
"type":"structure",
"required":[
"VpcId",
"SubnetIds",
"CustomerDnsIps",
"CustomerUserName"
],
"members":{
"VpcId":{
"shape":"VpcId",
"documentation":"<p>The identifier of the VPC in which the AD Connector is created.</p>"
},
"SubnetIds":{
"shape":"SubnetIds",
"documentation":"<p>A list of subnet identifiers in the VPC in which the AD Connector is created.</p>"
},
"CustomerDnsIps":{
"shape":"DnsIpAddrs",
"documentation":"<p>A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.</p>"
},
"CustomerUserName":{
"shape":"UserName",
"documentation":"<p>The username of an account in the on-premises directory that is used to connect to the directory. This account must have the following privileges:</p> <ul> <li>Read users and groups</li> <li>Create computer objects</li> <li>Join computers to the domain</li> </ul>"
}
},
"documentation":"<p>Contains information for the <a>ConnectDirectory</a> operation when an AD Connector directory is being created.</p>"
},
"DirectoryConnectSettingsDescription":{
"type":"structure",
"members":{
"VpcId":{
"shape":"VpcId",
"documentation":"<p>The identifier of the VPC that the AD Connector is in.</p>"
},
"SubnetIds":{
"shape":"SubnetIds",
"documentation":"<p>A list of subnet identifiers in the VPC that the AD connector is in.</p>"
},
"CustomerUserName":{
"shape":"UserName",
"documentation":"<p>The username of the service account in the on-premises directory.</p>"
},
"SecurityGroupId":{
"shape":"SecurityGroupId",
"documentation":"<p>The security group identifier for the AD Connector directory.</p>"
},
"AvailabilityZones":{
"shape":"AvailabilityZones",
"documentation":"<p>A list of the Availability Zones that the directory is in.</p>"
},
"ConnectIps":{
"shape":"IpAddrs",
"documentation":"<p>The IP addresses of the AD Connector servers.</p>"
}
},
"documentation":"<p>Contains information about an AD Connector directory.</p>"
},
"DirectoryDescription":{
"type":"structure",
"members":{
"DirectoryId":{
"shape":"DirectoryId",
"documentation":"<p>The directory identifier.</p>"
},
"Name":{
"shape":"DirectoryName",
"documentation":"<p>The fully-qualified name of the directory.</p>"
},
"ShortName":{
"shape":"DirectoryShortName",
"documentation":"<p>The short name of the directory.</p>"
},
"Size":{
"shape":"DirectorySize",
"documentation":"<p>The directory size.</p>"
},
"Alias":{
"shape":"AliasName",
"documentation":"<p>The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as <code>d-XXXXXXXXXX</code>.</p>"
},
"AccessUrl":{
"shape":"AccessUrl",
"documentation":"<p>The access URL for the directory, such as <code>http://<![CDATA[&#x3C;]]>alias<![CDATA[&#x3E;]]>.awsapps.com</code>. If no alias has been created for the directory, <code><![CDATA[&#x3C;]]>alias<![CDATA[&#x3E;]]></code> is the directory identifier, such as <code>d-XXXXXXXXXX</code>.</p>"
},
"Description":{
"shape":"Description",
"documentation":"<p>The textual description for the directory.</p>"
},
"DnsIpAddrs":{
"shape":"DnsIpAddrs",
"documentation":"<p>The IP addresses of the DNS servers for the directory. For a Simple AD or Microsoft AD directory, these are the IP addresses of the Simple AD or Microsoft AD directory servers. For an AD Connector directory, these are the IP addresses of the DNS servers or domain controllers in the on-premises directory to which the AD Connector is connected.</p>"
},
"Stage":{
"shape":"DirectoryStage",
"documentation":"<p>The current stage of the directory.</p>"
},
"LaunchTime":{
"shape":"LaunchTime",
"documentation":"<p>Specifies when the directory was created.</p>"
},
"StageLastUpdatedDateTime":{
"shape":"LastUpdatedDateTime",
"documentation":"<p>The date and time that the stage was last updated.</p>"
},
"Type":{
"shape":"DirectoryType",
"documentation":"<p>The directory size.</p>"
},
"VpcSettings":{
"shape":"DirectoryVpcSettingsDescription",
"documentation":"<p>A <a>DirectoryVpcSettingsDescription</a> object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.</p>"
},
"ConnectSettings":{
"shape":"DirectoryConnectSettingsDescription",
"documentation":"<p>A <a>DirectoryConnectSettingsDescription</a> object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.</p>"
},
"RadiusSettings":{
"shape":"RadiusSettings",
"documentation":"<p>A <a>RadiusSettings</a> object that contains information about the RADIUS server configured for this directory.</p>"
},
"RadiusStatus":{
"shape":"RadiusStatus",
"documentation":"<p>The status of the RADIUS MFA server connection.</p>"
},
"StageReason":{
"shape":"StageReason",
"documentation":"<p>Additional information about the directory stage.</p>"
},
"SsoEnabled":{
"shape":"SsoEnabled",
"documentation":"<p>Indicates if single-sign on is enabled for the directory. For more information, see <a>EnableSso</a> and <a>DisableSso</a>.</p>"
}
},
"documentation":"<p>Contains information about an AWS Directory Service directory.</p>"
},
"DirectoryDescriptions":{
"type":"list",
"member":{"shape":"DirectoryDescription"},
"documentation":"<p>A list of directory descriptions.</p>"
},
"DirectoryId":{
"type":"string",
"pattern":"^d-[0-9a-f]{10}$"
},
"DirectoryIds":{
"type":"list",
"member":{"shape":"DirectoryId"},
"documentation":"<p>A list of directory identifiers.</p>"
},
"DirectoryLimitExceededException":{
"type":"structure",
"members":{
"Message":{"shape":"ExceptionMessage"},
"RequestId":{"shape":"RequestId"}
},
"documentation":"<p>The maximum number of directories in the region has been reached. You can use the <a>GetDirectoryLimits</a> operation to determine your directory limits in the region.</p>",
"exception":true
},
"DirectoryLimits":{
"type":"structure",
"members":{
"CloudOnlyDirectoriesLimit":{
"shape":"Limit",
"documentation":"<p>The maximum number of cloud directories allowed in the region.</p>"
},
"CloudOnlyDirectoriesCurrentCount":{
"shape":"Limit",
"documentation":"<p>The current number of cloud directories in the region.</p>"
},
"CloudOnlyDirectoriesLimitReached":{
"shape":"CloudOnlyDirectoriesLimitReached",
"documentation":"<p>Indicates if the cloud directory limit has been reached.</p>"
},
"CloudOnlyMicrosoftADLimit":{
"shape":"Limit",
"documentation":"The maximum number of Microsoft AD directories allowed in the region."
},
"CloudOnlyMicrosoftADCurrentCount":{
"shape":"Limit",
"documentation":"The current number of Microsoft AD directories in the region."
},
"CloudOnlyMicrosoftADLimitReached":{
"shape":"CloudOnlyDirectoriesLimitReached",
"documentation":"Indicates if the Microsoft AD directory limit has been reached."
},
"ConnectedDirectoriesLimit":{
"shape":"Limit",
"documentation":"<p>The maximum number of connected directories allowed in the region.</p>"
},
"ConnectedDirectoriesCurrentCount":{
"shape":"Limit",
"documentation":"<p>The current number of connected directories in the region.</p>"
},
"ConnectedDirectoriesLimitReached":{
"shape":"ConnectedDirectoriesLimitReached",
"documentation":"<p>Indicates if the connected directory limit has been reached.</p>"
}
},
"documentation":"<p>Contains directory limit information for a region.</p>"
},
"DirectoryName":{
"type":"string",
"pattern":"^([a-zA-Z0-9]+[\\\\.-])+([a-zA-Z0-9])+$"
},
"DirectoryShortName":{
"type":"string",
"pattern":"^[^\\\\/:*?\\\"\\<\\>|.]+[^\\\\/:*?\\\"<>|]*$"
},
"DirectorySize":{
"type":"string",
"enum":[
"Small",
"Large"
]
},
"DirectoryStage":{
"type":"string",
"enum":[
"Requested",
"Creating",
"Created",
"Active",
"Inoperable",
"Impaired",
"Restoring",
"RestoreFailed",
"Deleting",
"Deleted",
"Failed"
]
},
"DirectoryType":{
"type":"string",
"enum":[
"SimpleAD",
"ADConnector",
"MicrosoftAD"
]
},
"DirectoryUnavailableException":{
"type":"structure",
"members":{
"Message":{"shape":"ExceptionMessage"},
"RequestId":{"shape":"RequestId"}
},
"documentation":"<p>The specified directory is unavailable or could not be found.</p>",
"exception":true
},
"DirectoryVpcSettings":{
"type":"structure",
"required":[
"VpcId",
"SubnetIds"
],
"members":{
"VpcId":{
"shape":"VpcId",
"documentation":"<p>The identifier of the VPC in which to create the directory.</p>"
},
"SubnetIds":{
"shape":"SubnetIds",
"documentation":"<p>The identifiers of the subnets for the directory servers. The two subnets must be in different Availability Zones. AWS Directory Service creates a directory server and a DNS server in each of these subnets.</p>"
}
},
"documentation":"<p>Contains VPC information for the <a>CreateDirectory</a> or <a>CreateMicrosoftAD</a> operation.</p>"
},
"DirectoryVpcSettingsDescription":{
"type":"structure",
"members":{
"VpcId":{
"shape":"VpcId",
"documentation":"<p>The identifier of the VPC that the directory is in.</p>"
},
"SubnetIds":{
"shape":"SubnetIds",
"documentation":"<p>The identifiers of the subnets for the directory servers.</p>"
},
"SecurityGroupId":{
"shape":"SecurityGroupId",
"documentation":"<p>The security group identifier for the directory. If the directory was created before 8/1/2014, this is the identifier of the directory members security group that was created when the directory was created. If the directory was created after this date, this value is null.</p>"
},
"AvailabilityZones":{
"shape":"AvailabilityZones",
"documentation":"<p>The list of Availability Zones that the directory is in.</p>"
}
},
"documentation":"<p>Contains information about the directory.</p>"
},
"DisableRadiusRequest":{
"type":"structure",
"required":["DirectoryId"],
"members":{
"DirectoryId":{
"shape":"DirectoryId",
"documentation":"<p>The identifier of the directory for which to disable MFA.</p>"
}
},
"documentation":"<p>Contains the inputs for the <a>DisableRadius</a> operation.</p>"
},
"DisableRadiusResult":{
"type":"structure",
"members":{
},
"documentation":"<p>Contains the results of the <a>DisableRadius</a> operation.</p>"
},
"DisableSsoRequest":{
"type":"structure",
"required":["DirectoryId"],
"members":{
"DirectoryId":{
"shape":"DirectoryId",
"documentation":"<p>The identifier of the directory for which to disable single-sign on.</p>"
},
"UserName":{
"shape":"UserName",
"documentation":"<p>The username of an alternate account to use to disable single-sign on. This is only used for AD Connector directories. This account must have privileges to remove a service principal name. </p> <p>If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the <i>UserName</i> and <i>Password</i> parameters. These credentials are only used to disable single sign-on and are not stored by the service. The AD Connector service account is not changed.</p>"
},
"Password":{
"shape":"ConnectPassword",
"documentation":"<p>The password of an alternate account to use to disable single-sign on. This is only used for AD Connector directories. For more information, see the <i>UserName</i> parameter.</p>"
}
},
"documentation":"<p>Contains the inputs for the <a>DisableSso</a> operation.</p>"
},
"DisableSsoResult":{
"type":"structure",
"members":{
},
"documentation":"<p>Contains the results of the <a>DisableSso</a> operation.</p>"
},
"DnsIpAddrs":{
"type":"list",
"member":{"shape":"IpAddr"}
},
"EnableRadiusRequest":{
"type":"structure",
"required":[
"DirectoryId",
"RadiusSettings"
],
"members":{
"DirectoryId":{
"shape":"DirectoryId",
"documentation":"<p>The identifier of the directory for which to enable MFA.</p>"
},
"RadiusSettings":{
"shape":"RadiusSettings",
"documentation":"<p>A <a>RadiusSettings</a> object that contains information about the RADIUS server.</p>"
}
},
"documentation":"<p>Contains the inputs for the <a>EnableRadius</a> operation.</p>"
},
"EnableRadiusResult":{
"type":"structure",
"members":{
},
"documentation":"<p>Contains the results of the <a>EnableRadius</a> operation.</p>"
},
"EnableSsoRequest":{
"type":"structure",
"required":["DirectoryId"],
"members":{
"DirectoryId":{
"shape":"DirectoryId",
"documentation":"<p>The identifier of the directory for which to enable single-sign on.</p>"
},
"UserName":{
"shape":"UserName",
"documentation":"<p>The username of an alternate account to use to enable single-sign on. This is only used for AD Connector directories. This account must have privileges to add a service principal name. </p> <p>If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the <i>UserName</i> and <i>Password</i> parameters. These credentials are only used to enable single sign-on and are not stored by the service. The AD Connector service account is not changed.</p>"
},
"Password":{
"shape":"ConnectPassword",
"documentation":"<p>The password of an alternate account to use to enable single-sign on. This is only used for AD Connector directories. For more information, see the <i>UserName</i> parameter.</p>"
}
},
"documentation":"<p>Contains the inputs for the <a>EnableSso</a> operation.</p>"
},
"EnableSsoResult":{
"type":"structure",
"members":{
},
"documentation":"<p>Contains the results of the <a>EnableSso</a> operation.</p>"
},
"EntityAlreadyExistsException":{
"type":"structure",
"members":{
"Message":{"shape":"ExceptionMessage"},
"RequestId":{"shape":"RequestId"}
},
"documentation":"<p>The specified entity already exists.</p>",
"exception":true
},
"EntityDoesNotExistException":{
"type":"structure",
"members":{
"Message":{"shape":"ExceptionMessage"},
"RequestId":{"shape":"RequestId"}
},
"documentation":"<p>The specified entity could not be found.</p>",
"exception":true
},
"ExceptionMessage":{
"type":"string",
"documentation":"<p>The descriptive message for the exception.</p>"
},
"GetDirectoryLimitsRequest":{
"type":"structure",
"members":{
},
"documentation":"<p>Contains the inputs for the <a>GetDirectoryLimits</a> operation.</p>"
},
"GetDirectoryLimitsResult":{
"type":"structure",
"members":{
"DirectoryLimits":{
"shape":"DirectoryLimits",
"documentation":"<p>A <a>DirectoryLimits</a> object that contains the directory limits for the current region.</p>"
}
},
"documentation":"<p>Contains the results of the <a>GetDirectoryLimits</a> operation.</p>"
},
"GetSnapshotLimitsRequest":{
"type":"structure",
"required":["DirectoryId"],
"members":{
"DirectoryId":{
"shape":"DirectoryId",
"documentation":"<p>Contains the identifier of the directory to obtain the limits for.</p>"
}
},
"documentation":"<p>Contains the inputs for the <a>GetSnapshotLimits</a> operation.</p>"
},
"GetSnapshotLimitsResult":{
"type":"structure",
"members":{
"SnapshotLimits":{
"shape":"SnapshotLimits",
"documentation":"<p>A <a>SnapshotLimits</a> object that contains the manual snapshot limits for the specified directory.</p>"
}
},
"documentation":"<p>Contains the results of the <a>GetSnapshotLimits</a> operation.</p>"
},
"InsufficientPermissionsException":{
"type":"structure",
"members":{
"Message":{"shape":"ExceptionMessage"},
"RequestId":{"shape":"RequestId"}
},
"documentation":"<p>The account does not have sufficient permission to perform the operation.</p>",
"exception":true
},
"InvalidNextTokenException":{
"type":"structure",
"members":{
"Message":{"shape":"ExceptionMessage"},
"RequestId":{"shape":"RequestId"}
},
"documentation":"<p>The <i>NextToken</i> value is not valid.</p>",
"exception":true
},
"InvalidParameterException":{
"type":"structure",
"members":{
"Message":{"shape":"ExceptionMessage"},
"RequestId":{"shape":"RequestId"}
},
"documentation":"<p>One or more parameters are not valid.</p>",
"exception":true
},
"IpAddr":{
"type":"string",
"pattern":"^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$"
},
"IpAddrs":{
"type":"list",
"member":{"shape":"IpAddr"}
},
"LastUpdatedDateTime":{"type":"timestamp"},
"LaunchTime":{"type":"timestamp"},
"Limit":{
"type":"integer",
"min":0
},
"ManualSnapshotsLimitReached":{"type":"boolean"},
"NextToken":{"type":"string"},
"OrganizationalUnitDN":{
"type":"string",
"max":2000,
"min":1
},
"Password":{
"type":"string",
"pattern":"(?=^.{8,64}$)((?=.*\\d)(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[^A-Za-z0-9\\s])(?=.*[a-z])|(?=.*[^A-Za-z0-9\\s])(?=.*[A-Z])(?=.*[a-z])|(?=.*\\d)(?=.*[A-Z])(?=.*[^A-Za-z0-9\\s]))^.*",
"sensitive":true
},
"PortNumber":{
"type":"integer",
"max":65535,
"min":1025
},
"RadiusAuthenticationProtocol":{
"type":"string",
"enum":[
"PAP",
"CHAP",
"MS-CHAPv1",
"MS-CHAPv2"
]
},
"RadiusDisplayLabel":{
"type":"string",
"max":64,
"min":1
},
"RadiusRetries":{
"type":"integer",
"max":10,
"min":0
},
"RadiusSettings":{
"type":"structure",
"members":{
"RadiusServers":{
"shape":"Servers",
"documentation":"<p>An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.</p>"
},
"RadiusPort":{
"shape":"PortNumber",
"documentation":"<p>The port that your RADIUS server is using for communications. Your on-premises network must allow inbound traffic over this port from the AWS Directory Service servers.</p>"
},
"RadiusTimeout":{
"shape":"RadiusTimeout",
"documentation":"<p>The amount of time, in seconds, to wait for the RADIUS server to respond.</p>"
},
"RadiusRetries":{
"shape":"RadiusRetries",
"documentation":"<p>The maximum number of times that communication with the RADIUS server is attempted. </p>"
},
"SharedSecret":{
"shape":"RadiusSharedSecret",
"documentation":"<p>The shared secret code that was specified when your RADIUS endpoints were created.</p>"
},
"AuthenticationProtocol":{
"shape":"RadiusAuthenticationProtocol",
"documentation":"<p>The protocol specified for your RADIUS endpoints.</p>"
},
"DisplayLabel":{
"shape":"RadiusDisplayLabel",
"documentation":"<p>Not currently used.</p>"
},
"UseSameUsername":{
"shape":"UseSameUsername",
"documentation":"<p>Not currently used.</p>"
}
},
"documentation":"<p>Contains information about a Remote Authentication Dial In User Service (RADIUS) server.</p>"
},
"RadiusSharedSecret":{
"type":"string",
"max":512,
"min":8,
"sensitive":true
},
"RadiusStatus":{
"type":"string",
"enum":[
"Creating",
"Completed",
"Failed"
]
},
"RadiusTimeout":{
"type":"integer",
"max":20,
"min":1
},
"RemoteDomainName":{
"type":"string",
"pattern":"^([a-zA-Z0-9]+[\\\\.-])+([a-zA-Z0-9])+[.]?$"
},
"RequestId":{
"type":"string",
"documentation":"<p>The AWS request identifier.</p>",
"pattern":"^([A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12})$"
},
"RestoreFromSnapshotRequest":{
"type":"structure",
"required":["SnapshotId"],
"members":{
"SnapshotId":{
"shape":"SnapshotId",
"documentation":"<p>The identifier of the snapshot to restore from.</p>"
}
},
"documentation":"<p>An object representing the inputs for the <a>RestoreFromSnapshot</a> operation.</p>"
},
"RestoreFromSnapshotResult":{
"type":"structure",
"members":{
},
"documentation":"<p>Contains the results of the <a>RestoreFromSnapshot</a> operation.</p>"
},
"SID":{
"type":"string",
"max":256,
"min":1,
"pattern":"[&\\w+-.@]+"
},
"SecurityGroupId":{
"type":"string",
"pattern":"^(sg-[0-9a-f]{8})$"
},
"Server":{
"type":"string",
"max":256,
"min":1
},
"Servers":{
"type":"list",
"member":{"shape":"Server"}
},
"ServiceException":{
"type":"structure",
"members":{
"Message":{"shape":"ExceptionMessage"},
"RequestId":{"shape":"RequestId"}
},
"documentation":"<p>An exception has occurred in AWS Directory Service.</p>",
"exception":true,
"fault":true
},
"Snapshot":{
"type":"structure",
"members":{
"DirectoryId":{
"shape":"DirectoryId",
"documentation":"<p>The directory identifier.</p>"
},
"SnapshotId":{
"shape":"SnapshotId",
"documentation":"<p>The snapshot identifier.</p>"
},
"Type":{
"shape":"SnapshotType",
"documentation":"<p>The snapshot type.</p>"
},
"Name":{
"shape":"SnapshotName",
"documentation":"<p>The descriptive name of the snapshot.</p>"
},
"Status":{
"shape":"SnapshotStatus",
"documentation":"<p>The snapshot status.</p>"
},
"StartTime":{
"shape":"StartTime",
"documentation":"<p>The date and time that the snapshot was taken.</p>"
}
},
"documentation":"<p>Describes a directory snapshot.</p>"
},
"SnapshotId":{
"type":"string",
"pattern":"^s-[0-9a-f]{10}$"
},
"SnapshotIds":{
"type":"list",
"member":{"shape":"SnapshotId"},
"documentation":"<p>A list of directory snapshot identifiers.</p>"
},
"SnapshotLimitExceededException":{
"type":"structure",
"members":{
"Message":{"shape":"ExceptionMessage"},
"RequestId":{"shape":"RequestId"}
},
"documentation":"<p>The maximum number of manual snapshots for the directory has been reached. You can use the <a>GetSnapshotLimits</a> operation to determine the snapshot limits for a directory.</p>",
"exception":true
},
"SnapshotLimits":{
"type":"structure",
"members":{
"ManualSnapshotsLimit":{
"shape":"Limit",
"documentation":"<p>The maximum number of manual snapshots allowed.</p>"
},
"ManualSnapshotsCurrentCount":{
"shape":"Limit",
"documentation":"<p>The current number of manual snapshots of the directory.</p>"
},
"ManualSnapshotsLimitReached":{
"shape":"ManualSnapshotsLimitReached",
"documentation":"<p>Indicates if the manual snapshot limit has been reached.</p>"
}
},
"documentation":"<p>Contains manual snapshot limit information for a directory.</p>"
},
"SnapshotName":{
"type":"string",
"max":128,
"min":0,
"pattern":"^([a-zA-Z0-9_])[\\\\a-zA-Z0-9_@#%*+=:?./!\\s-]*$"
},
"SnapshotStatus":{
"type":"string",
"enum":[
"Creating",
"Completed",
"Failed"
]
},
"SnapshotType":{
"type":"string",
"enum":[
"Auto",
"Manual"
]
},
"Snapshots":{
"type":"list",
"member":{"shape":"Snapshot"},
"documentation":"<p>A list of descriptions of directory snapshots.</p>"
},
"SsoEnabled":{"type":"boolean"},
"StageReason":{"type":"string"},
"StartTime":{"type":"timestamp"},
"StateLastUpdatedDateTime":{"type":"timestamp"},
"SubnetId":{
"type":"string",
"pattern":"^(subnet-[0-9a-f]{8})$"
},
"SubnetIds":{
"type":"list",
"member":{"shape":"SubnetId"}
},
"Trust":{
"type":"structure",
"members":{
"DirectoryId":{
"shape":"DirectoryId",
"documentation":"The Directory ID of the AWS directory involved in the trust relationship."
},
"TrustId":{
"shape":"TrustId",
"documentation":"The unique ID of the trust relationship."
},
"RemoteDomainName":{
"shape":"RemoteDomainName",
"documentation":"The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship."
},
"TrustType":{
"shape":"TrustType",
"documentation":"The trust relationship type."
},
"TrustDirection":{
"shape":"TrustDirection",
"documentation":"The trust relationship direction."
},
"TrustState":{
"shape":"TrustState",
"documentation":"The trust relationship state."
},
"CreatedDateTime":{
"shape":"CreatedDateTime",
"documentation":"The date and time that the trust relationship was created."
},
"LastUpdatedDateTime":{
"shape":"LastUpdatedDateTime",
"documentation":"The date and time that the trust relationship was last updated."
},
"StateLastUpdatedDateTime":{
"shape":"StateLastUpdatedDateTime",
"documentation":"The date and time that the TrustState was last updated."
}
},
"documentation":"Describes a trust relationship between an Microsoft AD in the AWS cloud and an external domain."
},
"TrustDirection":{
"type":"string",
"enum":[
"One-Way: Outgoing",
"One-Way: Incoming",
"Two-Way"
]
},
"TrustId":{
"type":"string",
"pattern":"^t-[0-9a-f]{10}$"
},
"TrustIds":{
"type":"list",
"member":{"shape":"TrustId"}
},
"TrustPassword":{
"type":"string",
"max":128,
"min":1,
"sensitive":true
},
"TrustState":{
"type":"string",
"enum":[
"Creating",
"Created",
"Verifying",
"VerifyFailed",
"Verified",
"Deleting",
"Deleted",
"Failed"
]
},
"TrustType":{
"type":"string",
"enum":["Forest"]
},
"Trusts":{
"type":"list",
"member":{"shape":"Trust"}
},
"UnsupportedOperationException":{
"type":"structure",
"members":{
"Message":{"shape":"ExceptionMessage"},
"RequestId":{"shape":"RequestId"}
},
"documentation":"<p>The operation is not supported.</p>",
"exception":true
},
"UpdateRadiusRequest":{
"type":"structure",
"required":[
"DirectoryId",
"RadiusSettings"
],
"members":{
"DirectoryId":{
"shape":"DirectoryId",
"documentation":"<p>The identifier of the directory for which to update the RADIUS server information.</p>"
},
"RadiusSettings":{
"shape":"RadiusSettings",
"documentation":"<p>A <a>RadiusSettings</a> object that contains information about the RADIUS server.</p>"
}
},
"documentation":"<p>Contains the inputs for the <a>UpdateRadius</a> operation.</p>"
},
"UpdateRadiusResult":{
"type":"structure",
"members":{
},
"documentation":"<p>Contains the results of the <a>UpdateRadius</a> operation.</p>"
},
"UseSameUsername":{"type":"boolean"},
"UserName":{
"type":"string",
"min":1,
"pattern":"[a-zA-Z0-9._-]+"
},
"VerifyTrustRequest":{
"type":"structure",
"required":["TrustId"],
"members":{
"TrustId":{
"shape":"TrustId",
"documentation":"The unique Trust ID of the trust relationship to verify."
}
},
"documentation":"Initiates the verification of an existing trust relationship between a Microsoft AD in the AWS cloud and an external domain."
},
"VerifyTrustResult":{
"type":"structure",
"members":{
"TrustId":{
"shape":"TrustId",
"documentation":"The unique Trust ID of the trust relationship that was verified."
}
}
},
"VpcId":{
"type":"string",
"pattern":"^(vpc-[0-9a-f]{8})$"
}
},
"documentation":"<fullname>AWS Directory Service</fullname> <p>This is the <i>AWS Directory Service API Reference</i>. This guide provides detailed information about AWS Directory Service operations, data types, parameters, and errors.</p>"
}