All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.ds-2015-04-16-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for AWS Directory Service module holds the client classes that is used for communicating with AWS Directory Service

There is a newer version: 1.11.486
Show newest version
{
  "metadata" : {
    "apiVersion" : "2015-04-16",
    "protocol" : "json",
    "checksumFormat" : null,
    "documentation" : "AWS Directory Service 

This is the AWS Directory Service API Reference. This guide provides detailed information about AWS Directory Service operations, data types, parameters, and errors.

", "defaultEndpoint" : "https://ds.us-east-1.amazonaws.com", "defaultEndpointWithoutHttpProtocol" : "ds.us-east-1.amazonaws.com", "syncInterface" : "AWSDirectoryService", "syncClient" : "AWSDirectoryServiceClient", "asyncInterface" : "AWSDirectoryServiceAsync", "asyncClient" : "AWSDirectoryServiceAsyncClient", "packageName" : "com.amazonaws.services.directory", "packagePath" : "com/amazonaws/services/directory", "serviceAbbreviation" : "Directory Service", "serviceFullName" : "AWS Directory Service", "hasApiWithStreamInput" : false, "contentType" : null, "jsonVersion" : "1.1", "endpointPrefix" : "ds", "signingName" : "ds", "protocolDefaultExceptionUmarshallerImpl" : null, "serviceName" : "Directory Service", "cborProtocol" : false, "unmarshallerContextClassName" : "JsonUnmarshallerContext", "unmarshallerClassSuffix" : "JsonUnmarshaller", "jsonProtocol" : true, "xmlProtocol" : false }, "operations" : { "AddTagsToResource" : { "documentation" : "

Adds or overwrites one or more tags for the specified Amazon Directory Services directory. Each directory can have a maximum of 10 tags. Each tag consists of a key and optional value. Tag keys must be unique per resource.

", "operationName" : "AddTagsToResource", "deprecated" : false, "input" : { "variableName" : "addTagsToResourceRequest", "variableType" : "AddTagsToResourceRequest", "variableDeclarationType" : "AddTagsToResourceRequest", "documentation" : "", "simpleType" : "AddTagsToResourceRequest", "variableSetterType" : "AddTagsToResourceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "AddTagsToResourceResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "TagLimitExceededException", "documentation" : "

The maximum allowed number of tags was exceeded.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "AddTagsToResourceResult", "asyncReturnType" : "AddTagsToResourceResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "addTagsToResource" }, "ConnectDirectory" : { "documentation" : "

Creates an AD Connector to connect to an on-premises directory.

", "operationName" : "ConnectDirectory", "deprecated" : false, "input" : { "variableName" : "connectDirectoryRequest", "variableType" : "ConnectDirectoryRequest", "variableDeclarationType" : "ConnectDirectoryRequest", "documentation" : "

Contains the inputs for the ConnectDirectory operation.

", "simpleType" : "ConnectDirectoryRequest", "variableSetterType" : "ConnectDirectoryRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ConnectDirectoryResult", "documentation" : "

Contains the results of the ConnectDirectory operation.

" }, "exceptions" : [ { "exceptionName" : "DirectoryLimitExceededException", "documentation" : "

The maximum number of directories in the region has been reached. You can use the GetDirectoryLimits operation to determine your directory limits in the region.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ConnectDirectoryResult", "asyncReturnType" : "ConnectDirectoryResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "connectDirectory" }, "CreateAlias" : { "documentation" : "

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 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.

", "operationName" : "CreateAlias", "deprecated" : false, "input" : { "variableName" : "createAliasRequest", "variableType" : "CreateAliasRequest", "variableDeclarationType" : "CreateAliasRequest", "documentation" : "

Contains the inputs for the CreateAlias operation.

", "simpleType" : "CreateAliasRequest", "variableSetterType" : "CreateAliasRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateAliasResult", "documentation" : "

Contains the results of the CreateAlias operation.

" }, "exceptions" : [ { "exceptionName" : "EntityAlreadyExistsException", "documentation" : "

The specified entity already exists.

" }, { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateAliasResult", "asyncReturnType" : "CreateAliasResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createAlias" }, "CreateComputer" : { "documentation" : "

Creates a computer account in the specified directory, and joins the computer to the directory.

", "operationName" : "CreateComputer", "deprecated" : false, "input" : { "variableName" : "createComputerRequest", "variableType" : "CreateComputerRequest", "variableDeclarationType" : "CreateComputerRequest", "documentation" : "

Contains the inputs for the CreateComputer operation.

", "simpleType" : "CreateComputerRequest", "variableSetterType" : "CreateComputerRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateComputerResult", "documentation" : "

Contains the results for the CreateComputer operation.

" }, "exceptions" : [ { "exceptionName" : "AuthenticationFailedException", "documentation" : "

An authentication error occurred.

" }, { "exceptionName" : "DirectoryUnavailableException", "documentation" : "

The specified directory is unavailable or could not be found.

" }, { "exceptionName" : "EntityAlreadyExistsException", "documentation" : "

The specified entity already exists.

" }, { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "UnsupportedOperationException", "documentation" : "

The operation is not supported.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateComputerResult", "asyncReturnType" : "CreateComputerResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createComputer" }, "CreateConditionalForwarder" : { "documentation" : "

Creates a conditional forwarder associated with your AWS directory. Conditional forwarders are required in order to set up a trust relationship with another domain. The conditional forwarder points to the trusted domain.

", "operationName" : "CreateConditionalForwarder", "deprecated" : false, "input" : { "variableName" : "createConditionalForwarderRequest", "variableType" : "CreateConditionalForwarderRequest", "variableDeclarationType" : "CreateConditionalForwarderRequest", "documentation" : "

Initiates the creation of a conditional forwarder for your AWS Directory Service for Microsoft Active Directory. Conditional forwarders are required in order to set up a trust relationship with another domain.

", "simpleType" : "CreateConditionalForwarderRequest", "variableSetterType" : "CreateConditionalForwarderRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateConditionalForwarderResult", "documentation" : "

The result of a CreateConditinalForwarder request.

" }, "exceptions" : [ { "exceptionName" : "EntityAlreadyExistsException", "documentation" : "

The specified entity already exists.

" }, { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "DirectoryUnavailableException", "documentation" : "

The specified directory is unavailable or could not be found.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "UnsupportedOperationException", "documentation" : "

The operation is not supported.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateConditionalForwarderResult", "asyncReturnType" : "CreateConditionalForwarderResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createConditionalForwarder" }, "CreateDirectory" : { "documentation" : "

Creates a Simple AD directory.

", "operationName" : "CreateDirectory", "deprecated" : false, "input" : { "variableName" : "createDirectoryRequest", "variableType" : "CreateDirectoryRequest", "variableDeclarationType" : "CreateDirectoryRequest", "documentation" : "

Contains the inputs for the CreateDirectory operation.

", "simpleType" : "CreateDirectoryRequest", "variableSetterType" : "CreateDirectoryRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateDirectoryResult", "documentation" : "

Contains the results of the CreateDirectory operation.

" }, "exceptions" : [ { "exceptionName" : "DirectoryLimitExceededException", "documentation" : "

The maximum number of directories in the region has been reached. You can use the GetDirectoryLimits operation to determine your directory limits in the region.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateDirectoryResult", "asyncReturnType" : "CreateDirectoryResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createDirectory" }, "CreateMicrosoftAD" : { "documentation" : "

Creates a Microsoft AD in the AWS cloud.

", "operationName" : "CreateMicrosoftAD", "deprecated" : false, "input" : { "variableName" : "createMicrosoftADRequest", "variableType" : "CreateMicrosoftADRequest", "variableDeclarationType" : "CreateMicrosoftADRequest", "documentation" : "

Creates a Microsoft AD in the AWS cloud.

", "simpleType" : "CreateMicrosoftADRequest", "variableSetterType" : "CreateMicrosoftADRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateMicrosoftADResult", "documentation" : "

Result of a CreateMicrosoftAD request.

" }, "exceptions" : [ { "exceptionName" : "DirectoryLimitExceededException", "documentation" : "

The maximum number of directories in the region has been reached. You can use the GetDirectoryLimits operation to determine your directory limits in the region.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" }, { "exceptionName" : "UnsupportedOperationException", "documentation" : "

The operation is not supported.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateMicrosoftADResult", "asyncReturnType" : "CreateMicrosoftADResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createMicrosoftAD" }, "CreateSnapshot" : { "documentation" : "

Creates a snapshot of a Simple AD or Microsoft AD directory in the AWS cloud.

You cannot take snapshots of AD Connector directories.

", "operationName" : "CreateSnapshot", "deprecated" : false, "input" : { "variableName" : "createSnapshotRequest", "variableType" : "CreateSnapshotRequest", "variableDeclarationType" : "CreateSnapshotRequest", "documentation" : "

Contains the inputs for the CreateSnapshot operation.

", "simpleType" : "CreateSnapshotRequest", "variableSetterType" : "CreateSnapshotRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateSnapshotResult", "documentation" : "

Contains the results of the CreateSnapshot operation.

" }, "exceptions" : [ { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "SnapshotLimitExceededException", "documentation" : "

The maximum number of manual snapshots for the directory has been reached. You can use the GetSnapshotLimits operation to determine the snapshot limits for a directory.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateSnapshotResult", "asyncReturnType" : "CreateSnapshotResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createSnapshot" }, "CreateTrust" : { "documentation" : "

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.

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.

", "operationName" : "CreateTrust", "deprecated" : false, "input" : { "variableName" : "createTrustRequest", "variableType" : "CreateTrustRequest", "variableDeclarationType" : "CreateTrustRequest", "documentation" : "

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.

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.

", "simpleType" : "CreateTrustRequest", "variableSetterType" : "CreateTrustRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "CreateTrustResult", "documentation" : "

The result of a CreateTrust request.

" }, "exceptions" : [ { "exceptionName" : "EntityAlreadyExistsException", "documentation" : "

The specified entity already exists.

" }, { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" }, { "exceptionName" : "UnsupportedOperationException", "documentation" : "

The operation is not supported.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "CreateTrustResult", "asyncReturnType" : "CreateTrustResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "createTrust" }, "DeleteConditionalForwarder" : { "documentation" : "

Deletes a conditional forwarder that has been set up for your AWS directory.

", "operationName" : "DeleteConditionalForwarder", "deprecated" : false, "input" : { "variableName" : "deleteConditionalForwarderRequest", "variableType" : "DeleteConditionalForwarderRequest", "variableDeclarationType" : "DeleteConditionalForwarderRequest", "documentation" : "

Deletes a conditional forwarder.

", "simpleType" : "DeleteConditionalForwarderRequest", "variableSetterType" : "DeleteConditionalForwarderRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteConditionalForwarderResult", "documentation" : "

The result of a DeleteConditionalForwarder request.

" }, "exceptions" : [ { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "DirectoryUnavailableException", "documentation" : "

The specified directory is unavailable or could not be found.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "UnsupportedOperationException", "documentation" : "

The operation is not supported.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteConditionalForwarderResult", "asyncReturnType" : "DeleteConditionalForwarderResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteConditionalForwarder" }, "DeleteDirectory" : { "documentation" : "

Deletes an AWS Directory Service directory.

", "operationName" : "DeleteDirectory", "deprecated" : false, "input" : { "variableName" : "deleteDirectoryRequest", "variableType" : "DeleteDirectoryRequest", "variableDeclarationType" : "DeleteDirectoryRequest", "documentation" : "

Contains the inputs for the DeleteDirectory operation.

", "simpleType" : "DeleteDirectoryRequest", "variableSetterType" : "DeleteDirectoryRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteDirectoryResult", "documentation" : "

Contains the results of the DeleteDirectory operation.

" }, "exceptions" : [ { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteDirectoryResult", "asyncReturnType" : "DeleteDirectoryResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteDirectory" }, "DeleteSnapshot" : { "documentation" : "

Deletes a directory snapshot.

", "operationName" : "DeleteSnapshot", "deprecated" : false, "input" : { "variableName" : "deleteSnapshotRequest", "variableType" : "DeleteSnapshotRequest", "variableDeclarationType" : "DeleteSnapshotRequest", "documentation" : "

Contains the inputs for the DeleteSnapshot operation.

", "simpleType" : "DeleteSnapshotRequest", "variableSetterType" : "DeleteSnapshotRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteSnapshotResult", "documentation" : "

Contains the results of the DeleteSnapshot operation.

" }, "exceptions" : [ { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteSnapshotResult", "asyncReturnType" : "DeleteSnapshotResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteSnapshot" }, "DeleteTrust" : { "documentation" : "

Deletes an existing trust relationship between your Microsoft AD in the AWS cloud and an external domain.

", "operationName" : "DeleteTrust", "deprecated" : false, "input" : { "variableName" : "deleteTrustRequest", "variableType" : "DeleteTrustRequest", "variableDeclarationType" : "DeleteTrustRequest", "documentation" : "

Deletes the local side of an existing trust relationship between the Microsoft AD in the AWS cloud and the external domain.

", "simpleType" : "DeleteTrustRequest", "variableSetterType" : "DeleteTrustRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeleteTrustResult", "documentation" : "

The result of a DeleteTrust request.

" }, "exceptions" : [ { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" }, { "exceptionName" : "UnsupportedOperationException", "documentation" : "

The operation is not supported.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeleteTrustResult", "asyncReturnType" : "DeleteTrustResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deleteTrust" }, "DeregisterEventTopic" : { "documentation" : "

Removes the specified directory as a publisher to the specified SNS topic.

", "operationName" : "DeregisterEventTopic", "deprecated" : false, "input" : { "variableName" : "deregisterEventTopicRequest", "variableType" : "DeregisterEventTopicRequest", "variableDeclarationType" : "DeregisterEventTopicRequest", "documentation" : "

Removes the specified directory as a publisher to the specified SNS topic.

", "simpleType" : "DeregisterEventTopicRequest", "variableSetterType" : "DeregisterEventTopicRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DeregisterEventTopicResult", "documentation" : "

The result of a DeregisterEventTopic request.

" }, "exceptions" : [ { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DeregisterEventTopicResult", "asyncReturnType" : "DeregisterEventTopicResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "deregisterEventTopic" }, "DescribeConditionalForwarders" : { "documentation" : "

Obtains 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.

", "operationName" : "DescribeConditionalForwarders", "deprecated" : false, "input" : { "variableName" : "describeConditionalForwardersRequest", "variableType" : "DescribeConditionalForwardersRequest", "variableDeclarationType" : "DescribeConditionalForwardersRequest", "documentation" : "

Describes a conditional forwarder.

", "simpleType" : "DescribeConditionalForwardersRequest", "variableSetterType" : "DescribeConditionalForwardersRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeConditionalForwardersResult", "documentation" : "

The result of a DescribeConditionalForwarder request.

" }, "exceptions" : [ { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "DirectoryUnavailableException", "documentation" : "

The specified directory is unavailable or could not be found.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "UnsupportedOperationException", "documentation" : "

The operation is not supported.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeConditionalForwardersResult", "asyncReturnType" : "DescribeConditionalForwardersResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeConditionalForwarders" }, "DescribeDirectories" : { "documentation" : "

Obtains information about the directories that belong to this account.

You can retrieve information about specific directories by passing the directory identifiers in the DirectoryIds parameter. Otherwise, all directories that belong to the current account are returned.

This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the DescribeDirectoriesResult.NextToken member contains a token that you pass in the next call to DescribeDirectories to retrieve the next set of items.

You can also specify a maximum number of return results with the Limit parameter.

", "operationName" : "DescribeDirectories", "deprecated" : false, "input" : { "variableName" : "describeDirectoriesRequest", "variableType" : "DescribeDirectoriesRequest", "variableDeclarationType" : "DescribeDirectoriesRequest", "documentation" : "

Contains the inputs for the DescribeDirectories operation.

", "simpleType" : "DescribeDirectoriesRequest", "variableSetterType" : "DescribeDirectoriesRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeDirectoriesResult", "documentation" : "

Contains the results of the DescribeDirectories operation.

" }, "exceptions" : [ { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The NextToken value is not valid.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeDirectoriesResult", "asyncReturnType" : "DescribeDirectoriesResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeDirectories" }, "DescribeEventTopics" : { "documentation" : "

Obtains information about which 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.

", "operationName" : "DescribeEventTopics", "deprecated" : false, "input" : { "variableName" : "describeEventTopicsRequest", "variableType" : "DescribeEventTopicsRequest", "variableDeclarationType" : "DescribeEventTopicsRequest", "documentation" : "

Describes event topics.

", "simpleType" : "DescribeEventTopicsRequest", "variableSetterType" : "DescribeEventTopicsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeEventTopicsResult", "documentation" : "

The result of a DescribeEventTopic request.

" }, "exceptions" : [ { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeEventTopicsResult", "asyncReturnType" : "DescribeEventTopicsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeEventTopics" }, "DescribeSnapshots" : { "documentation" : "

Obtains 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 to retrieve the next set of items.

You can also specify a maximum number of return results with the Limit parameter.

", "operationName" : "DescribeSnapshots", "deprecated" : false, "input" : { "variableName" : "describeSnapshotsRequest", "variableType" : "DescribeSnapshotsRequest", "variableDeclarationType" : "DescribeSnapshotsRequest", "documentation" : "

Contains the inputs for the DescribeSnapshots operation.

", "simpleType" : "DescribeSnapshotsRequest", "variableSetterType" : "DescribeSnapshotsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeSnapshotsResult", "documentation" : "

Contains the results of the DescribeSnapshots operation.

" }, "exceptions" : [ { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The NextToken value is not valid.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeSnapshotsResult", "asyncReturnType" : "DescribeSnapshotsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeSnapshots" }, "DescribeTrusts" : { "documentation" : "

Obtains 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.

", "operationName" : "DescribeTrusts", "deprecated" : false, "input" : { "variableName" : "describeTrustsRequest", "variableType" : "DescribeTrustsRequest", "variableDeclarationType" : "DescribeTrustsRequest", "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.

", "simpleType" : "DescribeTrustsRequest", "variableSetterType" : "DescribeTrustsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DescribeTrustsResult", "documentation" : "

The result of a DescribeTrust request.

" }, "exceptions" : [ { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The NextToken value is not valid.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" }, { "exceptionName" : "UnsupportedOperationException", "documentation" : "

The operation is not supported.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DescribeTrustsResult", "asyncReturnType" : "DescribeTrustsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "describeTrusts" }, "DisableRadius" : { "documentation" : "

Disables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector directory.

", "operationName" : "DisableRadius", "deprecated" : false, "input" : { "variableName" : "disableRadiusRequest", "variableType" : "DisableRadiusRequest", "variableDeclarationType" : "DisableRadiusRequest", "documentation" : "

Contains the inputs for the DisableRadius operation.

", "simpleType" : "DisableRadiusRequest", "variableSetterType" : "DisableRadiusRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DisableRadiusResult", "documentation" : "

Contains the results of the DisableRadius operation.

" }, "exceptions" : [ { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DisableRadiusResult", "asyncReturnType" : "DisableRadiusResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "disableRadius" }, "DisableSso" : { "documentation" : "

Disables single-sign on for a directory.

", "operationName" : "DisableSso", "deprecated" : false, "input" : { "variableName" : "disableSsoRequest", "variableType" : "DisableSsoRequest", "variableDeclarationType" : "DisableSsoRequest", "documentation" : "

Contains the inputs for the DisableSso operation.

", "simpleType" : "DisableSsoRequest", "variableSetterType" : "DisableSsoRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "DisableSsoResult", "documentation" : "

Contains the results of the DisableSso operation.

" }, "exceptions" : [ { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "InsufficientPermissionsException", "documentation" : "

The account does not have sufficient permission to perform the operation.

" }, { "exceptionName" : "AuthenticationFailedException", "documentation" : "

An authentication error occurred.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "DisableSsoResult", "asyncReturnType" : "DisableSsoResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "disableSso" }, "EnableRadius" : { "documentation" : "

Enables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector directory.

", "operationName" : "EnableRadius", "deprecated" : false, "input" : { "variableName" : "enableRadiusRequest", "variableType" : "EnableRadiusRequest", "variableDeclarationType" : "EnableRadiusRequest", "documentation" : "

Contains the inputs for the EnableRadius operation.

", "simpleType" : "EnableRadiusRequest", "variableSetterType" : "EnableRadiusRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "EnableRadiusResult", "documentation" : "

Contains the results of the EnableRadius operation.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "EntityAlreadyExistsException", "documentation" : "

The specified entity already exists.

" }, { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "EnableRadiusResult", "asyncReturnType" : "EnableRadiusResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "enableRadius" }, "EnableSso" : { "documentation" : "

Enables single-sign on for a directory.

", "operationName" : "EnableSso", "deprecated" : false, "input" : { "variableName" : "enableSsoRequest", "variableType" : "EnableSsoRequest", "variableDeclarationType" : "EnableSsoRequest", "documentation" : "

Contains the inputs for the EnableSso operation.

", "simpleType" : "EnableSsoRequest", "variableSetterType" : "EnableSsoRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "EnableSsoResult", "documentation" : "

Contains the results of the EnableSso operation.

" }, "exceptions" : [ { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "InsufficientPermissionsException", "documentation" : "

The account does not have sufficient permission to perform the operation.

" }, { "exceptionName" : "AuthenticationFailedException", "documentation" : "

An authentication error occurred.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "EnableSsoResult", "asyncReturnType" : "EnableSsoResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "enableSso" }, "GetDirectoryLimits" : { "documentation" : "

Obtains directory limit information for the current region.

", "operationName" : "GetDirectoryLimits", "deprecated" : false, "input" : { "variableName" : "getDirectoryLimitsRequest", "variableType" : "GetDirectoryLimitsRequest", "variableDeclarationType" : "GetDirectoryLimitsRequest", "documentation" : "

Contains the inputs for the GetDirectoryLimits operation.

", "simpleType" : "GetDirectoryLimitsRequest", "variableSetterType" : "GetDirectoryLimitsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetDirectoryLimitsResult", "documentation" : "

Contains the results of the GetDirectoryLimits operation.

" }, "exceptions" : [ { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetDirectoryLimitsResult", "asyncReturnType" : "GetDirectoryLimitsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getDirectoryLimits" }, "GetSnapshotLimits" : { "documentation" : "

Obtains the manual snapshot limits for a directory.

", "operationName" : "GetSnapshotLimits", "deprecated" : false, "input" : { "variableName" : "getSnapshotLimitsRequest", "variableType" : "GetSnapshotLimitsRequest", "variableDeclarationType" : "GetSnapshotLimitsRequest", "documentation" : "

Contains the inputs for the GetSnapshotLimits operation.

", "simpleType" : "GetSnapshotLimitsRequest", "variableSetterType" : "GetSnapshotLimitsRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "GetSnapshotLimitsResult", "documentation" : "

Contains the results of the GetSnapshotLimits operation.

" }, "exceptions" : [ { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "GetSnapshotLimitsResult", "asyncReturnType" : "GetSnapshotLimitsResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "getSnapshotLimits" }, "ListTagsForResource" : { "documentation" : "

Lists all tags on an Amazon Directory Services directory.

", "operationName" : "ListTagsForResource", "deprecated" : false, "input" : { "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "variableDeclarationType" : "ListTagsForResourceRequest", "documentation" : "", "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "ListTagsForResourceResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "InvalidNextTokenException", "documentation" : "

The NextToken value is not valid.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "ListTagsForResourceResult", "asyncReturnType" : "ListTagsForResourceResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "listTagsForResource" }, "RegisterEventTopic" : { "documentation" : "

Associates a directory with an SNS topic. This establishes the directory as a publisher to the specified 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.

", "operationName" : "RegisterEventTopic", "deprecated" : false, "input" : { "variableName" : "registerEventTopicRequest", "variableType" : "RegisterEventTopicRequest", "variableDeclarationType" : "RegisterEventTopicRequest", "documentation" : "

Registers a new event topic.

", "simpleType" : "RegisterEventTopicRequest", "variableSetterType" : "RegisterEventTopicRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RegisterEventTopicResult", "documentation" : "

The result of a RegisterEventTopic request.

" }, "exceptions" : [ { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "RegisterEventTopicResult", "asyncReturnType" : "RegisterEventTopicResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "registerEventTopic" }, "RemoveTagsFromResource" : { "documentation" : "

Removes tags from an Amazon Directory Services directory.

", "operationName" : "RemoveTagsFromResource", "deprecated" : false, "input" : { "variableName" : "removeTagsFromResourceRequest", "variableType" : "RemoveTagsFromResourceRequest", "variableDeclarationType" : "RemoveTagsFromResourceRequest", "documentation" : "", "simpleType" : "RemoveTagsFromResourceRequest", "variableSetterType" : "RemoveTagsFromResourceRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RemoveTagsFromResourceResult", "documentation" : null }, "exceptions" : [ { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "RemoveTagsFromResourceResult", "asyncReturnType" : "RemoveTagsFromResourceResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "removeTagsFromResource" }, "RestoreFromSnapshot" : { "documentation" : "

Restores 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 operation with the directory identifier. When the DirectoryDescription.Stage value changes to Active, the restore operation is complete.

", "operationName" : "RestoreFromSnapshot", "deprecated" : false, "input" : { "variableName" : "restoreFromSnapshotRequest", "variableType" : "RestoreFromSnapshotRequest", "variableDeclarationType" : "RestoreFromSnapshotRequest", "documentation" : "

An object representing the inputs for the RestoreFromSnapshot operation.

", "simpleType" : "RestoreFromSnapshotRequest", "variableSetterType" : "RestoreFromSnapshotRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "RestoreFromSnapshotResult", "documentation" : "

Contains the results of the RestoreFromSnapshot operation.

" }, "exceptions" : [ { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "RestoreFromSnapshotResult", "asyncReturnType" : "RestoreFromSnapshotResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "restoreFromSnapshot" }, "UpdateConditionalForwarder" : { "documentation" : "

Updates a conditional forwarder that has been set up for your AWS directory.

", "operationName" : "UpdateConditionalForwarder", "deprecated" : false, "input" : { "variableName" : "updateConditionalForwarderRequest", "variableType" : "UpdateConditionalForwarderRequest", "variableDeclarationType" : "UpdateConditionalForwarderRequest", "documentation" : "

Updates a conditional forwarder.

", "simpleType" : "UpdateConditionalForwarderRequest", "variableSetterType" : "UpdateConditionalForwarderRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateConditionalForwarderResult", "documentation" : "

The result of an UpdateConditionalForwarder request.

" }, "exceptions" : [ { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "DirectoryUnavailableException", "documentation" : "

The specified directory is unavailable or could not be found.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "UnsupportedOperationException", "documentation" : "

The operation is not supported.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateConditionalForwarderResult", "asyncReturnType" : "UpdateConditionalForwarderResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateConditionalForwarder" }, "UpdateRadius" : { "documentation" : "

Updates the Remote Authentication Dial In User Service (RADIUS) server information for an AD Connector directory.

", "operationName" : "UpdateRadius", "deprecated" : false, "input" : { "variableName" : "updateRadiusRequest", "variableType" : "UpdateRadiusRequest", "variableDeclarationType" : "UpdateRadiusRequest", "documentation" : "

Contains the inputs for the UpdateRadius operation.

", "simpleType" : "UpdateRadiusRequest", "variableSetterType" : "UpdateRadiusRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "UpdateRadiusResult", "documentation" : "

Contains the results of the UpdateRadius operation.

" }, "exceptions" : [ { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "UpdateRadiusResult", "asyncReturnType" : "UpdateRadiusResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "updateRadius" }, "VerifyTrust" : { "documentation" : "

AWS Directory Service for Microsoft Active Directory allows you to configure and verify trust relationships.

This action verifies a trust relationship between your Microsoft AD in the AWS cloud and an external domain.

", "operationName" : "VerifyTrust", "deprecated" : false, "input" : { "variableName" : "verifyTrustRequest", "variableType" : "VerifyTrustRequest", "variableDeclarationType" : "VerifyTrustRequest", "documentation" : "

Initiates the verification of an existing trust relationship between a Microsoft AD in the AWS cloud and an external domain.

", "simpleType" : "VerifyTrustRequest", "variableSetterType" : "VerifyTrustRequest" }, "inputStreamPropertyName" : null, "returnType" : { "returnType" : "VerifyTrustResult", "documentation" : "

Result of a VerifyTrust request.

" }, "exceptions" : [ { "exceptionName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

" }, { "exceptionName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

" }, { "exceptionName" : "ClientException", "documentation" : "

A client exception has occurred.

" }, { "exceptionName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

" }, { "exceptionName" : "UnsupportedOperationException", "documentation" : "

The operation is not supported.

" } ], "hasBlobMemberAsPayload" : false, "authenticated" : true, "syncReturnType" : "VerifyTrustResult", "asyncReturnType" : "VerifyTrustResult", "asyncFutureType" : "java.util.concurrent.Future", "asyncCallableType" : "java.util.concurrent.Callable", "asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler", "methodName" : "verifyTrust" } }, "shapes" : { "RadiusSettings" : { "c2jName" : "RadiusSettings", "documentation" : "

Contains information about a Remote Authentication Dial In User Service (RADIUS) server.

", "shapeName" : "RadiusSettings", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.

", "name" : "RadiusServers", "c2jName" : "RadiusServers", "c2jShape" : "Servers", "variable" : { "variableName" : "radiusServers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "radiusServers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RadiusServers", "marshallLocationName" : "RadiusServers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Server", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.

\n@param radiusServers An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.*/", "getterDocumentation" : "/**

An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.

\n@return An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.*/", "fluentSetterDocumentation" : "/**

An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.

\n@param radiusServers An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRadiusServers(java.util.Collection)} or {@link #withRadiusServers(java.util.Collection)} if you want to override the existing values.

\n@param radiusServers An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "RadiusPort", "c2jName" : "RadiusPort", "c2jShape" : "PortNumber", "variable" : { "variableName" : "radiusPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "radiusPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "RadiusPort", "marshallLocationName" : "RadiusPort", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param radiusPort 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param radiusPort 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param radiusPort 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The amount of time, in seconds, to wait for the RADIUS server to respond.

", "name" : "RadiusTimeout", "c2jName" : "RadiusTimeout", "c2jShape" : "RadiusTimeout", "variable" : { "variableName" : "radiusTimeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The amount of time, in seconds, to wait for the RADIUS server to respond.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "radiusTimeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "RadiusTimeout", "marshallLocationName" : "RadiusTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The amount of time, in seconds, to wait for the RADIUS server to respond.

\n@param radiusTimeout The amount of time, in seconds, to wait for the RADIUS server to respond.*/", "getterDocumentation" : "/**

The amount of time, in seconds, to wait for the RADIUS server to respond.

\n@return The amount of time, in seconds, to wait for the RADIUS server to respond.*/", "fluentSetterDocumentation" : "/**

The amount of time, in seconds, to wait for the RADIUS server to respond.

\n@param radiusTimeout The amount of time, in seconds, to wait for the RADIUS server to respond.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The amount of time, in seconds, to wait for the RADIUS server to respond.

\n@param radiusTimeout The amount of time, in seconds, to wait for the RADIUS server to respond.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of times that communication with the RADIUS server is attempted.

", "name" : "RadiusRetries", "c2jName" : "RadiusRetries", "c2jShape" : "RadiusRetries", "variable" : { "variableName" : "radiusRetries", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of times that communication with the RADIUS server is attempted.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "radiusRetries", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "RadiusRetries", "marshallLocationName" : "RadiusRetries", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of times that communication with the RADIUS server is attempted.

\n@param radiusRetries The maximum number of times that communication with the RADIUS server is attempted.*/", "getterDocumentation" : "/**

The maximum number of times that communication with the RADIUS server is attempted.

\n@return The maximum number of times that communication with the RADIUS server is attempted.*/", "fluentSetterDocumentation" : "/**

The maximum number of times that communication with the RADIUS server is attempted.

\n@param radiusRetries The maximum number of times that communication with the RADIUS server is attempted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of times that communication with the RADIUS server is attempted.

\n@param radiusRetries The maximum number of times that communication with the RADIUS server is attempted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The shared secret code that was specified when your RADIUS endpoints were created.

", "name" : "SharedSecret", "c2jName" : "SharedSecret", "c2jShape" : "RadiusSharedSecret", "variable" : { "variableName" : "sharedSecret", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The shared secret code that was specified when your RADIUS endpoints were created.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sharedSecret", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SharedSecret", "marshallLocationName" : "SharedSecret", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The shared secret code that was specified when your RADIUS endpoints were created.

\n@param sharedSecret The shared secret code that was specified when your RADIUS endpoints were created.*/", "getterDocumentation" : "/**

The shared secret code that was specified when your RADIUS endpoints were created.

\n@return The shared secret code that was specified when your RADIUS endpoints were created.*/", "fluentSetterDocumentation" : "/**

The shared secret code that was specified when your RADIUS endpoints were created.

\n@param sharedSecret The shared secret code that was specified when your RADIUS endpoints were created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The shared secret code that was specified when your RADIUS endpoints were created.

\n@param sharedSecret The shared secret code that was specified when your RADIUS endpoints were created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The protocol specified for your RADIUS endpoints.

", "name" : "AuthenticationProtocol", "c2jName" : "AuthenticationProtocol", "c2jShape" : "RadiusAuthenticationProtocol", "variable" : { "variableName" : "authenticationProtocol", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The protocol specified for your RADIUS endpoints.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authenticationProtocol", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AuthenticationProtocol", "marshallLocationName" : "AuthenticationProtocol", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RadiusAuthenticationProtocol", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The protocol specified for your RADIUS endpoints.

\n@param authenticationProtocol The protocol specified for your RADIUS endpoints.\n@see RadiusAuthenticationProtocol*/", "getterDocumentation" : "/**

The protocol specified for your RADIUS endpoints.

\n@return The protocol specified for your RADIUS endpoints.\n@see RadiusAuthenticationProtocol*/", "fluentSetterDocumentation" : "/**

The protocol specified for your RADIUS endpoints.

\n@param authenticationProtocol The protocol specified for your RADIUS endpoints.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RadiusAuthenticationProtocol*/", "varargSetterDocumentation" : "/**

The protocol specified for your RADIUS endpoints.

\n@param authenticationProtocol The protocol specified for your RADIUS endpoints.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RadiusAuthenticationProtocol*/" }, { "documentation" : "

Not currently used.

", "name" : "DisplayLabel", "c2jName" : "DisplayLabel", "c2jShape" : "RadiusDisplayLabel", "variable" : { "variableName" : "displayLabel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Not currently used.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "displayLabel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DisplayLabel", "marshallLocationName" : "DisplayLabel", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Not currently used.

\n@param displayLabel Not currently used.*/", "getterDocumentation" : "/**

Not currently used.

\n@return Not currently used.*/", "fluentSetterDocumentation" : "/**

Not currently used.

\n@param displayLabel Not currently used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Not currently used.

\n@param displayLabel Not currently used.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Not currently used.

", "name" : "UseSameUsername", "c2jName" : "UseSameUsername", "c2jShape" : "UseSameUsername", "variable" : { "variableName" : "useSameUsername", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Not currently used.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "useSameUsername", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "UseSameUsername", "marshallLocationName" : "UseSameUsername", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Not currently used.

\n@param useSameUsername Not currently used.*/", "getterDocumentation" : "/**

Not currently used.

\n@return Not currently used.*/", "fluentSetterDocumentation" : "/**

Not currently used.

\n@param useSameUsername Not currently used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Not currently used.

\n@param useSameUsername Not currently used.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "radiusSettings", "variableType" : "RadiusSettings", "variableDeclarationType" : "RadiusSettings", "documentation" : null, "simpleType" : "RadiusSettings", "variableSetterType" : "RadiusSettings" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "AuthenticationProtocol" : { "documentation" : "

The protocol specified for your RADIUS endpoints.

", "name" : "AuthenticationProtocol", "c2jName" : "AuthenticationProtocol", "c2jShape" : "RadiusAuthenticationProtocol", "variable" : { "variableName" : "authenticationProtocol", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The protocol specified for your RADIUS endpoints.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "authenticationProtocol", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AuthenticationProtocol", "marshallLocationName" : "AuthenticationProtocol", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RadiusAuthenticationProtocol", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The protocol specified for your RADIUS endpoints.

\n@param authenticationProtocol The protocol specified for your RADIUS endpoints.\n@see RadiusAuthenticationProtocol*/", "getterDocumentation" : "/**

The protocol specified for your RADIUS endpoints.

\n@return The protocol specified for your RADIUS endpoints.\n@see RadiusAuthenticationProtocol*/", "fluentSetterDocumentation" : "/**

The protocol specified for your RADIUS endpoints.

\n@param authenticationProtocol The protocol specified for your RADIUS endpoints.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RadiusAuthenticationProtocol*/", "varargSetterDocumentation" : "/**

The protocol specified for your RADIUS endpoints.

\n@param authenticationProtocol The protocol specified for your RADIUS endpoints.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RadiusAuthenticationProtocol*/" }, "DisplayLabel" : { "documentation" : "

Not currently used.

", "name" : "DisplayLabel", "c2jName" : "DisplayLabel", "c2jShape" : "RadiusDisplayLabel", "variable" : { "variableName" : "displayLabel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Not currently used.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "displayLabel", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DisplayLabel", "marshallLocationName" : "DisplayLabel", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Not currently used.

\n@param displayLabel Not currently used.*/", "getterDocumentation" : "/**

Not currently used.

\n@return Not currently used.*/", "fluentSetterDocumentation" : "/**

Not currently used.

\n@param displayLabel Not currently used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Not currently used.

\n@param displayLabel Not currently used.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SharedSecret" : { "documentation" : "

The shared secret code that was specified when your RADIUS endpoints were created.

", "name" : "SharedSecret", "c2jName" : "SharedSecret", "c2jShape" : "RadiusSharedSecret", "variable" : { "variableName" : "sharedSecret", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The shared secret code that was specified when your RADIUS endpoints were created.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "sharedSecret", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SharedSecret", "marshallLocationName" : "SharedSecret", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The shared secret code that was specified when your RADIUS endpoints were created.

\n@param sharedSecret The shared secret code that was specified when your RADIUS endpoints were created.*/", "getterDocumentation" : "/**

The shared secret code that was specified when your RADIUS endpoints were created.

\n@return The shared secret code that was specified when your RADIUS endpoints were created.*/", "fluentSetterDocumentation" : "/**

The shared secret code that was specified when your RADIUS endpoints were created.

\n@param sharedSecret The shared secret code that was specified when your RADIUS endpoints were created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The shared secret code that was specified when your RADIUS endpoints were created.

\n@param sharedSecret The shared secret code that was specified when your RADIUS endpoints were created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "UseSameUsername" : { "documentation" : "

Not currently used.

", "name" : "UseSameUsername", "c2jName" : "UseSameUsername", "c2jShape" : "UseSameUsername", "variable" : { "variableName" : "useSameUsername", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Not currently used.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "useSameUsername", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "UseSameUsername", "marshallLocationName" : "UseSameUsername", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Not currently used.

\n@param useSameUsername Not currently used.*/", "getterDocumentation" : "/**

Not currently used.

\n@return Not currently used.*/", "fluentSetterDocumentation" : "/**

Not currently used.

\n@param useSameUsername Not currently used.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Not currently used.

\n@param useSameUsername Not currently used.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RadiusServers" : { "documentation" : "

An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.

", "name" : "RadiusServers", "c2jName" : "RadiusServers", "c2jShape" : "Servers", "variable" : { "variableName" : "radiusServers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "radiusServers", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RadiusServers", "marshallLocationName" : "RadiusServers", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Server", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.

\n@param radiusServers An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.*/", "getterDocumentation" : "/**

An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.

\n@return An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.*/", "fluentSetterDocumentation" : "/**

An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.

\n@param radiusServers An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRadiusServers(java.util.Collection)} or {@link #withRadiusServers(java.util.Collection)} if you want to override the existing values.

\n@param radiusServers An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RadiusRetries" : { "documentation" : "

The maximum number of times that communication with the RADIUS server is attempted.

", "name" : "RadiusRetries", "c2jName" : "RadiusRetries", "c2jShape" : "RadiusRetries", "variable" : { "variableName" : "radiusRetries", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of times that communication with the RADIUS server is attempted.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "radiusRetries", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "RadiusRetries", "marshallLocationName" : "RadiusRetries", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of times that communication with the RADIUS server is attempted.

\n@param radiusRetries The maximum number of times that communication with the RADIUS server is attempted.*/", "getterDocumentation" : "/**

The maximum number of times that communication with the RADIUS server is attempted.

\n@return The maximum number of times that communication with the RADIUS server is attempted.*/", "fluentSetterDocumentation" : "/**

The maximum number of times that communication with the RADIUS server is attempted.

\n@param radiusRetries The maximum number of times that communication with the RADIUS server is attempted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of times that communication with the RADIUS server is attempted.

\n@param radiusRetries The maximum number of times that communication with the RADIUS server is attempted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RadiusTimeout" : { "documentation" : "

The amount of time, in seconds, to wait for the RADIUS server to respond.

", "name" : "RadiusTimeout", "c2jName" : "RadiusTimeout", "c2jShape" : "RadiusTimeout", "variable" : { "variableName" : "radiusTimeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The amount of time, in seconds, to wait for the RADIUS server to respond.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "radiusTimeout", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "RadiusTimeout", "marshallLocationName" : "RadiusTimeout", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The amount of time, in seconds, to wait for the RADIUS server to respond.

\n@param radiusTimeout The amount of time, in seconds, to wait for the RADIUS server to respond.*/", "getterDocumentation" : "/**

The amount of time, in seconds, to wait for the RADIUS server to respond.

\n@return The amount of time, in seconds, to wait for the RADIUS server to respond.*/", "fluentSetterDocumentation" : "/**

The amount of time, in seconds, to wait for the RADIUS server to respond.

\n@param radiusTimeout The amount of time, in seconds, to wait for the RADIUS server to respond.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The amount of time, in seconds, to wait for the RADIUS server to respond.

\n@param radiusTimeout The amount of time, in seconds, to wait for the RADIUS server to respond.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RadiusPort" : { "documentation" : "

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.

", "name" : "RadiusPort", "c2jName" : "RadiusPort", "c2jShape" : "PortNumber", "variable" : { "variableName" : "radiusPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "radiusPort", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "RadiusPort", "marshallLocationName" : "RadiusPort", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param radiusPort 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param radiusPort 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param radiusPort 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeConditionalForwardersRequest" : { "c2jName" : "DescribeConditionalForwardersRequest", "documentation" : "

Describes a conditional forwarder.

", "shapeName" : "DescribeConditionalForwardersRequest", "deprecated" : false, "required" : [ "DirectoryId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The directory ID for which to get the list of associated conditional forwarders.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The directory ID for which to get the list of associated conditional forwarders.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The directory ID for which to get the list of associated conditional forwarders.

\n@param directoryId The directory ID for which to get the list of associated conditional forwarders.*/", "getterDocumentation" : "/**

The directory ID for which to get the list of associated conditional forwarders.

\n@return The directory ID for which to get the list of associated conditional forwarders.*/", "fluentSetterDocumentation" : "/**

The directory ID for which to get the list of associated conditional forwarders.

\n@param directoryId The directory ID for which to get the list of associated conditional forwarders.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The directory ID for which to get the list of associated conditional forwarders.

\n@param directoryId The directory ID for which to get the list of associated conditional forwarders.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.

", "name" : "RemoteDomainNames", "c2jName" : "RemoteDomainNames", "c2jShape" : "RemoteDomainNames", "variable" : { "variableName" : "remoteDomainNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "remoteDomainNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RemoteDomainNames", "marshallLocationName" : "RemoteDomainNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RemoteDomainName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.

\n@param remoteDomainNames The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.*/", "getterDocumentation" : "/**

The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.

\n@return The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.*/", "fluentSetterDocumentation" : "/**

The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.

\n@param remoteDomainNames The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRemoteDomainNames(java.util.Collection)} or {@link #withRemoteDomainNames(java.util.Collection)} if you want to override the existing values.

\n@param remoteDomainNames The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeConditionalForwardersRequest", "variableType" : "DescribeConditionalForwardersRequest", "variableDeclarationType" : "DescribeConditionalForwardersRequest", "documentation" : null, "simpleType" : "DescribeConditionalForwardersRequest", "variableSetterType" : "DescribeConditionalForwardersRequest" }, "marshaller" : { "action" : "DescribeConditionalForwarders", "verb" : "POST", "target" : "DirectoryService_20150416.DescribeConditionalForwarders", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DirectoryId" : { "documentation" : "

The directory ID for which to get the list of associated conditional forwarders.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The directory ID for which to get the list of associated conditional forwarders.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The directory ID for which to get the list of associated conditional forwarders.

\n@param directoryId The directory ID for which to get the list of associated conditional forwarders.*/", "getterDocumentation" : "/**

The directory ID for which to get the list of associated conditional forwarders.

\n@return The directory ID for which to get the list of associated conditional forwarders.*/", "fluentSetterDocumentation" : "/**

The directory ID for which to get the list of associated conditional forwarders.

\n@param directoryId The directory ID for which to get the list of associated conditional forwarders.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The directory ID for which to get the list of associated conditional forwarders.

\n@param directoryId The directory ID for which to get the list of associated conditional forwarders.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RemoteDomainNames" : { "documentation" : "

The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.

", "name" : "RemoteDomainNames", "c2jName" : "RemoteDomainNames", "c2jShape" : "RemoteDomainNames", "variable" : { "variableName" : "remoteDomainNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "remoteDomainNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "RemoteDomainNames", "marshallLocationName" : "RemoteDomainNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "RemoteDomainName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.

\n@param remoteDomainNames The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.*/", "getterDocumentation" : "/**

The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.

\n@return The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.*/", "fluentSetterDocumentation" : "/**

The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.

\n@param remoteDomainNames The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setRemoteDomainNames(java.util.Collection)} or {@link #withRemoteDomainNames(java.util.Collection)} if you want to override the existing values.

\n@param remoteDomainNames The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteDirectoryRequest" : { "c2jName" : "DeleteDirectoryRequest", "documentation" : "

Contains the inputs for the DeleteDirectory operation.

", "shapeName" : "DeleteDirectoryRequest", "deprecated" : false, "required" : [ "DirectoryId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the directory to delete.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory to delete.

\n@param directoryId The identifier of the directory to delete.*/", "getterDocumentation" : "/**

The identifier of the directory to delete.

\n@return The identifier of the directory to delete.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory to delete.

\n@param directoryId The identifier of the directory to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory to delete.

\n@param directoryId The identifier of the directory to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteDirectoryRequest", "variableType" : "DeleteDirectoryRequest", "variableDeclarationType" : "DeleteDirectoryRequest", "documentation" : null, "simpleType" : "DeleteDirectoryRequest", "variableSetterType" : "DeleteDirectoryRequest" }, "marshaller" : { "action" : "DeleteDirectory", "verb" : "POST", "target" : "DirectoryService_20150416.DeleteDirectory", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DirectoryId" : { "documentation" : "

The identifier of the directory to delete.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory to delete.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory to delete.

\n@param directoryId The identifier of the directory to delete.*/", "getterDocumentation" : "/**

The identifier of the directory to delete.

\n@return The identifier of the directory to delete.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory to delete.

\n@param directoryId The identifier of the directory to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory to delete.

\n@param directoryId The identifier of the directory to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EnableRadiusRequest" : { "c2jName" : "EnableRadiusRequest", "documentation" : "

Contains the inputs for the EnableRadius operation.

", "shapeName" : "EnableRadiusRequest", "deprecated" : false, "required" : [ "DirectoryId", "RadiusSettings" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the directory for which to enable MFA.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory for which to enable MFA.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory for which to enable MFA.

\n@param directoryId The identifier of the directory for which to enable MFA.*/", "getterDocumentation" : "/**

The identifier of the directory for which to enable MFA.

\n@return The identifier of the directory for which to enable MFA.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory for which to enable MFA.

\n@param directoryId The identifier of the directory for which to enable MFA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory for which to enable MFA.

\n@param directoryId The identifier of the directory for which to enable MFA.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A RadiusSettings object that contains information about the RADIUS server.

", "name" : "RadiusSettings", "c2jName" : "RadiusSettings", "c2jShape" : "RadiusSettings", "variable" : { "variableName" : "radiusSettings", "variableType" : "RadiusSettings", "variableDeclarationType" : "RadiusSettings", "documentation" : "

A RadiusSettings object that contains information about the RADIUS server.

", "simpleType" : "RadiusSettings", "variableSetterType" : "RadiusSettings" }, "setterModel" : { "variableName" : "radiusSettings", "variableType" : "RadiusSettings", "variableDeclarationType" : "RadiusSettings", "documentation" : "", "simpleType" : "RadiusSettings", "variableSetterType" : "RadiusSettings" }, "getterModel" : { "returnType" : "RadiusSettings", "documentation" : null }, "http" : { "unmarshallLocationName" : "RadiusSettings", "marshallLocationName" : "RadiusSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server.

\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server.*/", "getterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server.

\n@return A RadiusSettings object that contains information about the RADIUS server.*/", "fluentSetterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server.

\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server.

\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "enableRadiusRequest", "variableType" : "EnableRadiusRequest", "variableDeclarationType" : "EnableRadiusRequest", "documentation" : null, "simpleType" : "EnableRadiusRequest", "variableSetterType" : "EnableRadiusRequest" }, "marshaller" : { "action" : "EnableRadius", "verb" : "POST", "target" : "DirectoryService_20150416.EnableRadius", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RadiusSettings" : { "documentation" : "

A RadiusSettings object that contains information about the RADIUS server.

", "name" : "RadiusSettings", "c2jName" : "RadiusSettings", "c2jShape" : "RadiusSettings", "variable" : { "variableName" : "radiusSettings", "variableType" : "RadiusSettings", "variableDeclarationType" : "RadiusSettings", "documentation" : "

A RadiusSettings object that contains information about the RADIUS server.

", "simpleType" : "RadiusSettings", "variableSetterType" : "RadiusSettings" }, "setterModel" : { "variableName" : "radiusSettings", "variableType" : "RadiusSettings", "variableDeclarationType" : "RadiusSettings", "documentation" : "", "simpleType" : "RadiusSettings", "variableSetterType" : "RadiusSettings" }, "getterModel" : { "returnType" : "RadiusSettings", "documentation" : null }, "http" : { "unmarshallLocationName" : "RadiusSettings", "marshallLocationName" : "RadiusSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server.

\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server.*/", "getterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server.

\n@return A RadiusSettings object that contains information about the RADIUS server.*/", "fluentSetterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server.

\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server.

\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DirectoryId" : { "documentation" : "

The identifier of the directory for which to enable MFA.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory for which to enable MFA.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory for which to enable MFA.

\n@param directoryId The identifier of the directory for which to enable MFA.*/", "getterDocumentation" : "/**

The identifier of the directory for which to enable MFA.

\n@return The identifier of the directory for which to enable MFA.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory for which to enable MFA.

\n@param directoryId The identifier of the directory for which to enable MFA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory for which to enable MFA.

\n@param directoryId The identifier of the directory for which to enable MFA.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RadiusStatus" : { "c2jName" : "RadiusStatus", "documentation" : "", "shapeName" : "RadiusStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Creating", "value" : "Creating" }, { "name" : "Completed", "value" : "Completed" }, { "name" : "Failed", "value" : "Failed" } ], "variable" : { "variableName" : "radiusStatus", "variableType" : "RadiusStatus", "variableDeclarationType" : "RadiusStatus", "documentation" : null, "simpleType" : "RadiusStatus", "variableSetterType" : "RadiusStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "SnapshotLimits" : { "c2jName" : "SnapshotLimits", "documentation" : "

Contains manual snapshot limit information for a directory.

", "shapeName" : "SnapshotLimits", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The maximum number of manual snapshots allowed.

", "name" : "ManualSnapshotsLimit", "c2jName" : "ManualSnapshotsLimit", "c2jShape" : "Limit", "variable" : { "variableName" : "manualSnapshotsLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of manual snapshots allowed.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "manualSnapshotsLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "ManualSnapshotsLimit", "marshallLocationName" : "ManualSnapshotsLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of manual snapshots allowed.

\n@param manualSnapshotsLimit The maximum number of manual snapshots allowed.*/", "getterDocumentation" : "/**

The maximum number of manual snapshots allowed.

\n@return The maximum number of manual snapshots allowed.*/", "fluentSetterDocumentation" : "/**

The maximum number of manual snapshots allowed.

\n@param manualSnapshotsLimit The maximum number of manual snapshots allowed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of manual snapshots allowed.

\n@param manualSnapshotsLimit The maximum number of manual snapshots allowed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The current number of manual snapshots of the directory.

", "name" : "ManualSnapshotsCurrentCount", "c2jName" : "ManualSnapshotsCurrentCount", "c2jShape" : "Limit", "variable" : { "variableName" : "manualSnapshotsCurrentCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The current number of manual snapshots of the directory.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "manualSnapshotsCurrentCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "ManualSnapshotsCurrentCount", "marshallLocationName" : "ManualSnapshotsCurrentCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The current number of manual snapshots of the directory.

\n@param manualSnapshotsCurrentCount The current number of manual snapshots of the directory.*/", "getterDocumentation" : "/**

The current number of manual snapshots of the directory.

\n@return The current number of manual snapshots of the directory.*/", "fluentSetterDocumentation" : "/**

The current number of manual snapshots of the directory.

\n@param manualSnapshotsCurrentCount The current number of manual snapshots of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current number of manual snapshots of the directory.

\n@param manualSnapshotsCurrentCount The current number of manual snapshots of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Indicates if the manual snapshot limit has been reached.

", "name" : "ManualSnapshotsLimitReached", "c2jName" : "ManualSnapshotsLimitReached", "c2jShape" : "ManualSnapshotsLimitReached", "variable" : { "variableName" : "manualSnapshotsLimitReached", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates if the manual snapshot limit has been reached.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "manualSnapshotsLimitReached", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ManualSnapshotsLimitReached", "marshallLocationName" : "ManualSnapshotsLimitReached", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates if the manual snapshot limit has been reached.

\n@param manualSnapshotsLimitReached Indicates if the manual snapshot limit has been reached.*/", "getterDocumentation" : "/**

Indicates if the manual snapshot limit has been reached.

\n@return Indicates if the manual snapshot limit has been reached.*/", "fluentSetterDocumentation" : "/**

Indicates if the manual snapshot limit has been reached.

\n@param manualSnapshotsLimitReached Indicates if the manual snapshot limit has been reached.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Indicates if the manual snapshot limit has been reached.

\n@param manualSnapshotsLimitReached Indicates if the manual snapshot limit has been reached.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "snapshotLimits", "variableType" : "SnapshotLimits", "variableDeclarationType" : "SnapshotLimits", "documentation" : null, "simpleType" : "SnapshotLimits", "variableSetterType" : "SnapshotLimits" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ManualSnapshotsLimitReached" : { "documentation" : "

Indicates if the manual snapshot limit has been reached.

", "name" : "ManualSnapshotsLimitReached", "c2jName" : "ManualSnapshotsLimitReached", "c2jShape" : "ManualSnapshotsLimitReached", "variable" : { "variableName" : "manualSnapshotsLimitReached", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates if the manual snapshot limit has been reached.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "manualSnapshotsLimitReached", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ManualSnapshotsLimitReached", "marshallLocationName" : "ManualSnapshotsLimitReached", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates if the manual snapshot limit has been reached.

\n@param manualSnapshotsLimitReached Indicates if the manual snapshot limit has been reached.*/", "getterDocumentation" : "/**

Indicates if the manual snapshot limit has been reached.

\n@return Indicates if the manual snapshot limit has been reached.*/", "fluentSetterDocumentation" : "/**

Indicates if the manual snapshot limit has been reached.

\n@param manualSnapshotsLimitReached Indicates if the manual snapshot limit has been reached.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Indicates if the manual snapshot limit has been reached.

\n@param manualSnapshotsLimitReached Indicates if the manual snapshot limit has been reached.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ManualSnapshotsLimit" : { "documentation" : "

The maximum number of manual snapshots allowed.

", "name" : "ManualSnapshotsLimit", "c2jName" : "ManualSnapshotsLimit", "c2jShape" : "Limit", "variable" : { "variableName" : "manualSnapshotsLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of manual snapshots allowed.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "manualSnapshotsLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "ManualSnapshotsLimit", "marshallLocationName" : "ManualSnapshotsLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of manual snapshots allowed.

\n@param manualSnapshotsLimit The maximum number of manual snapshots allowed.*/", "getterDocumentation" : "/**

The maximum number of manual snapshots allowed.

\n@return The maximum number of manual snapshots allowed.*/", "fluentSetterDocumentation" : "/**

The maximum number of manual snapshots allowed.

\n@param manualSnapshotsLimit The maximum number of manual snapshots allowed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of manual snapshots allowed.

\n@param manualSnapshotsLimit The maximum number of manual snapshots allowed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ManualSnapshotsCurrentCount" : { "documentation" : "

The current number of manual snapshots of the directory.

", "name" : "ManualSnapshotsCurrentCount", "c2jName" : "ManualSnapshotsCurrentCount", "c2jShape" : "Limit", "variable" : { "variableName" : "manualSnapshotsCurrentCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The current number of manual snapshots of the directory.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "manualSnapshotsCurrentCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "ManualSnapshotsCurrentCount", "marshallLocationName" : "ManualSnapshotsCurrentCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The current number of manual snapshots of the directory.

\n@param manualSnapshotsCurrentCount The current number of manual snapshots of the directory.*/", "getterDocumentation" : "/**

The current number of manual snapshots of the directory.

\n@return The current number of manual snapshots of the directory.*/", "fluentSetterDocumentation" : "/**

The current number of manual snapshots of the directory.

\n@param manualSnapshotsCurrentCount The current number of manual snapshots of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current number of manual snapshots of the directory.

\n@param manualSnapshotsCurrentCount The current number of manual snapshots of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteTrustRequest" : { "c2jName" : "DeleteTrustRequest", "documentation" : "

Deletes the local side of an existing trust relationship between the Microsoft AD in the AWS cloud and the external domain.

", "shapeName" : "DeleteTrustRequest", "deprecated" : false, "required" : [ "TrustId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The Trust ID of the trust relationship to be deleted.

", "name" : "TrustId", "c2jName" : "TrustId", "c2jShape" : "TrustId", "variable" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Trust ID of the trust relationship to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustId", "marshallLocationName" : "TrustId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Trust ID of the trust relationship to be deleted.

\n@param trustId The Trust ID of the trust relationship to be deleted.*/", "getterDocumentation" : "/**

The Trust ID of the trust relationship to be deleted.

\n@return The Trust ID of the trust relationship to be deleted.*/", "fluentSetterDocumentation" : "/**

The Trust ID of the trust relationship to be deleted.

\n@param trustId The Trust ID of the trust relationship to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Trust ID of the trust relationship to be deleted.

\n@param trustId The Trust ID of the trust relationship to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Delete a conditional forwarder as part of a DeleteTrustRequest.

", "name" : "DeleteAssociatedConditionalForwarder", "c2jName" : "DeleteAssociatedConditionalForwarder", "c2jShape" : "DeleteAssociatedConditionalForwarder", "variable" : { "variableName" : "deleteAssociatedConditionalForwarder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Delete a conditional forwarder as part of a DeleteTrustRequest.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "deleteAssociatedConditionalForwarder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeleteAssociatedConditionalForwarder", "marshallLocationName" : "DeleteAssociatedConditionalForwarder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Delete a conditional forwarder as part of a DeleteTrustRequest.

\n@param deleteAssociatedConditionalForwarder Delete a conditional forwarder as part of a DeleteTrustRequest.*/", "getterDocumentation" : "/**

Delete a conditional forwarder as part of a DeleteTrustRequest.

\n@return Delete a conditional forwarder as part of a DeleteTrustRequest.*/", "fluentSetterDocumentation" : "/**

Delete a conditional forwarder as part of a DeleteTrustRequest.

\n@param deleteAssociatedConditionalForwarder Delete a conditional forwarder as part of a DeleteTrustRequest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Delete a conditional forwarder as part of a DeleteTrustRequest.

\n@param deleteAssociatedConditionalForwarder Delete a conditional forwarder as part of a DeleteTrustRequest.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteTrustRequest", "variableType" : "DeleteTrustRequest", "variableDeclarationType" : "DeleteTrustRequest", "documentation" : null, "simpleType" : "DeleteTrustRequest", "variableSetterType" : "DeleteTrustRequest" }, "marshaller" : { "action" : "DeleteTrust", "verb" : "POST", "target" : "DirectoryService_20150416.DeleteTrust", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DeleteAssociatedConditionalForwarder" : { "documentation" : "

Delete a conditional forwarder as part of a DeleteTrustRequest.

", "name" : "DeleteAssociatedConditionalForwarder", "c2jName" : "DeleteAssociatedConditionalForwarder", "c2jShape" : "DeleteAssociatedConditionalForwarder", "variable" : { "variableName" : "deleteAssociatedConditionalForwarder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Delete a conditional forwarder as part of a DeleteTrustRequest.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "deleteAssociatedConditionalForwarder", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "DeleteAssociatedConditionalForwarder", "marshallLocationName" : "DeleteAssociatedConditionalForwarder", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Delete a conditional forwarder as part of a DeleteTrustRequest.

\n@param deleteAssociatedConditionalForwarder Delete a conditional forwarder as part of a DeleteTrustRequest.*/", "getterDocumentation" : "/**

Delete a conditional forwarder as part of a DeleteTrustRequest.

\n@return Delete a conditional forwarder as part of a DeleteTrustRequest.*/", "fluentSetterDocumentation" : "/**

Delete a conditional forwarder as part of a DeleteTrustRequest.

\n@param deleteAssociatedConditionalForwarder Delete a conditional forwarder as part of a DeleteTrustRequest.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Delete a conditional forwarder as part of a DeleteTrustRequest.

\n@param deleteAssociatedConditionalForwarder Delete a conditional forwarder as part of a DeleteTrustRequest.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrustId" : { "documentation" : "

The Trust ID of the trust relationship to be deleted.

", "name" : "TrustId", "c2jName" : "TrustId", "c2jShape" : "TrustId", "variable" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Trust ID of the trust relationship to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustId", "marshallLocationName" : "TrustId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Trust ID of the trust relationship to be deleted.

\n@param trustId The Trust ID of the trust relationship to be deleted.*/", "getterDocumentation" : "/**

The Trust ID of the trust relationship to be deleted.

\n@return The Trust ID of the trust relationship to be deleted.*/", "fluentSetterDocumentation" : "/**

The Trust ID of the trust relationship to be deleted.

\n@param trustId The Trust ID of the trust relationship to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Trust ID of the trust relationship to be deleted.

\n@param trustId The Trust ID of the trust relationship to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteConditionalForwarderResult" : { "c2jName" : "DeleteConditionalForwarderResult", "documentation" : "

The result of a DeleteConditionalForwarder request.

", "shapeName" : "DeleteConditionalForwarderResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deleteConditionalForwarderResult", "variableType" : "DeleteConditionalForwarderResult", "variableDeclarationType" : "DeleteConditionalForwarderResult", "documentation" : null, "simpleType" : "DeleteConditionalForwarderResult", "variableSetterType" : "DeleteConditionalForwarderResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DirectoryType" : { "c2jName" : "DirectoryType", "documentation" : "", "shapeName" : "DirectoryType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "SimpleAD", "value" : "SimpleAD" }, { "name" : "ADConnector", "value" : "ADConnector" }, { "name" : "MicrosoftAD", "value" : "MicrosoftAD" } ], "variable" : { "variableName" : "directoryType", "variableType" : "DirectoryType", "variableDeclarationType" : "DirectoryType", "documentation" : null, "simpleType" : "DirectoryType", "variableSetterType" : "DirectoryType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RemoveTagsFromResourceRequest" : { "c2jName" : "RemoveTagsFromResourceRequest", "documentation" : "", "shapeName" : "RemoveTagsFromResourceRequest", "deprecated" : false, "required" : [ "ResourceId", "TagKeys" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the directory from which to remove the tag.

", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the directory from which to remove the tag.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the directory from which to remove the tag.

\n@param resourceId The ID of the directory from which to remove the tag.*/", "getterDocumentation" : "/**

The ID of the directory from which to remove the tag.

\n@return The ID of the directory from which to remove the tag.*/", "fluentSetterDocumentation" : "/**

The ID of the directory from which to remove the tag.

\n@param resourceId The ID of the directory from which to remove the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the directory from which to remove the tag.

\n@param resourceId The ID of the directory from which to remove the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The tag key (name) of the tag to be removed.

", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeys", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The tag key (name) of the tag to be removed.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TagKey", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The tag key (name) of the tag to be removed.

\n@param tagKeys The tag key (name) of the tag to be removed.*/", "getterDocumentation" : "/**

The tag key (name) of the tag to be removed.

\n@return The tag key (name) of the tag to be removed.*/", "fluentSetterDocumentation" : "/**

The tag key (name) of the tag to be removed.

\n@param tagKeys The tag key (name) of the tag to be removed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The tag key (name) of the tag to be removed.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

\n@param tagKeys The tag key (name) of the tag to be removed.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "removeTagsFromResourceRequest", "variableType" : "RemoveTagsFromResourceRequest", "variableDeclarationType" : "RemoveTagsFromResourceRequest", "documentation" : null, "simpleType" : "RemoveTagsFromResourceRequest", "variableSetterType" : "RemoveTagsFromResourceRequest" }, "marshaller" : { "action" : "RemoveTagsFromResource", "verb" : "POST", "target" : "DirectoryService_20150416.RemoveTagsFromResource", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TagKeys" : { "documentation" : "

The tag key (name) of the tag to be removed.

", "name" : "TagKeys", "c2jName" : "TagKeys", "c2jShape" : "TagKeys", "variable" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The tag key (name) of the tag to be removed.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tagKeys", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TagKeys", "marshallLocationName" : "TagKeys", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TagKey", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The tag key (name) of the tag to be removed.

\n@param tagKeys The tag key (name) of the tag to be removed.*/", "getterDocumentation" : "/**

The tag key (name) of the tag to be removed.

\n@return The tag key (name) of the tag to be removed.*/", "fluentSetterDocumentation" : "/**

The tag key (name) of the tag to be removed.

\n@param tagKeys The tag key (name) of the tag to be removed.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The tag key (name) of the tag to be removed.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.

\n@param tagKeys The tag key (name) of the tag to be removed.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceId" : { "documentation" : "

The ID of the directory from which to remove the tag.

", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the directory from which to remove the tag.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the directory from which to remove the tag.

\n@param resourceId The ID of the directory from which to remove the tag.*/", "getterDocumentation" : "/**

The ID of the directory from which to remove the tag.

\n@return The ID of the directory from which to remove the tag.*/", "fluentSetterDocumentation" : "/**

The ID of the directory from which to remove the tag.

\n@param resourceId The ID of the directory from which to remove the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the directory from which to remove the tag.

\n@param resourceId The ID of the directory from which to remove the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Trust" : { "c2jName" : "Trust", "documentation" : "

Describes a trust relationship between an Microsoft AD in the AWS cloud and an external domain.

", "shapeName" : "Trust", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The Directory ID of the AWS directory involved in the trust relationship.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Directory ID of the AWS directory involved in the trust relationship.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Directory ID of the AWS directory involved in the trust relationship.

\n@param directoryId The Directory ID of the AWS directory involved in the trust relationship.*/", "getterDocumentation" : "/**

The Directory ID of the AWS directory involved in the trust relationship.

\n@return The Directory ID of the AWS directory involved in the trust relationship.*/", "fluentSetterDocumentation" : "/**

The Directory ID of the AWS directory involved in the trust relationship.

\n@param directoryId The Directory ID of the AWS directory involved in the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Directory ID of the AWS directory involved in the trust relationship.

\n@param directoryId The Directory ID of the AWS directory involved in the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The unique ID of the trust relationship.

", "name" : "TrustId", "c2jName" : "TrustId", "c2jShape" : "TrustId", "variable" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique ID of the trust relationship.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustId", "marshallLocationName" : "TrustId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique ID of the trust relationship.

\n@param trustId The unique ID of the trust relationship.*/", "getterDocumentation" : "/**

The unique ID of the trust relationship.

\n@return The unique ID of the trust relationship.*/", "fluentSetterDocumentation" : "/**

The unique ID of the trust relationship.

\n@param trustId The unique ID of the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique ID of the trust relationship.

\n@param trustId The unique ID of the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.

", "name" : "RemoteDomainName", "c2jName" : "RemoteDomainName", "c2jShape" : "RemoteDomainName", "variable" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RemoteDomainName", "marshallLocationName" : "RemoteDomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.

\n@param remoteDomainName The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.*/", "getterDocumentation" : "/**

The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.

\n@return The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.*/", "fluentSetterDocumentation" : "/**

The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.

\n@param remoteDomainName The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.

\n@param remoteDomainName The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The trust relationship type.

", "name" : "TrustType", "c2jName" : "TrustType", "c2jShape" : "TrustType", "variable" : { "variableName" : "trustType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The trust relationship type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustType", "marshallLocationName" : "TrustType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TrustType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The trust relationship type.

\n@param trustType The trust relationship type.\n@see TrustType*/", "getterDocumentation" : "/**

The trust relationship type.

\n@return The trust relationship type.\n@see TrustType*/", "fluentSetterDocumentation" : "/**

The trust relationship type.

\n@param trustType The trust relationship type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustType*/", "varargSetterDocumentation" : "/**

The trust relationship type.

\n@param trustType The trust relationship type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustType*/" }, { "documentation" : "

The trust relationship direction.

", "name" : "TrustDirection", "c2jName" : "TrustDirection", "c2jShape" : "TrustDirection", "variable" : { "variableName" : "trustDirection", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The trust relationship direction.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustDirection", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustDirection", "marshallLocationName" : "TrustDirection", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TrustDirection", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The trust relationship direction.

\n@param trustDirection The trust relationship direction.\n@see TrustDirection*/", "getterDocumentation" : "/**

The trust relationship direction.

\n@return The trust relationship direction.\n@see TrustDirection*/", "fluentSetterDocumentation" : "/**

The trust relationship direction.

\n@param trustDirection The trust relationship direction.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustDirection*/", "varargSetterDocumentation" : "/**

The trust relationship direction.

\n@param trustDirection The trust relationship direction.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustDirection*/" }, { "documentation" : "

The trust relationship state.

", "name" : "TrustState", "c2jName" : "TrustState", "c2jShape" : "TrustState", "variable" : { "variableName" : "trustState", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The trust relationship state.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustState", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustState", "marshallLocationName" : "TrustState", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TrustState", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The trust relationship state.

\n@param trustState The trust relationship state.\n@see TrustState*/", "getterDocumentation" : "/**

The trust relationship state.

\n@return The trust relationship state.\n@see TrustState*/", "fluentSetterDocumentation" : "/**

The trust relationship state.

\n@param trustState The trust relationship state.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustState*/", "varargSetterDocumentation" : "/**

The trust relationship state.

\n@param trustState The trust relationship state.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustState*/" }, { "documentation" : "

The date and time that the trust relationship was created.

", "name" : "CreatedDateTime", "c2jName" : "CreatedDateTime", "c2jShape" : "CreatedDateTime", "variable" : { "variableName" : "createdDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the trust relationship was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreatedDateTime", "marshallLocationName" : "CreatedDateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the trust relationship was created.

\n@param createdDateTime The date and time that the trust relationship was created.*/", "getterDocumentation" : "/**

The date and time that the trust relationship was created.

\n@return The date and time that the trust relationship was created.*/", "fluentSetterDocumentation" : "/**

The date and time that the trust relationship was created.

\n@param createdDateTime The date and time that the trust relationship was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the trust relationship was created.

\n@param createdDateTime The date and time that the trust relationship was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time that the trust relationship was last updated.

", "name" : "LastUpdatedDateTime", "c2jName" : "LastUpdatedDateTime", "c2jShape" : "LastUpdatedDateTime", "variable" : { "variableName" : "lastUpdatedDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the trust relationship was last updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastUpdatedDateTime", "marshallLocationName" : "LastUpdatedDateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the trust relationship was last updated.

\n@param lastUpdatedDateTime The date and time that the trust relationship was last updated.*/", "getterDocumentation" : "/**

The date and time that the trust relationship was last updated.

\n@return The date and time that the trust relationship was last updated.*/", "fluentSetterDocumentation" : "/**

The date and time that the trust relationship was last updated.

\n@param lastUpdatedDateTime The date and time that the trust relationship was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the trust relationship was last updated.

\n@param lastUpdatedDateTime The date and time that the trust relationship was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time that the TrustState was last updated.

", "name" : "StateLastUpdatedDateTime", "c2jName" : "StateLastUpdatedDateTime", "c2jShape" : "StateLastUpdatedDateTime", "variable" : { "variableName" : "stateLastUpdatedDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the TrustState was last updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "stateLastUpdatedDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StateLastUpdatedDateTime", "marshallLocationName" : "StateLastUpdatedDateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the TrustState was last updated.

\n@param stateLastUpdatedDateTime The date and time that the TrustState was last updated.*/", "getterDocumentation" : "/**

The date and time that the TrustState was last updated.

\n@return The date and time that the TrustState was last updated.*/", "fluentSetterDocumentation" : "/**

The date and time that the TrustState was last updated.

\n@param stateLastUpdatedDateTime The date and time that the TrustState was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the TrustState was last updated.

\n@param stateLastUpdatedDateTime The date and time that the TrustState was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The reason for the TrustState.

", "name" : "TrustStateReason", "c2jName" : "TrustStateReason", "c2jShape" : "TrustStateReason", "variable" : { "variableName" : "trustStateReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The reason for the TrustState.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustStateReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustStateReason", "marshallLocationName" : "TrustStateReason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The reason for the TrustState.

\n@param trustStateReason The reason for the TrustState.*/", "getterDocumentation" : "/**

The reason for the TrustState.

\n@return The reason for the TrustState.*/", "fluentSetterDocumentation" : "/**

The reason for the TrustState.

\n@param trustStateReason The reason for the TrustState.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The reason for the TrustState.

\n@param trustStateReason The reason for the TrustState.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "trust", "variableType" : "Trust", "variableDeclarationType" : "Trust", "documentation" : null, "simpleType" : "Trust", "variableSetterType" : "Trust" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrustDirection" : { "documentation" : "

The trust relationship direction.

", "name" : "TrustDirection", "c2jName" : "TrustDirection", "c2jShape" : "TrustDirection", "variable" : { "variableName" : "trustDirection", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The trust relationship direction.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustDirection", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustDirection", "marshallLocationName" : "TrustDirection", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TrustDirection", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The trust relationship direction.

\n@param trustDirection The trust relationship direction.\n@see TrustDirection*/", "getterDocumentation" : "/**

The trust relationship direction.

\n@return The trust relationship direction.\n@see TrustDirection*/", "fluentSetterDocumentation" : "/**

The trust relationship direction.

\n@param trustDirection The trust relationship direction.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustDirection*/", "varargSetterDocumentation" : "/**

The trust relationship direction.

\n@param trustDirection The trust relationship direction.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustDirection*/" }, "DirectoryId" : { "documentation" : "

The Directory ID of the AWS directory involved in the trust relationship.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Directory ID of the AWS directory involved in the trust relationship.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Directory ID of the AWS directory involved in the trust relationship.

\n@param directoryId The Directory ID of the AWS directory involved in the trust relationship.*/", "getterDocumentation" : "/**

The Directory ID of the AWS directory involved in the trust relationship.

\n@return The Directory ID of the AWS directory involved in the trust relationship.*/", "fluentSetterDocumentation" : "/**

The Directory ID of the AWS directory involved in the trust relationship.

\n@param directoryId The Directory ID of the AWS directory involved in the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Directory ID of the AWS directory involved in the trust relationship.

\n@param directoryId The Directory ID of the AWS directory involved in the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LastUpdatedDateTime" : { "documentation" : "

The date and time that the trust relationship was last updated.

", "name" : "LastUpdatedDateTime", "c2jName" : "LastUpdatedDateTime", "c2jShape" : "LastUpdatedDateTime", "variable" : { "variableName" : "lastUpdatedDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the trust relationship was last updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "lastUpdatedDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LastUpdatedDateTime", "marshallLocationName" : "LastUpdatedDateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the trust relationship was last updated.

\n@param lastUpdatedDateTime The date and time that the trust relationship was last updated.*/", "getterDocumentation" : "/**

The date and time that the trust relationship was last updated.

\n@return The date and time that the trust relationship was last updated.*/", "fluentSetterDocumentation" : "/**

The date and time that the trust relationship was last updated.

\n@param lastUpdatedDateTime The date and time that the trust relationship was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the trust relationship was last updated.

\n@param lastUpdatedDateTime The date and time that the trust relationship was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RemoteDomainName" : { "documentation" : "

The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.

", "name" : "RemoteDomainName", "c2jName" : "RemoteDomainName", "c2jShape" : "RemoteDomainName", "variable" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RemoteDomainName", "marshallLocationName" : "RemoteDomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.

\n@param remoteDomainName The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.*/", "getterDocumentation" : "/**

The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.

\n@return The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.*/", "fluentSetterDocumentation" : "/**

The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.

\n@param remoteDomainName The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.

\n@param remoteDomainName The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDateTime" : { "documentation" : "

The date and time that the trust relationship was created.

", "name" : "CreatedDateTime", "c2jName" : "CreatedDateTime", "c2jShape" : "CreatedDateTime", "variable" : { "variableName" : "createdDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the trust relationship was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreatedDateTime", "marshallLocationName" : "CreatedDateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the trust relationship was created.

\n@param createdDateTime The date and time that the trust relationship was created.*/", "getterDocumentation" : "/**

The date and time that the trust relationship was created.

\n@return The date and time that the trust relationship was created.*/", "fluentSetterDocumentation" : "/**

The date and time that the trust relationship was created.

\n@param createdDateTime The date and time that the trust relationship was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the trust relationship was created.

\n@param createdDateTime The date and time that the trust relationship was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrustStateReason" : { "documentation" : "

The reason for the TrustState.

", "name" : "TrustStateReason", "c2jName" : "TrustStateReason", "c2jShape" : "TrustStateReason", "variable" : { "variableName" : "trustStateReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The reason for the TrustState.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustStateReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustStateReason", "marshallLocationName" : "TrustStateReason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The reason for the TrustState.

\n@param trustStateReason The reason for the TrustState.*/", "getterDocumentation" : "/**

The reason for the TrustState.

\n@return The reason for the TrustState.*/", "fluentSetterDocumentation" : "/**

The reason for the TrustState.

\n@param trustStateReason The reason for the TrustState.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The reason for the TrustState.

\n@param trustStateReason The reason for the TrustState.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrustId" : { "documentation" : "

The unique ID of the trust relationship.

", "name" : "TrustId", "c2jName" : "TrustId", "c2jShape" : "TrustId", "variable" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique ID of the trust relationship.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustId", "marshallLocationName" : "TrustId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique ID of the trust relationship.

\n@param trustId The unique ID of the trust relationship.*/", "getterDocumentation" : "/**

The unique ID of the trust relationship.

\n@return The unique ID of the trust relationship.*/", "fluentSetterDocumentation" : "/**

The unique ID of the trust relationship.

\n@param trustId The unique ID of the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique ID of the trust relationship.

\n@param trustId The unique ID of the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrustType" : { "documentation" : "

The trust relationship type.

", "name" : "TrustType", "c2jName" : "TrustType", "c2jShape" : "TrustType", "variable" : { "variableName" : "trustType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The trust relationship type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustType", "marshallLocationName" : "TrustType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TrustType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The trust relationship type.

\n@param trustType The trust relationship type.\n@see TrustType*/", "getterDocumentation" : "/**

The trust relationship type.

\n@return The trust relationship type.\n@see TrustType*/", "fluentSetterDocumentation" : "/**

The trust relationship type.

\n@param trustType The trust relationship type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustType*/", "varargSetterDocumentation" : "/**

The trust relationship type.

\n@param trustType The trust relationship type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustType*/" }, "StateLastUpdatedDateTime" : { "documentation" : "

The date and time that the TrustState was last updated.

", "name" : "StateLastUpdatedDateTime", "c2jName" : "StateLastUpdatedDateTime", "c2jShape" : "StateLastUpdatedDateTime", "variable" : { "variableName" : "stateLastUpdatedDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the TrustState was last updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "stateLastUpdatedDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StateLastUpdatedDateTime", "marshallLocationName" : "StateLastUpdatedDateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the TrustState was last updated.

\n@param stateLastUpdatedDateTime The date and time that the TrustState was last updated.*/", "getterDocumentation" : "/**

The date and time that the TrustState was last updated.

\n@return The date and time that the TrustState was last updated.*/", "fluentSetterDocumentation" : "/**

The date and time that the TrustState was last updated.

\n@param stateLastUpdatedDateTime The date and time that the TrustState was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the TrustState was last updated.

\n@param stateLastUpdatedDateTime The date and time that the TrustState was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrustState" : { "documentation" : "

The trust relationship state.

", "name" : "TrustState", "c2jName" : "TrustState", "c2jShape" : "TrustState", "variable" : { "variableName" : "trustState", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The trust relationship state.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustState", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustState", "marshallLocationName" : "TrustState", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TrustState", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The trust relationship state.

\n@param trustState The trust relationship state.\n@see TrustState*/", "getterDocumentation" : "/**

The trust relationship state.

\n@return The trust relationship state.\n@see TrustState*/", "fluentSetterDocumentation" : "/**

The trust relationship state.

\n@param trustState The trust relationship state.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustState*/", "varargSetterDocumentation" : "/**

The trust relationship state.

\n@param trustState The trust relationship state.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustState*/" } } }, "Attribute" : { "c2jName" : "Attribute", "documentation" : "

Represents a named directory attribute.

", "shapeName" : "Attribute", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The name of the attribute.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "AttributeName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the attribute.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the attribute.

\n@param name The name of the attribute.*/", "getterDocumentation" : "/**

The name of the attribute.

\n@return The name of the attribute.*/", "fluentSetterDocumentation" : "/**

The name of the attribute.

\n@param name The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the attribute.

\n@param name The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The value of the attribute.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "AttributeValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value of the attribute.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value of the attribute.

\n@param value The value of the attribute.*/", "getterDocumentation" : "/**

The value of the attribute.

\n@return The value of the attribute.*/", "fluentSetterDocumentation" : "/**

The value of the attribute.

\n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value of the attribute.

\n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "attribute", "variableType" : "Attribute", "variableDeclarationType" : "Attribute", "documentation" : null, "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

The name of the attribute.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "AttributeName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the attribute.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the attribute.

\n@param name The name of the attribute.*/", "getterDocumentation" : "/**

The name of the attribute.

\n@return The name of the attribute.*/", "fluentSetterDocumentation" : "/**

The name of the attribute.

\n@param name The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the attribute.

\n@param name The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Value" : { "documentation" : "

The value of the attribute.

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "AttributeValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The value of the attribute.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The value of the attribute.

\n@param value The value of the attribute.*/", "getterDocumentation" : "/**

The value of the attribute.

\n@return The value of the attribute.*/", "fluentSetterDocumentation" : "/**

The value of the attribute.

\n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The value of the attribute.

\n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DisableRadiusResult" : { "c2jName" : "DisableRadiusResult", "documentation" : "

Contains the results of the DisableRadius operation.

", "shapeName" : "DisableRadiusResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "disableRadiusResult", "variableType" : "DisableRadiusResult", "variableDeclarationType" : "DisableRadiusResult", "documentation" : null, "simpleType" : "DisableRadiusResult", "variableSetterType" : "DisableRadiusResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteSnapshotRequest" : { "c2jName" : "DeleteSnapshotRequest", "documentation" : "

Contains the inputs for the DeleteSnapshot operation.

", "shapeName" : "DeleteSnapshotRequest", "deprecated" : false, "required" : [ "SnapshotId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the directory snapshot to be deleted.

", "name" : "SnapshotId", "c2jName" : "SnapshotId", "c2jShape" : "SnapshotId", "variable" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory snapshot to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotId", "marshallLocationName" : "SnapshotId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory snapshot to be deleted.

\n@param snapshotId The identifier of the directory snapshot to be deleted.*/", "getterDocumentation" : "/**

The identifier of the directory snapshot to be deleted.

\n@return The identifier of the directory snapshot to be deleted.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory snapshot to be deleted.

\n@param snapshotId The identifier of the directory snapshot to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory snapshot to be deleted.

\n@param snapshotId The identifier of the directory snapshot to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteSnapshotRequest", "variableType" : "DeleteSnapshotRequest", "variableDeclarationType" : "DeleteSnapshotRequest", "documentation" : null, "simpleType" : "DeleteSnapshotRequest", "variableSetterType" : "DeleteSnapshotRequest" }, "marshaller" : { "action" : "DeleteSnapshot", "verb" : "POST", "target" : "DirectoryService_20150416.DeleteSnapshot", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SnapshotId" : { "documentation" : "

The identifier of the directory snapshot to be deleted.

", "name" : "SnapshotId", "c2jName" : "SnapshotId", "c2jShape" : "SnapshotId", "variable" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory snapshot to be deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotId", "marshallLocationName" : "SnapshotId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory snapshot to be deleted.

\n@param snapshotId The identifier of the directory snapshot to be deleted.*/", "getterDocumentation" : "/**

The identifier of the directory snapshot to be deleted.

\n@return The identifier of the directory snapshot to be deleted.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory snapshot to be deleted.

\n@param snapshotId The identifier of the directory snapshot to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory snapshot to be deleted.

\n@param snapshotId The identifier of the directory snapshot to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TrustDirection" : { "c2jName" : "TrustDirection", "documentation" : "", "shapeName" : "TrustDirection", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "OneWayOutgoing", "value" : "One-Way: Outgoing" }, { "name" : "OneWayIncoming", "value" : "One-Way: Incoming" }, { "name" : "TwoWay", "value" : "Two-Way" } ], "variable" : { "variableName" : "trustDirection", "variableType" : "TrustDirection", "variableDeclarationType" : "TrustDirection", "documentation" : null, "simpleType" : "TrustDirection", "variableSetterType" : "TrustDirection" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DescribeSnapshotsResult" : { "c2jName" : "DescribeSnapshotsResult", "documentation" : "

Contains the results of the DescribeSnapshots operation.

", "shapeName" : "DescribeSnapshotsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The list of Snapshot objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

", "name" : "Snapshots", "c2jName" : "Snapshots", "c2jShape" : "Snapshots", "variable" : { "variableName" : "snapshots", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of Snapshot objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "snapshots", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Snapshots", "marshallLocationName" : "Snapshots", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "Snapshot", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Snapshot", "variable" : { "variableName" : "member", "variableType" : "Snapshot", "variableDeclarationType" : "Snapshot", "documentation" : "", "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "setterModel" : { "variableName" : "member", "variableType" : "Snapshot", "variableDeclarationType" : "Snapshot", "documentation" : "", "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "getterModel" : { "returnType" : "Snapshot", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Snapshot", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of Snapshot objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n@param snapshots The list of Snapshot objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.*/", "getterDocumentation" : "/**

The list of Snapshot objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n@return The list of Snapshot objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.*/", "fluentSetterDocumentation" : "/**

The list of Snapshot objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n@param snapshots The list of Snapshot objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of Snapshot objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSnapshots(java.util.Collection)} or {@link #withSnapshots(java.util.Collection)} if you want to override the existing values.

\n@param snapshots The list of Snapshot objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If not null, more results are available. Pass this value in the NextToken member of a subsequent call to DescribeSnapshots.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If not null, more results are available. Pass this value in the NextToken member of a subsequent call to DescribeSnapshots.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If not null, more results are available. Pass this value in the NextToken member of a subsequent call to DescribeSnapshots.

\n@param nextToken If not null, more results are available. Pass this value in the NextToken member of a subsequent call to DescribeSnapshots.*/", "getterDocumentation" : "/**

If not null, more results are available. Pass this value in the NextToken member of a subsequent call to DescribeSnapshots.

\n@return If not null, more results are available. Pass this value in the NextToken member of a subsequent call to DescribeSnapshots.*/", "fluentSetterDocumentation" : "/**

If not null, more results are available. Pass this value in the NextToken member of a subsequent call to DescribeSnapshots.

\n@param nextToken If not null, more results are available. Pass this value in the NextToken member of a subsequent call to DescribeSnapshots.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If not null, more results are available. Pass this value in the NextToken member of a subsequent call to DescribeSnapshots.

\n@param nextToken If not null, more results are available. Pass this value in the NextToken member of a subsequent call to DescribeSnapshots.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeSnapshotsResult", "variableType" : "DescribeSnapshotsResult", "variableDeclarationType" : "DescribeSnapshotsResult", "documentation" : null, "simpleType" : "DescribeSnapshotsResult", "variableSetterType" : "DescribeSnapshotsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

If not null, more results are available. Pass this value in the NextToken member of a subsequent call to DescribeSnapshots.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If not null, more results are available. Pass this value in the NextToken member of a subsequent call to DescribeSnapshots.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If not null, more results are available. Pass this value in the NextToken member of a subsequent call to DescribeSnapshots.

\n@param nextToken If not null, more results are available. Pass this value in the NextToken member of a subsequent call to DescribeSnapshots.*/", "getterDocumentation" : "/**

If not null, more results are available. Pass this value in the NextToken member of a subsequent call to DescribeSnapshots.

\n@return If not null, more results are available. Pass this value in the NextToken member of a subsequent call to DescribeSnapshots.*/", "fluentSetterDocumentation" : "/**

If not null, more results are available. Pass this value in the NextToken member of a subsequent call to DescribeSnapshots.

\n@param nextToken If not null, more results are available. Pass this value in the NextToken member of a subsequent call to DescribeSnapshots.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If not null, more results are available. Pass this value in the NextToken member of a subsequent call to DescribeSnapshots.

\n@param nextToken If not null, more results are available. Pass this value in the NextToken member of a subsequent call to DescribeSnapshots.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Snapshots" : { "documentation" : "

The list of Snapshot objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

", "name" : "Snapshots", "c2jName" : "Snapshots", "c2jShape" : "Snapshots", "variable" : { "variableName" : "snapshots", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of Snapshot objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "snapshots", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Snapshots", "marshallLocationName" : "Snapshots", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "Snapshot", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Snapshot", "variable" : { "variableName" : "member", "variableType" : "Snapshot", "variableDeclarationType" : "Snapshot", "documentation" : "", "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "setterModel" : { "variableName" : "member", "variableType" : "Snapshot", "variableDeclarationType" : "Snapshot", "documentation" : "", "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "getterModel" : { "returnType" : "Snapshot", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Snapshot", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of Snapshot objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n@param snapshots The list of Snapshot objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.*/", "getterDocumentation" : "/**

The list of Snapshot objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n@return The list of Snapshot objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.*/", "fluentSetterDocumentation" : "/**

The list of Snapshot objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n@param snapshots The list of Snapshot objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of Snapshot objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSnapshots(java.util.Collection)} or {@link #withSnapshots(java.util.Collection)} if you want to override the existing values.

\n@param snapshots The list of Snapshot objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EntityAlreadyExistsException" : { "c2jName" : "EntityAlreadyExistsException", "documentation" : "

The specified entity already exists.

", "shapeName" : "EntityAlreadyExistsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "entityAlreadyExistsException", "variableType" : "EntityAlreadyExistsException", "variableDeclarationType" : "EntityAlreadyExistsException", "documentation" : null, "simpleType" : "EntityAlreadyExistsException", "variableSetterType" : "EntityAlreadyExistsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "EntityAlreadyExistsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RequestId" : { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ConnectDirectoryResult" : { "c2jName" : "ConnectDirectoryResult", "documentation" : "

Contains the results of the ConnectDirectory operation.

", "shapeName" : "ConnectDirectoryResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the new directory.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the new directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the new directory.

\n@param directoryId The identifier of the new directory.*/", "getterDocumentation" : "/**

The identifier of the new directory.

\n@return The identifier of the new directory.*/", "fluentSetterDocumentation" : "/**

The identifier of the new directory.

\n@param directoryId The identifier of the new directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the new directory.

\n@param directoryId The identifier of the new directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "connectDirectoryResult", "variableType" : "ConnectDirectoryResult", "variableDeclarationType" : "ConnectDirectoryResult", "documentation" : null, "simpleType" : "ConnectDirectoryResult", "variableSetterType" : "ConnectDirectoryResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DirectoryId" : { "documentation" : "

The identifier of the new directory.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the new directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the new directory.

\n@param directoryId The identifier of the new directory.*/", "getterDocumentation" : "/**

The identifier of the new directory.

\n@return The identifier of the new directory.*/", "fluentSetterDocumentation" : "/**

The identifier of the new directory.

\n@param directoryId The identifier of the new directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the new directory.

\n@param directoryId The identifier of the new directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Computer" : { "c2jName" : "Computer", "documentation" : "

Contains information about a computer account in a directory.

", "shapeName" : "Computer", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the computer.

", "name" : "ComputerId", "c2jName" : "ComputerId", "c2jShape" : "SID", "variable" : { "variableName" : "computerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the computer.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "computerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComputerId", "marshallLocationName" : "ComputerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the computer.

\n@param computerId The identifier of the computer.*/", "getterDocumentation" : "/**

The identifier of the computer.

\n@return The identifier of the computer.*/", "fluentSetterDocumentation" : "/**

The identifier of the computer.

\n@param computerId The identifier of the computer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the computer.

\n@param computerId The identifier of the computer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The computer name.

", "name" : "ComputerName", "c2jName" : "ComputerName", "c2jShape" : "ComputerName", "variable" : { "variableName" : "computerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The computer name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "computerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComputerName", "marshallLocationName" : "ComputerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The computer name.

\n@param computerName The computer name.*/", "getterDocumentation" : "/**

The computer name.

\n@return The computer name.*/", "fluentSetterDocumentation" : "/**

The computer name.

\n@param computerName The computer name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The computer name.

\n@param computerName The computer name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An array of Attribute objects containing the LDAP attributes that belong to the computer account.

", "name" : "ComputerAttributes", "c2jName" : "ComputerAttributes", "c2jShape" : "Attributes", "variable" : { "variableName" : "computerAttributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

An array of Attribute objects containing the LDAP attributes that belong to the computer account.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "computerAttributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComputerAttributes", "marshallLocationName" : "ComputerAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "Attribute", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Attribute", "variable" : { "variableName" : "member", "variableType" : "Attribute", "variableDeclarationType" : "Attribute", "documentation" : "", "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "setterModel" : { "variableName" : "member", "variableType" : "Attribute", "variableDeclarationType" : "Attribute", "documentation" : "", "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "getterModel" : { "returnType" : "Attribute", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Attribute", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of Attribute objects containing the LDAP attributes that belong to the computer account.

\n@param computerAttributes An array of Attribute objects containing the LDAP attributes that belong to the computer account.*/", "getterDocumentation" : "/**

An array of Attribute objects containing the LDAP attributes that belong to the computer account.

\n@return An array of Attribute objects containing the LDAP attributes that belong to the computer account.*/", "fluentSetterDocumentation" : "/**

An array of Attribute objects containing the LDAP attributes that belong to the computer account.

\n@param computerAttributes An array of Attribute objects containing the LDAP attributes that belong to the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of Attribute objects containing the LDAP attributes that belong to the computer account.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setComputerAttributes(java.util.Collection)} or {@link #withComputerAttributes(java.util.Collection)} if you want to override the existing values.

\n@param computerAttributes An array of Attribute objects containing the LDAP attributes that belong to the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "computer", "variableType" : "Computer", "variableDeclarationType" : "Computer", "documentation" : null, "simpleType" : "Computer", "variableSetterType" : "Computer" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ComputerName" : { "documentation" : "

The computer name.

", "name" : "ComputerName", "c2jName" : "ComputerName", "c2jShape" : "ComputerName", "variable" : { "variableName" : "computerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The computer name.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "computerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComputerName", "marshallLocationName" : "ComputerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The computer name.

\n@param computerName The computer name.*/", "getterDocumentation" : "/**

The computer name.

\n@return The computer name.*/", "fluentSetterDocumentation" : "/**

The computer name.

\n@param computerName The computer name.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The computer name.

\n@param computerName The computer name.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ComputerId" : { "documentation" : "

The identifier of the computer.

", "name" : "ComputerId", "c2jName" : "ComputerId", "c2jShape" : "SID", "variable" : { "variableName" : "computerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the computer.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "computerId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComputerId", "marshallLocationName" : "ComputerId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the computer.

\n@param computerId The identifier of the computer.*/", "getterDocumentation" : "/**

The identifier of the computer.

\n@return The identifier of the computer.*/", "fluentSetterDocumentation" : "/**

The identifier of the computer.

\n@param computerId The identifier of the computer.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the computer.

\n@param computerId The identifier of the computer.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ComputerAttributes" : { "documentation" : "

An array of Attribute objects containing the LDAP attributes that belong to the computer account.

", "name" : "ComputerAttributes", "c2jName" : "ComputerAttributes", "c2jShape" : "Attributes", "variable" : { "variableName" : "computerAttributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

An array of Attribute objects containing the LDAP attributes that belong to the computer account.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "computerAttributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComputerAttributes", "marshallLocationName" : "ComputerAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "Attribute", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Attribute", "variable" : { "variableName" : "member", "variableType" : "Attribute", "variableDeclarationType" : "Attribute", "documentation" : "", "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "setterModel" : { "variableName" : "member", "variableType" : "Attribute", "variableDeclarationType" : "Attribute", "documentation" : "", "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "getterModel" : { "returnType" : "Attribute", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Attribute", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of Attribute objects containing the LDAP attributes that belong to the computer account.

\n@param computerAttributes An array of Attribute objects containing the LDAP attributes that belong to the computer account.*/", "getterDocumentation" : "/**

An array of Attribute objects containing the LDAP attributes that belong to the computer account.

\n@return An array of Attribute objects containing the LDAP attributes that belong to the computer account.*/", "fluentSetterDocumentation" : "/**

An array of Attribute objects containing the LDAP attributes that belong to the computer account.

\n@param computerAttributes An array of Attribute objects containing the LDAP attributes that belong to the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of Attribute objects containing the LDAP attributes that belong to the computer account.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setComputerAttributes(java.util.Collection)} or {@link #withComputerAttributes(java.util.Collection)} if you want to override the existing values.

\n@param computerAttributes An array of Attribute objects containing the LDAP attributes that belong to the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListTagsForResourceResult" : { "c2jName" : "ListTagsForResourceResult", "documentation" : "", "shapeName" : "ListTagsForResourceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

List of tags returned by the ListTagsForResource operation.

", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "Tags", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

List of tags returned by the ListTagsForResource operation.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

List of tags returned by the ListTagsForResource operation.

\n@param tags List of tags returned by the ListTagsForResource operation.*/", "getterDocumentation" : "/**

List of tags returned by the ListTagsForResource operation.

\n@return List of tags returned by the ListTagsForResource operation.*/", "fluentSetterDocumentation" : "/**

List of tags returned by the ListTagsForResource operation.

\n@param tags List of tags returned by the ListTagsForResource operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

List of tags returned by the ListTagsForResource operation.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

\n@param tags List of tags returned by the ListTagsForResource operation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Reserved for future use.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Reserved for future use.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Reserved for future use.

\n@param nextToken Reserved for future use.*/", "getterDocumentation" : "/**

Reserved for future use.

\n@return Reserved for future use.*/", "fluentSetterDocumentation" : "/**

Reserved for future use.

\n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Reserved for future use.

\n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTagsForResourceResult", "variableType" : "ListTagsForResourceResult", "variableDeclarationType" : "ListTagsForResourceResult", "documentation" : null, "simpleType" : "ListTagsForResourceResult", "variableSetterType" : "ListTagsForResourceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Tags" : { "documentation" : "

List of tags returned by the ListTagsForResource operation.

", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "Tags", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

List of tags returned by the ListTagsForResource operation.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

List of tags returned by the ListTagsForResource operation.

\n@param tags List of tags returned by the ListTagsForResource operation.*/", "getterDocumentation" : "/**

List of tags returned by the ListTagsForResource operation.

\n@return List of tags returned by the ListTagsForResource operation.*/", "fluentSetterDocumentation" : "/**

List of tags returned by the ListTagsForResource operation.

\n@param tags List of tags returned by the ListTagsForResource operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

List of tags returned by the ListTagsForResource operation.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

\n@param tags List of tags returned by the ListTagsForResource operation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "NextToken" : { "documentation" : "

Reserved for future use.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Reserved for future use.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Reserved for future use.

\n@param nextToken Reserved for future use.*/", "getterDocumentation" : "/**

Reserved for future use.

\n@return Reserved for future use.*/", "fluentSetterDocumentation" : "/**

Reserved for future use.

\n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Reserved for future use.

\n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeEventTopicsResult" : { "c2jName" : "DescribeEventTopicsResult", "documentation" : "

The result of a DescribeEventTopic request.

", "shapeName" : "DescribeEventTopicsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A list of SNS topic names that receive status messages from the specified Directory ID.

", "name" : "EventTopics", "c2jName" : "EventTopics", "c2jShape" : "EventTopics", "variable" : { "variableName" : "eventTopics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of SNS topic names that receive status messages from the specified Directory ID.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "eventTopics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventTopics", "marshallLocationName" : "EventTopics", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "EventTopic", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "EventTopic", "variable" : { "variableName" : "member", "variableType" : "EventTopic", "variableDeclarationType" : "EventTopic", "documentation" : "", "simpleType" : "EventTopic", "variableSetterType" : "EventTopic" }, "setterModel" : { "variableName" : "member", "variableType" : "EventTopic", "variableDeclarationType" : "EventTopic", "documentation" : "", "simpleType" : "EventTopic", "variableSetterType" : "EventTopic" }, "getterModel" : { "returnType" : "EventTopic", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "EventTopic", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of SNS topic names that receive status messages from the specified Directory ID.

\n@param eventTopics A list of SNS topic names that receive status messages from the specified Directory ID.*/", "getterDocumentation" : "/**

A list of SNS topic names that receive status messages from the specified Directory ID.

\n@return A list of SNS topic names that receive status messages from the specified Directory ID.*/", "fluentSetterDocumentation" : "/**

A list of SNS topic names that receive status messages from the specified Directory ID.

\n@param eventTopics A list of SNS topic names that receive status messages from the specified Directory ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of SNS topic names that receive status messages from the specified Directory ID.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setEventTopics(java.util.Collection)} or {@link #withEventTopics(java.util.Collection)} if you want to override the existing values.

\n@param eventTopics A list of SNS topic names that receive status messages from the specified Directory ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeEventTopicsResult", "variableType" : "DescribeEventTopicsResult", "variableDeclarationType" : "DescribeEventTopicsResult", "documentation" : null, "simpleType" : "DescribeEventTopicsResult", "variableSetterType" : "DescribeEventTopicsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "EventTopics" : { "documentation" : "

A list of SNS topic names that receive status messages from the specified Directory ID.

", "name" : "EventTopics", "c2jName" : "EventTopics", "c2jShape" : "EventTopics", "variable" : { "variableName" : "eventTopics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of SNS topic names that receive status messages from the specified Directory ID.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "eventTopics", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "EventTopics", "marshallLocationName" : "EventTopics", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "EventTopic", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "EventTopic", "variable" : { "variableName" : "member", "variableType" : "EventTopic", "variableDeclarationType" : "EventTopic", "documentation" : "", "simpleType" : "EventTopic", "variableSetterType" : "EventTopic" }, "setterModel" : { "variableName" : "member", "variableType" : "EventTopic", "variableDeclarationType" : "EventTopic", "documentation" : "", "simpleType" : "EventTopic", "variableSetterType" : "EventTopic" }, "getterModel" : { "returnType" : "EventTopic", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "EventTopic", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of SNS topic names that receive status messages from the specified Directory ID.

\n@param eventTopics A list of SNS topic names that receive status messages from the specified Directory ID.*/", "getterDocumentation" : "/**

A list of SNS topic names that receive status messages from the specified Directory ID.

\n@return A list of SNS topic names that receive status messages from the specified Directory ID.*/", "fluentSetterDocumentation" : "/**

A list of SNS topic names that receive status messages from the specified Directory ID.

\n@param eventTopics A list of SNS topic names that receive status messages from the specified Directory ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of SNS topic names that receive status messages from the specified Directory ID.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setEventTopics(java.util.Collection)} or {@link #withEventTopics(java.util.Collection)} if you want to override the existing values.

\n@param eventTopics A list of SNS topic names that receive status messages from the specified Directory ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ListTagsForResourceRequest" : { "c2jName" : "ListTagsForResourceRequest", "documentation" : "", "shapeName" : "ListTagsForResourceRequest", "deprecated" : false, "required" : [ "ResourceId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the directory for which you want to retrieve tags.

", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the directory for which you want to retrieve tags.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the directory for which you want to retrieve tags.

\n@param resourceId The ID of the directory for which you want to retrieve tags.*/", "getterDocumentation" : "/**

The ID of the directory for which you want to retrieve tags.

\n@return The ID of the directory for which you want to retrieve tags.*/", "fluentSetterDocumentation" : "/**

The ID of the directory for which you want to retrieve tags.

\n@param resourceId The ID of the directory for which you want to retrieve tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the directory for which you want to retrieve tags.

\n@param resourceId The ID of the directory for which you want to retrieve tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Reserved for future use.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Reserved for future use.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Reserved for future use.

\n@param nextToken Reserved for future use.*/", "getterDocumentation" : "/**

Reserved for future use.

\n@return Reserved for future use.*/", "fluentSetterDocumentation" : "/**

Reserved for future use.

\n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Reserved for future use.

\n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Reserved for future use.

", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "Limit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

Reserved for future use.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Reserved for future use.

\n@param limit Reserved for future use.*/", "getterDocumentation" : "/**

Reserved for future use.

\n@return Reserved for future use.*/", "fluentSetterDocumentation" : "/**

Reserved for future use.

\n@param limit Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Reserved for future use.

\n@param limit Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "listTagsForResourceRequest", "variableType" : "ListTagsForResourceRequest", "variableDeclarationType" : "ListTagsForResourceRequest", "documentation" : null, "simpleType" : "ListTagsForResourceRequest", "variableSetterType" : "ListTagsForResourceRequest" }, "marshaller" : { "action" : "ListTagsForResource", "verb" : "POST", "target" : "DirectoryService_20150416.ListTagsForResource", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

Reserved for future use.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Reserved for future use.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Reserved for future use.

\n@param nextToken Reserved for future use.*/", "getterDocumentation" : "/**

Reserved for future use.

\n@return Reserved for future use.*/", "fluentSetterDocumentation" : "/**

Reserved for future use.

\n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Reserved for future use.

\n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceId" : { "documentation" : "

The ID of the directory for which you want to retrieve tags.

", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the directory for which you want to retrieve tags.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the directory for which you want to retrieve tags.

\n@param resourceId The ID of the directory for which you want to retrieve tags.*/", "getterDocumentation" : "/**

The ID of the directory for which you want to retrieve tags.

\n@return The ID of the directory for which you want to retrieve tags.*/", "fluentSetterDocumentation" : "/**

The ID of the directory for which you want to retrieve tags.

\n@param resourceId The ID of the directory for which you want to retrieve tags.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the directory for which you want to retrieve tags.

\n@param resourceId The ID of the directory for which you want to retrieve tags.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

Reserved for future use.

", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "Limit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

Reserved for future use.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Reserved for future use.

\n@param limit Reserved for future use.*/", "getterDocumentation" : "/**

Reserved for future use.

\n@return Reserved for future use.*/", "fluentSetterDocumentation" : "/**

Reserved for future use.

\n@param limit Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Reserved for future use.

\n@param limit Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetSnapshotLimitsResult" : { "c2jName" : "GetSnapshotLimitsResult", "documentation" : "

Contains the results of the GetSnapshotLimits operation.

", "shapeName" : "GetSnapshotLimitsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A SnapshotLimits object that contains the manual snapshot limits for the specified directory.

", "name" : "SnapshotLimits", "c2jName" : "SnapshotLimits", "c2jShape" : "SnapshotLimits", "variable" : { "variableName" : "snapshotLimits", "variableType" : "SnapshotLimits", "variableDeclarationType" : "SnapshotLimits", "documentation" : "

A SnapshotLimits object that contains the manual snapshot limits for the specified directory.

", "simpleType" : "SnapshotLimits", "variableSetterType" : "SnapshotLimits" }, "setterModel" : { "variableName" : "snapshotLimits", "variableType" : "SnapshotLimits", "variableDeclarationType" : "SnapshotLimits", "documentation" : "", "simpleType" : "SnapshotLimits", "variableSetterType" : "SnapshotLimits" }, "getterModel" : { "returnType" : "SnapshotLimits", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotLimits", "marshallLocationName" : "SnapshotLimits", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

A SnapshotLimits object that contains the manual snapshot limits for the specified directory.

\n@param snapshotLimits A SnapshotLimits object that contains the manual snapshot limits for the specified directory.*/", "getterDocumentation" : "/**

A SnapshotLimits object that contains the manual snapshot limits for the specified directory.

\n@return A SnapshotLimits object that contains the manual snapshot limits for the specified directory.*/", "fluentSetterDocumentation" : "/**

A SnapshotLimits object that contains the manual snapshot limits for the specified directory.

\n@param snapshotLimits A SnapshotLimits object that contains the manual snapshot limits for the specified directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A SnapshotLimits object that contains the manual snapshot limits for the specified directory.

\n@param snapshotLimits A SnapshotLimits object that contains the manual snapshot limits for the specified directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getSnapshotLimitsResult", "variableType" : "GetSnapshotLimitsResult", "variableDeclarationType" : "GetSnapshotLimitsResult", "documentation" : null, "simpleType" : "GetSnapshotLimitsResult", "variableSetterType" : "GetSnapshotLimitsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SnapshotLimits" : { "documentation" : "

A SnapshotLimits object that contains the manual snapshot limits for the specified directory.

", "name" : "SnapshotLimits", "c2jName" : "SnapshotLimits", "c2jShape" : "SnapshotLimits", "variable" : { "variableName" : "snapshotLimits", "variableType" : "SnapshotLimits", "variableDeclarationType" : "SnapshotLimits", "documentation" : "

A SnapshotLimits object that contains the manual snapshot limits for the specified directory.

", "simpleType" : "SnapshotLimits", "variableSetterType" : "SnapshotLimits" }, "setterModel" : { "variableName" : "snapshotLimits", "variableType" : "SnapshotLimits", "variableDeclarationType" : "SnapshotLimits", "documentation" : "", "simpleType" : "SnapshotLimits", "variableSetterType" : "SnapshotLimits" }, "getterModel" : { "returnType" : "SnapshotLimits", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotLimits", "marshallLocationName" : "SnapshotLimits", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

A SnapshotLimits object that contains the manual snapshot limits for the specified directory.

\n@param snapshotLimits A SnapshotLimits object that contains the manual snapshot limits for the specified directory.*/", "getterDocumentation" : "/**

A SnapshotLimits object that contains the manual snapshot limits for the specified directory.

\n@return A SnapshotLimits object that contains the manual snapshot limits for the specified directory.*/", "fluentSetterDocumentation" : "/**

A SnapshotLimits object that contains the manual snapshot limits for the specified directory.

\n@param snapshotLimits A SnapshotLimits object that contains the manual snapshot limits for the specified directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A SnapshotLimits object that contains the manual snapshot limits for the specified directory.

\n@param snapshotLimits A SnapshotLimits object that contains the manual snapshot limits for the specified directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateRadiusRequest" : { "c2jName" : "UpdateRadiusRequest", "documentation" : "

Contains the inputs for the UpdateRadius operation.

", "shapeName" : "UpdateRadiusRequest", "deprecated" : false, "required" : [ "DirectoryId", "RadiusSettings" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the directory for which to update the RADIUS server information.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory for which to update the RADIUS server information.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory for which to update the RADIUS server information.

\n@param directoryId The identifier of the directory for which to update the RADIUS server information.*/", "getterDocumentation" : "/**

The identifier of the directory for which to update the RADIUS server information.

\n@return The identifier of the directory for which to update the RADIUS server information.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory for which to update the RADIUS server information.

\n@param directoryId The identifier of the directory for which to update the RADIUS server information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory for which to update the RADIUS server information.

\n@param directoryId The identifier of the directory for which to update the RADIUS server information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A RadiusSettings object that contains information about the RADIUS server.

", "name" : "RadiusSettings", "c2jName" : "RadiusSettings", "c2jShape" : "RadiusSettings", "variable" : { "variableName" : "radiusSettings", "variableType" : "RadiusSettings", "variableDeclarationType" : "RadiusSettings", "documentation" : "

A RadiusSettings object that contains information about the RADIUS server.

", "simpleType" : "RadiusSettings", "variableSetterType" : "RadiusSettings" }, "setterModel" : { "variableName" : "radiusSettings", "variableType" : "RadiusSettings", "variableDeclarationType" : "RadiusSettings", "documentation" : "", "simpleType" : "RadiusSettings", "variableSetterType" : "RadiusSettings" }, "getterModel" : { "returnType" : "RadiusSettings", "documentation" : null }, "http" : { "unmarshallLocationName" : "RadiusSettings", "marshallLocationName" : "RadiusSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server.

\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server.*/", "getterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server.

\n@return A RadiusSettings object that contains information about the RADIUS server.*/", "fluentSetterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server.

\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server.

\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateRadiusRequest", "variableType" : "UpdateRadiusRequest", "variableDeclarationType" : "UpdateRadiusRequest", "documentation" : null, "simpleType" : "UpdateRadiusRequest", "variableSetterType" : "UpdateRadiusRequest" }, "marshaller" : { "action" : "UpdateRadius", "verb" : "POST", "target" : "DirectoryService_20150416.UpdateRadius", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RadiusSettings" : { "documentation" : "

A RadiusSettings object that contains information about the RADIUS server.

", "name" : "RadiusSettings", "c2jName" : "RadiusSettings", "c2jShape" : "RadiusSettings", "variable" : { "variableName" : "radiusSettings", "variableType" : "RadiusSettings", "variableDeclarationType" : "RadiusSettings", "documentation" : "

A RadiusSettings object that contains information about the RADIUS server.

", "simpleType" : "RadiusSettings", "variableSetterType" : "RadiusSettings" }, "setterModel" : { "variableName" : "radiusSettings", "variableType" : "RadiusSettings", "variableDeclarationType" : "RadiusSettings", "documentation" : "", "simpleType" : "RadiusSettings", "variableSetterType" : "RadiusSettings" }, "getterModel" : { "returnType" : "RadiusSettings", "documentation" : null }, "http" : { "unmarshallLocationName" : "RadiusSettings", "marshallLocationName" : "RadiusSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server.

\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server.*/", "getterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server.

\n@return A RadiusSettings object that contains information about the RADIUS server.*/", "fluentSetterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server.

\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server.

\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DirectoryId" : { "documentation" : "

The identifier of the directory for which to update the RADIUS server information.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory for which to update the RADIUS server information.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory for which to update the RADIUS server information.

\n@param directoryId The identifier of the directory for which to update the RADIUS server information.*/", "getterDocumentation" : "/**

The identifier of the directory for which to update the RADIUS server information.

\n@return The identifier of the directory for which to update the RADIUS server information.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory for which to update the RADIUS server information.

\n@param directoryId The identifier of the directory for which to update the RADIUS server information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory for which to update the RADIUS server information.

\n@param directoryId The identifier of the directory for which to update the RADIUS server information.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EnableSsoRequest" : { "c2jName" : "EnableSsoRequest", "documentation" : "

Contains the inputs for the EnableSso operation.

", "shapeName" : "EnableSsoRequest", "deprecated" : false, "required" : [ "DirectoryId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the directory for which to enable single-sign on.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory for which to enable single-sign on.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory for which to enable single-sign on.

\n@param directoryId The identifier of the directory for which to enable single-sign on.*/", "getterDocumentation" : "/**

The identifier of the directory for which to enable single-sign on.

\n@return The identifier of the directory for which to enable single-sign on.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory for which to enable single-sign on.

\n@param directoryId The identifier of the directory for which to enable single-sign on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory for which to enable single-sign on.

\n@param directoryId The identifier of the directory for which to enable single-sign on.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password 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.

", "name" : "UserName", "c2jName" : "UserName", "c2jShape" : "UserName", "variable" : { "variableName" : "userName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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.

If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "userName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserName", "marshallLocationName" : "UserName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password 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.

\n@param userName 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.

If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password 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.*/", "getterDocumentation" : "/**

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.

If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password 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.

\n@return 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.

If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password 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.*/", "fluentSetterDocumentation" : "/**

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.

If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password 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.

\n@param userName 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.

If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password 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.

\n@param userName 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.

If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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 UserName parameter.

", "name" : "Password", "c2jName" : "Password", "c2jShape" : "ConnectPassword", "variable" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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 UserName parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Password", "marshallLocationName" : "Password", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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 UserName parameter.

\n@param password 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 UserName parameter.*/", "getterDocumentation" : "/**

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 UserName parameter.

\n@return 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 UserName parameter.*/", "fluentSetterDocumentation" : "/**

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 UserName parameter.

\n@param password 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 UserName parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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 UserName parameter.

\n@param password 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 UserName parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "enableSsoRequest", "variableType" : "EnableSsoRequest", "variableDeclarationType" : "EnableSsoRequest", "documentation" : null, "simpleType" : "EnableSsoRequest", "variableSetterType" : "EnableSsoRequest" }, "marshaller" : { "action" : "EnableSso", "verb" : "POST", "target" : "DirectoryService_20150416.EnableSso", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DirectoryId" : { "documentation" : "

The identifier of the directory for which to enable single-sign on.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory for which to enable single-sign on.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory for which to enable single-sign on.

\n@param directoryId The identifier of the directory for which to enable single-sign on.*/", "getterDocumentation" : "/**

The identifier of the directory for which to enable single-sign on.

\n@return The identifier of the directory for which to enable single-sign on.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory for which to enable single-sign on.

\n@param directoryId The identifier of the directory for which to enable single-sign on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory for which to enable single-sign on.

\n@param directoryId The identifier of the directory for which to enable single-sign on.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Password" : { "documentation" : "

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 UserName parameter.

", "name" : "Password", "c2jName" : "Password", "c2jShape" : "ConnectPassword", "variable" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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 UserName parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Password", "marshallLocationName" : "Password", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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 UserName parameter.

\n@param password 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 UserName parameter.*/", "getterDocumentation" : "/**

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 UserName parameter.

\n@return 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 UserName parameter.*/", "fluentSetterDocumentation" : "/**

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 UserName parameter.

\n@param password 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 UserName parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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 UserName parameter.

\n@param password 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 UserName parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "UserName" : { "documentation" : "

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.

If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password 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.

", "name" : "UserName", "c2jName" : "UserName", "c2jShape" : "UserName", "variable" : { "variableName" : "userName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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.

If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "userName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserName", "marshallLocationName" : "UserName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password 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.

\n@param userName 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.

If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password 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.*/", "getterDocumentation" : "/**

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.

If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password 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.

\n@return 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.

If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password 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.*/", "fluentSetterDocumentation" : "/**

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.

If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password 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.

\n@param userName 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.

If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password 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.

\n@param userName 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.

If the AD Connector service account does not have privileges to add a service principal name, you can specify an alternate account with the UserName and Password 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateConditionalForwarderResult" : { "c2jName" : "CreateConditionalForwarderResult", "documentation" : "

The result of a CreateConditinalForwarder request.

", "shapeName" : "CreateConditionalForwarderResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "createConditionalForwarderResult", "variableType" : "CreateConditionalForwarderResult", "variableDeclarationType" : "CreateConditionalForwarderResult", "documentation" : null, "simpleType" : "CreateConditionalForwarderResult", "variableSetterType" : "CreateConditionalForwarderResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DirectoryDescription" : { "c2jName" : "DirectoryDescription", "documentation" : "

Contains information about an AWS Directory Service directory.

", "shapeName" : "DirectoryDescription", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The directory identifier.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The directory identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The directory identifier.

\n@param directoryId The directory identifier.*/", "getterDocumentation" : "/**

The directory identifier.

\n@return The directory identifier.*/", "fluentSetterDocumentation" : "/**

The directory identifier.

\n@param directoryId The directory identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The directory identifier.

\n@param directoryId The directory identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The fully-qualified name of the directory.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DirectoryName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The fully-qualified name of the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The fully-qualified name of the directory.

\n@param name The fully-qualified name of the directory.*/", "getterDocumentation" : "/**

The fully-qualified name of the directory.

\n@return The fully-qualified name of the directory.*/", "fluentSetterDocumentation" : "/**

The fully-qualified name of the directory.

\n@param name The fully-qualified name of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The fully-qualified name of the directory.

\n@param name The fully-qualified name of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The short name of the directory.

", "name" : "ShortName", "c2jName" : "ShortName", "c2jShape" : "DirectoryShortName", "variable" : { "variableName" : "shortName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The short name of the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "shortName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ShortName", "marshallLocationName" : "ShortName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The short name of the directory.

\n@param shortName The short name of the directory.*/", "getterDocumentation" : "/**

The short name of the directory.

\n@return The short name of the directory.*/", "fluentSetterDocumentation" : "/**

The short name of the directory.

\n@param shortName The short name of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The short name of the directory.

\n@param shortName The short name of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The directory size.

", "name" : "Size", "c2jName" : "Size", "c2jShape" : "DirectorySize", "variable" : { "variableName" : "size", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The directory size.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "size", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Size", "marshallLocationName" : "Size", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "DirectorySize", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The directory size.

\n@param size The directory size.\n@see DirectorySize*/", "getterDocumentation" : "/**

The directory size.

\n@return The directory size.\n@see DirectorySize*/", "fluentSetterDocumentation" : "/**

The directory size.

\n@param size The directory size.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectorySize*/", "varargSetterDocumentation" : "/**

The directory size.

\n@param size The directory size.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectorySize*/" }, { "documentation" : "

The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as d-XXXXXXXXXX.

", "name" : "Alias", "c2jName" : "Alias", "c2jShape" : "AliasName", "variable" : { "variableName" : "alias", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as d-XXXXXXXXXX.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alias", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Alias", "marshallLocationName" : "Alias", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as d-XXXXXXXXXX.

\n@param alias The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as d-XXXXXXXXXX.*/", "getterDocumentation" : "/**

The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as d-XXXXXXXXXX.

\n@return The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as d-XXXXXXXXXX.*/", "fluentSetterDocumentation" : "/**

The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as d-XXXXXXXXXX.

\n@param alias The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as d-XXXXXXXXXX.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as d-XXXXXXXXXX.

\n@param alias The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as d-XXXXXXXXXX.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The access URL for the directory, such as http://<alias>.awsapps.com. If no alias has been created for the directory, <alias> is the directory identifier, such as d-XXXXXXXXXX.

", "name" : "AccessUrl", "c2jName" : "AccessUrl", "c2jShape" : "AccessUrl", "variable" : { "variableName" : "accessUrl", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The access URL for the directory, such as http://<alias>.awsapps.com. If no alias has been created for the directory, <alias> is the directory identifier, such as d-XXXXXXXXXX.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accessUrl", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccessUrl", "marshallLocationName" : "AccessUrl", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The access URL for the directory, such as http://<alias>.awsapps.com. If no alias has been created for the directory, <alias> is the directory identifier, such as d-XXXXXXXXXX.

\n@param accessUrl The access URL for the directory, such as http://<alias>.awsapps.com. If no alias has been created for the directory, <alias> is the directory identifier, such as d-XXXXXXXXXX.*/", "getterDocumentation" : "/**

The access URL for the directory, such as http://<alias>.awsapps.com. If no alias has been created for the directory, <alias> is the directory identifier, such as d-XXXXXXXXXX.

\n@return The access URL for the directory, such as http://<alias>.awsapps.com. If no alias has been created for the directory, <alias> is the directory identifier, such as d-XXXXXXXXXX.*/", "fluentSetterDocumentation" : "/**

The access URL for the directory, such as http://<alias>.awsapps.com. If no alias has been created for the directory, <alias> is the directory identifier, such as d-XXXXXXXXXX.

\n@param accessUrl The access URL for the directory, such as http://<alias>.awsapps.com. If no alias has been created for the directory, <alias> is the directory identifier, such as d-XXXXXXXXXX.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The access URL for the directory, such as http://<alias>.awsapps.com. If no alias has been created for the directory, <alias> is the directory identifier, such as d-XXXXXXXXXX.

\n@param accessUrl The access URL for the directory, such as http://<alias>.awsapps.com. If no alias has been created for the directory, <alias> is the directory identifier, such as d-XXXXXXXXXX.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The textual description for the directory.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The textual description for the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The textual description for the directory.

\n@param description The textual description for the directory.*/", "getterDocumentation" : "/**

The textual description for the directory.

\n@return The textual description for the directory.*/", "fluentSetterDocumentation" : "/**

The textual description for the directory.

\n@param description The textual description for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The textual description for the directory.

\n@param description The textual description for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "DnsIpAddrs", "c2jName" : "DnsIpAddrs", "c2jShape" : "DnsIpAddrs", "variable" : { "variableName" : "dnsIpAddrs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dnsIpAddrs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DnsIpAddrs", "marshallLocationName" : "DnsIpAddrs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IpAddr", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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.

\n@param dnsIpAddrs 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param dnsIpAddrs 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDnsIpAddrs(java.util.Collection)} or {@link #withDnsIpAddrs(java.util.Collection)} if you want to override the existing values.

\n@param dnsIpAddrs 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The current stage of the directory.

", "name" : "Stage", "c2jName" : "Stage", "c2jShape" : "DirectoryStage", "variable" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The current stage of the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Stage", "marshallLocationName" : "Stage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "DirectoryStage", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The current stage of the directory.

\n@param stage The current stage of the directory.\n@see DirectoryStage*/", "getterDocumentation" : "/**

The current stage of the directory.

\n@return The current stage of the directory.\n@see DirectoryStage*/", "fluentSetterDocumentation" : "/**

The current stage of the directory.

\n@param stage The current stage of the directory.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectoryStage*/", "varargSetterDocumentation" : "/**

The current stage of the directory.

\n@param stage The current stage of the directory.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectoryStage*/" }, { "documentation" : "

Specifies when the directory was created.

", "name" : "LaunchTime", "c2jName" : "LaunchTime", "c2jShape" : "LaunchTime", "variable" : { "variableName" : "launchTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Specifies when the directory was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "launchTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchTime", "marshallLocationName" : "LaunchTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies when the directory was created.

\n@param launchTime Specifies when the directory was created.*/", "getterDocumentation" : "/**

Specifies when the directory was created.

\n@return Specifies when the directory was created.*/", "fluentSetterDocumentation" : "/**

Specifies when the directory was created.

\n@param launchTime Specifies when the directory was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies when the directory was created.

\n@param launchTime Specifies when the directory was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time that the stage was last updated.

", "name" : "StageLastUpdatedDateTime", "c2jName" : "StageLastUpdatedDateTime", "c2jShape" : "LastUpdatedDateTime", "variable" : { "variableName" : "stageLastUpdatedDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the stage was last updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "stageLastUpdatedDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StageLastUpdatedDateTime", "marshallLocationName" : "StageLastUpdatedDateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the stage was last updated.

\n@param stageLastUpdatedDateTime The date and time that the stage was last updated.*/", "getterDocumentation" : "/**

The date and time that the stage was last updated.

\n@return The date and time that the stage was last updated.*/", "fluentSetterDocumentation" : "/**

The date and time that the stage was last updated.

\n@param stageLastUpdatedDateTime The date and time that the stage was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the stage was last updated.

\n@param stageLastUpdatedDateTime The date and time that the stage was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The directory size.

", "name" : "Type", "c2jName" : "Type", "c2jShape" : "DirectoryType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The directory size.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "DirectoryType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The directory size.

\n@param type The directory size.\n@see DirectoryType*/", "getterDocumentation" : "/**

The directory size.

\n@return The directory size.\n@see DirectoryType*/", "fluentSetterDocumentation" : "/**

The directory size.

\n@param type The directory size.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectoryType*/", "varargSetterDocumentation" : "/**

The directory size.

\n@param type The directory size.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectoryType*/" }, { "documentation" : "

A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.

", "name" : "VpcSettings", "c2jName" : "VpcSettings", "c2jShape" : "DirectoryVpcSettingsDescription", "variable" : { "variableName" : "vpcSettings", "variableType" : "DirectoryVpcSettingsDescription", "variableDeclarationType" : "DirectoryVpcSettingsDescription", "documentation" : "

A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.

", "simpleType" : "DirectoryVpcSettingsDescription", "variableSetterType" : "DirectoryVpcSettingsDescription" }, "setterModel" : { "variableName" : "vpcSettings", "variableType" : "DirectoryVpcSettingsDescription", "variableDeclarationType" : "DirectoryVpcSettingsDescription", "documentation" : "", "simpleType" : "DirectoryVpcSettingsDescription", "variableSetterType" : "DirectoryVpcSettingsDescription" }, "getterModel" : { "returnType" : "DirectoryVpcSettingsDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSettings", "marshallLocationName" : "VpcSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.

\n@param vpcSettings A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.*/", "getterDocumentation" : "/**

A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.

\n@return A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.*/", "fluentSetterDocumentation" : "/**

A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.

\n@param vpcSettings A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.

\n@param vpcSettings A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.

", "name" : "ConnectSettings", "c2jName" : "ConnectSettings", "c2jShape" : "DirectoryConnectSettingsDescription", "variable" : { "variableName" : "connectSettings", "variableType" : "DirectoryConnectSettingsDescription", "variableDeclarationType" : "DirectoryConnectSettingsDescription", "documentation" : "

A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.

", "simpleType" : "DirectoryConnectSettingsDescription", "variableSetterType" : "DirectoryConnectSettingsDescription" }, "setterModel" : { "variableName" : "connectSettings", "variableType" : "DirectoryConnectSettingsDescription", "variableDeclarationType" : "DirectoryConnectSettingsDescription", "documentation" : "", "simpleType" : "DirectoryConnectSettingsDescription", "variableSetterType" : "DirectoryConnectSettingsDescription" }, "getterModel" : { "returnType" : "DirectoryConnectSettingsDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConnectSettings", "marshallLocationName" : "ConnectSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.

\n@param connectSettings A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.*/", "getterDocumentation" : "/**

A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.

\n@return A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.*/", "fluentSetterDocumentation" : "/**

A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.

\n@param connectSettings A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.

\n@param connectSettings A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A RadiusSettings object that contains information about the RADIUS server configured for this directory.

", "name" : "RadiusSettings", "c2jName" : "RadiusSettings", "c2jShape" : "RadiusSettings", "variable" : { "variableName" : "radiusSettings", "variableType" : "RadiusSettings", "variableDeclarationType" : "RadiusSettings", "documentation" : "

A RadiusSettings object that contains information about the RADIUS server configured for this directory.

", "simpleType" : "RadiusSettings", "variableSetterType" : "RadiusSettings" }, "setterModel" : { "variableName" : "radiusSettings", "variableType" : "RadiusSettings", "variableDeclarationType" : "RadiusSettings", "documentation" : "", "simpleType" : "RadiusSettings", "variableSetterType" : "RadiusSettings" }, "getterModel" : { "returnType" : "RadiusSettings", "documentation" : null }, "http" : { "unmarshallLocationName" : "RadiusSettings", "marshallLocationName" : "RadiusSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server configured for this directory.

\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server configured for this directory.*/", "getterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server configured for this directory.

\n@return A RadiusSettings object that contains information about the RADIUS server configured for this directory.*/", "fluentSetterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server configured for this directory.

\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server configured for this directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server configured for this directory.

\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server configured for this directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The status of the RADIUS MFA server connection.

", "name" : "RadiusStatus", "c2jName" : "RadiusStatus", "c2jShape" : "RadiusStatus", "variable" : { "variableName" : "radiusStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the RADIUS MFA server connection.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "radiusStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RadiusStatus", "marshallLocationName" : "RadiusStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RadiusStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the RADIUS MFA server connection.

\n@param radiusStatus The status of the RADIUS MFA server connection.\n@see RadiusStatus*/", "getterDocumentation" : "/**

The status of the RADIUS MFA server connection.

\n@return The status of the RADIUS MFA server connection.\n@see RadiusStatus*/", "fluentSetterDocumentation" : "/**

The status of the RADIUS MFA server connection.

\n@param radiusStatus The status of the RADIUS MFA server connection.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RadiusStatus*/", "varargSetterDocumentation" : "/**

The status of the RADIUS MFA server connection.

\n@param radiusStatus The status of the RADIUS MFA server connection.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RadiusStatus*/" }, { "documentation" : "

Additional information about the directory stage.

", "name" : "StageReason", "c2jName" : "StageReason", "c2jShape" : "StageReason", "variable" : { "variableName" : "stageReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Additional information about the directory stage.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StageReason", "marshallLocationName" : "StageReason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Additional information about the directory stage.

\n@param stageReason Additional information about the directory stage.*/", "getterDocumentation" : "/**

Additional information about the directory stage.

\n@return Additional information about the directory stage.*/", "fluentSetterDocumentation" : "/**

Additional information about the directory stage.

\n@param stageReason Additional information about the directory stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Additional information about the directory stage.

\n@param stageReason Additional information about the directory stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Indicates if single-sign on is enabled for the directory. For more information, see EnableSso and DisableSso.

", "name" : "SsoEnabled", "c2jName" : "SsoEnabled", "c2jShape" : "SsoEnabled", "variable" : { "variableName" : "ssoEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates if single-sign on is enabled for the directory. For more information, see EnableSso and DisableSso.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "ssoEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "SsoEnabled", "marshallLocationName" : "SsoEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates if single-sign on is enabled for the directory. For more information, see EnableSso and DisableSso.

\n@param ssoEnabled Indicates if single-sign on is enabled for the directory. For more information, see EnableSso and DisableSso.*/", "getterDocumentation" : "/**

Indicates if single-sign on is enabled for the directory. For more information, see EnableSso and DisableSso.

\n@return Indicates if single-sign on is enabled for the directory. For more information, see EnableSso and DisableSso.*/", "fluentSetterDocumentation" : "/**

Indicates if single-sign on is enabled for the directory. For more information, see EnableSso and DisableSso.

\n@param ssoEnabled Indicates if single-sign on is enabled for the directory. For more information, see EnableSso and DisableSso.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Indicates if single-sign on is enabled for the directory. For more information, see EnableSso and DisableSso.

\n@param ssoEnabled Indicates if single-sign on is enabled for the directory. For more information, see EnableSso and DisableSso.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "directoryDescription", "variableType" : "DirectoryDescription", "variableDeclarationType" : "DirectoryDescription", "documentation" : null, "simpleType" : "DirectoryDescription", "variableSetterType" : "DirectoryDescription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RadiusSettings" : { "documentation" : "

A RadiusSettings object that contains information about the RADIUS server configured for this directory.

", "name" : "RadiusSettings", "c2jName" : "RadiusSettings", "c2jShape" : "RadiusSettings", "variable" : { "variableName" : "radiusSettings", "variableType" : "RadiusSettings", "variableDeclarationType" : "RadiusSettings", "documentation" : "

A RadiusSettings object that contains information about the RADIUS server configured for this directory.

", "simpleType" : "RadiusSettings", "variableSetterType" : "RadiusSettings" }, "setterModel" : { "variableName" : "radiusSettings", "variableType" : "RadiusSettings", "variableDeclarationType" : "RadiusSettings", "documentation" : "", "simpleType" : "RadiusSettings", "variableSetterType" : "RadiusSettings" }, "getterModel" : { "returnType" : "RadiusSettings", "documentation" : null }, "http" : { "unmarshallLocationName" : "RadiusSettings", "marshallLocationName" : "RadiusSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server configured for this directory.

\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server configured for this directory.*/", "getterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server configured for this directory.

\n@return A RadiusSettings object that contains information about the RADIUS server configured for this directory.*/", "fluentSetterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server configured for this directory.

\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server configured for this directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A RadiusSettings object that contains information about the RADIUS server configured for this directory.

\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server configured for this directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConnectSettings" : { "documentation" : "

A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.

", "name" : "ConnectSettings", "c2jName" : "ConnectSettings", "c2jShape" : "DirectoryConnectSettingsDescription", "variable" : { "variableName" : "connectSettings", "variableType" : "DirectoryConnectSettingsDescription", "variableDeclarationType" : "DirectoryConnectSettingsDescription", "documentation" : "

A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.

", "simpleType" : "DirectoryConnectSettingsDescription", "variableSetterType" : "DirectoryConnectSettingsDescription" }, "setterModel" : { "variableName" : "connectSettings", "variableType" : "DirectoryConnectSettingsDescription", "variableDeclarationType" : "DirectoryConnectSettingsDescription", "documentation" : "", "simpleType" : "DirectoryConnectSettingsDescription", "variableSetterType" : "DirectoryConnectSettingsDescription" }, "getterModel" : { "returnType" : "DirectoryConnectSettingsDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConnectSettings", "marshallLocationName" : "ConnectSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.

\n@param connectSettings A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.*/", "getterDocumentation" : "/**

A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.

\n@return A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.*/", "fluentSetterDocumentation" : "/**

A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.

\n@param connectSettings A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.

\n@param connectSettings A DirectoryConnectSettingsDescription object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

The textual description for the directory.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The textual description for the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The textual description for the directory.

\n@param description The textual description for the directory.*/", "getterDocumentation" : "/**

The textual description for the directory.

\n@return The textual description for the directory.*/", "fluentSetterDocumentation" : "/**

The textual description for the directory.

\n@param description The textual description for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The textual description for the directory.

\n@param description The textual description for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SsoEnabled" : { "documentation" : "

Indicates if single-sign on is enabled for the directory. For more information, see EnableSso and DisableSso.

", "name" : "SsoEnabled", "c2jName" : "SsoEnabled", "c2jShape" : "SsoEnabled", "variable" : { "variableName" : "ssoEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates if single-sign on is enabled for the directory. For more information, see EnableSso and DisableSso.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "ssoEnabled", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "SsoEnabled", "marshallLocationName" : "SsoEnabled", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates if single-sign on is enabled for the directory. For more information, see EnableSso and DisableSso.

\n@param ssoEnabled Indicates if single-sign on is enabled for the directory. For more information, see EnableSso and DisableSso.*/", "getterDocumentation" : "/**

Indicates if single-sign on is enabled for the directory. For more information, see EnableSso and DisableSso.

\n@return Indicates if single-sign on is enabled for the directory. For more information, see EnableSso and DisableSso.*/", "fluentSetterDocumentation" : "/**

Indicates if single-sign on is enabled for the directory. For more information, see EnableSso and DisableSso.

\n@param ssoEnabled Indicates if single-sign on is enabled for the directory. For more information, see EnableSso and DisableSso.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Indicates if single-sign on is enabled for the directory. For more information, see EnableSso and DisableSso.

\n@param ssoEnabled Indicates if single-sign on is enabled for the directory. For more information, see EnableSso and DisableSso.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Type" : { "documentation" : "

The directory size.

", "name" : "Type", "c2jName" : "Type", "c2jShape" : "DirectoryType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The directory size.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "DirectoryType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The directory size.

\n@param type The directory size.\n@see DirectoryType*/", "getterDocumentation" : "/**

The directory size.

\n@return The directory size.\n@see DirectoryType*/", "fluentSetterDocumentation" : "/**

The directory size.

\n@param type The directory size.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectoryType*/", "varargSetterDocumentation" : "/**

The directory size.

\n@param type The directory size.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectoryType*/" }, "RadiusStatus" : { "documentation" : "

The status of the RADIUS MFA server connection.

", "name" : "RadiusStatus", "c2jName" : "RadiusStatus", "c2jShape" : "RadiusStatus", "variable" : { "variableName" : "radiusStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The status of the RADIUS MFA server connection.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "radiusStatus", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RadiusStatus", "marshallLocationName" : "RadiusStatus", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "RadiusStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The status of the RADIUS MFA server connection.

\n@param radiusStatus The status of the RADIUS MFA server connection.\n@see RadiusStatus*/", "getterDocumentation" : "/**

The status of the RADIUS MFA server connection.

\n@return The status of the RADIUS MFA server connection.\n@see RadiusStatus*/", "fluentSetterDocumentation" : "/**

The status of the RADIUS MFA server connection.

\n@param radiusStatus The status of the RADIUS MFA server connection.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RadiusStatus*/", "varargSetterDocumentation" : "/**

The status of the RADIUS MFA server connection.

\n@param radiusStatus The status of the RADIUS MFA server connection.\n@return Returns a reference to this object so that method calls can be chained together.\n@see RadiusStatus*/" }, "StageLastUpdatedDateTime" : { "documentation" : "

The date and time that the stage was last updated.

", "name" : "StageLastUpdatedDateTime", "c2jName" : "StageLastUpdatedDateTime", "c2jShape" : "LastUpdatedDateTime", "variable" : { "variableName" : "stageLastUpdatedDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the stage was last updated.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "stageLastUpdatedDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StageLastUpdatedDateTime", "marshallLocationName" : "StageLastUpdatedDateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the stage was last updated.

\n@param stageLastUpdatedDateTime The date and time that the stage was last updated.*/", "getterDocumentation" : "/**

The date and time that the stage was last updated.

\n@return The date and time that the stage was last updated.*/", "fluentSetterDocumentation" : "/**

The date and time that the stage was last updated.

\n@param stageLastUpdatedDateTime The date and time that the stage was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the stage was last updated.

\n@param stageLastUpdatedDateTime The date and time that the stage was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StageReason" : { "documentation" : "

Additional information about the directory stage.

", "name" : "StageReason", "c2jName" : "StageReason", "c2jShape" : "StageReason", "variable" : { "variableName" : "stageReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Additional information about the directory stage.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stageReason", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "StageReason", "marshallLocationName" : "StageReason", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Additional information about the directory stage.

\n@param stageReason Additional information about the directory stage.*/", "getterDocumentation" : "/**

Additional information about the directory stage.

\n@return Additional information about the directory stage.*/", "fluentSetterDocumentation" : "/**

Additional information about the directory stage.

\n@param stageReason Additional information about the directory stage.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Additional information about the directory stage.

\n@param stageReason Additional information about the directory stage.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AccessUrl" : { "documentation" : "

The access URL for the directory, such as http://<alias>.awsapps.com. If no alias has been created for the directory, <alias> is the directory identifier, such as d-XXXXXXXXXX.

", "name" : "AccessUrl", "c2jName" : "AccessUrl", "c2jShape" : "AccessUrl", "variable" : { "variableName" : "accessUrl", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The access URL for the directory, such as http://<alias>.awsapps.com. If no alias has been created for the directory, <alias> is the directory identifier, such as d-XXXXXXXXXX.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "accessUrl", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "AccessUrl", "marshallLocationName" : "AccessUrl", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The access URL for the directory, such as http://<alias>.awsapps.com. If no alias has been created for the directory, <alias> is the directory identifier, such as d-XXXXXXXXXX.

\n@param accessUrl The access URL for the directory, such as http://<alias>.awsapps.com. If no alias has been created for the directory, <alias> is the directory identifier, such as d-XXXXXXXXXX.*/", "getterDocumentation" : "/**

The access URL for the directory, such as http://<alias>.awsapps.com. If no alias has been created for the directory, <alias> is the directory identifier, such as d-XXXXXXXXXX.

\n@return The access URL for the directory, such as http://<alias>.awsapps.com. If no alias has been created for the directory, <alias> is the directory identifier, such as d-XXXXXXXXXX.*/", "fluentSetterDocumentation" : "/**

The access URL for the directory, such as http://<alias>.awsapps.com. If no alias has been created for the directory, <alias> is the directory identifier, such as d-XXXXXXXXXX.

\n@param accessUrl The access URL for the directory, such as http://<alias>.awsapps.com. If no alias has been created for the directory, <alias> is the directory identifier, such as d-XXXXXXXXXX.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The access URL for the directory, such as http://<alias>.awsapps.com. If no alias has been created for the directory, <alias> is the directory identifier, such as d-XXXXXXXXXX.

\n@param accessUrl The access URL for the directory, such as http://<alias>.awsapps.com. If no alias has been created for the directory, <alias> is the directory identifier, such as d-XXXXXXXXXX.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DnsIpAddrs" : { "documentation" : "

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.

", "name" : "DnsIpAddrs", "c2jName" : "DnsIpAddrs", "c2jShape" : "DnsIpAddrs", "variable" : { "variableName" : "dnsIpAddrs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dnsIpAddrs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DnsIpAddrs", "marshallLocationName" : "DnsIpAddrs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IpAddr", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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.

\n@param dnsIpAddrs 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param dnsIpAddrs 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDnsIpAddrs(java.util.Collection)} or {@link #withDnsIpAddrs(java.util.Collection)} if you want to override the existing values.

\n@param dnsIpAddrs 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The fully-qualified name of the directory.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DirectoryName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The fully-qualified name of the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The fully-qualified name of the directory.

\n@param name The fully-qualified name of the directory.*/", "getterDocumentation" : "/**

The fully-qualified name of the directory.

\n@return The fully-qualified name of the directory.*/", "fluentSetterDocumentation" : "/**

The fully-qualified name of the directory.

\n@param name The fully-qualified name of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The fully-qualified name of the directory.

\n@param name The fully-qualified name of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DirectoryId" : { "documentation" : "

The directory identifier.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The directory identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The directory identifier.

\n@param directoryId The directory identifier.*/", "getterDocumentation" : "/**

The directory identifier.

\n@return The directory identifier.*/", "fluentSetterDocumentation" : "/**

The directory identifier.

\n@param directoryId The directory identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The directory identifier.

\n@param directoryId The directory identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Alias" : { "documentation" : "

The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as d-XXXXXXXXXX.

", "name" : "Alias", "c2jName" : "Alias", "c2jShape" : "AliasName", "variable" : { "variableName" : "alias", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as d-XXXXXXXXXX.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alias", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Alias", "marshallLocationName" : "Alias", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as d-XXXXXXXXXX.

\n@param alias The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as d-XXXXXXXXXX.*/", "getterDocumentation" : "/**

The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as d-XXXXXXXXXX.

\n@return The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as d-XXXXXXXXXX.*/", "fluentSetterDocumentation" : "/**

The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as d-XXXXXXXXXX.

\n@param alias The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as d-XXXXXXXXXX.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as d-XXXXXXXXXX.

\n@param alias The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as d-XXXXXXXXXX.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ShortName" : { "documentation" : "

The short name of the directory.

", "name" : "ShortName", "c2jName" : "ShortName", "c2jShape" : "DirectoryShortName", "variable" : { "variableName" : "shortName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The short name of the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "shortName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ShortName", "marshallLocationName" : "ShortName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The short name of the directory.

\n@param shortName The short name of the directory.*/", "getterDocumentation" : "/**

The short name of the directory.

\n@return The short name of the directory.*/", "fluentSetterDocumentation" : "/**

The short name of the directory.

\n@param shortName The short name of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The short name of the directory.

\n@param shortName The short name of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "LaunchTime" : { "documentation" : "

Specifies when the directory was created.

", "name" : "LaunchTime", "c2jName" : "LaunchTime", "c2jShape" : "LaunchTime", "variable" : { "variableName" : "launchTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

Specifies when the directory was created.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "launchTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "LaunchTime", "marshallLocationName" : "LaunchTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Specifies when the directory was created.

\n@param launchTime Specifies when the directory was created.*/", "getterDocumentation" : "/**

Specifies when the directory was created.

\n@return Specifies when the directory was created.*/", "fluentSetterDocumentation" : "/**

Specifies when the directory was created.

\n@param launchTime Specifies when the directory was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Specifies when the directory was created.

\n@param launchTime Specifies when the directory was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Stage" : { "documentation" : "

The current stage of the directory.

", "name" : "Stage", "c2jName" : "Stage", "c2jShape" : "DirectoryStage", "variable" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The current stage of the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "stage", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Stage", "marshallLocationName" : "Stage", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "DirectoryStage", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The current stage of the directory.

\n@param stage The current stage of the directory.\n@see DirectoryStage*/", "getterDocumentation" : "/**

The current stage of the directory.

\n@return The current stage of the directory.\n@see DirectoryStage*/", "fluentSetterDocumentation" : "/**

The current stage of the directory.

\n@param stage The current stage of the directory.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectoryStage*/", "varargSetterDocumentation" : "/**

The current stage of the directory.

\n@param stage The current stage of the directory.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectoryStage*/" }, "VpcSettings" : { "documentation" : "

A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.

", "name" : "VpcSettings", "c2jName" : "VpcSettings", "c2jShape" : "DirectoryVpcSettingsDescription", "variable" : { "variableName" : "vpcSettings", "variableType" : "DirectoryVpcSettingsDescription", "variableDeclarationType" : "DirectoryVpcSettingsDescription", "documentation" : "

A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.

", "simpleType" : "DirectoryVpcSettingsDescription", "variableSetterType" : "DirectoryVpcSettingsDescription" }, "setterModel" : { "variableName" : "vpcSettings", "variableType" : "DirectoryVpcSettingsDescription", "variableDeclarationType" : "DirectoryVpcSettingsDescription", "documentation" : "", "simpleType" : "DirectoryVpcSettingsDescription", "variableSetterType" : "DirectoryVpcSettingsDescription" }, "getterModel" : { "returnType" : "DirectoryVpcSettingsDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSettings", "marshallLocationName" : "VpcSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.

\n@param vpcSettings A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.*/", "getterDocumentation" : "/**

A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.

\n@return A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.*/", "fluentSetterDocumentation" : "/**

A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.

\n@param vpcSettings A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.

\n@param vpcSettings A DirectoryVpcSettingsDescription object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed AD directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Size" : { "documentation" : "

The directory size.

", "name" : "Size", "c2jName" : "Size", "c2jShape" : "DirectorySize", "variable" : { "variableName" : "size", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The directory size.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "size", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Size", "marshallLocationName" : "Size", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "DirectorySize", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The directory size.

\n@param size The directory size.\n@see DirectorySize*/", "getterDocumentation" : "/**

The directory size.

\n@return The directory size.\n@see DirectorySize*/", "fluentSetterDocumentation" : "/**

The directory size.

\n@param size The directory size.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectorySize*/", "varargSetterDocumentation" : "/**

The directory size.

\n@param size The directory size.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectorySize*/" } } }, "GetDirectoryLimitsRequest" : { "c2jName" : "GetDirectoryLimitsRequest", "documentation" : "

Contains the inputs for the GetDirectoryLimits operation.

", "shapeName" : "GetDirectoryLimitsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "getDirectoryLimitsRequest", "variableType" : "GetDirectoryLimitsRequest", "variableDeclarationType" : "GetDirectoryLimitsRequest", "documentation" : null, "simpleType" : "GetDirectoryLimitsRequest", "variableSetterType" : "GetDirectoryLimitsRequest" }, "marshaller" : { "action" : "GetDirectoryLimits", "verb" : "POST", "target" : "DirectoryService_20150416.GetDirectoryLimits", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "EventTopic" : { "c2jName" : "EventTopic", "documentation" : "

Information about SNS topic and AWS Directory Service directory associations.

", "shapeName" : "EventTopic", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.

\n@param directoryId The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.*/", "getterDocumentation" : "/**

The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.

\n@return The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.*/", "fluentSetterDocumentation" : "/**

The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.

\n@param directoryId The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.

\n@param directoryId The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of an AWS SNS topic the receives status messages from the directory.

", "name" : "TopicName", "c2jName" : "TopicName", "c2jShape" : "TopicName", "variable" : { "variableName" : "topicName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of an AWS SNS topic the receives status messages from the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicName", "marshallLocationName" : "TopicName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of an AWS SNS topic the receives status messages from the directory.

\n@param topicName The name of an AWS SNS topic the receives status messages from the directory.*/", "getterDocumentation" : "/**

The name of an AWS SNS topic the receives status messages from the directory.

\n@return The name of an AWS SNS topic the receives status messages from the directory.*/", "fluentSetterDocumentation" : "/**

The name of an AWS SNS topic the receives status messages from the directory.

\n@param topicName The name of an AWS SNS topic the receives status messages from the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of an AWS SNS topic the receives status messages from the directory.

\n@param topicName The name of an AWS SNS topic the receives status messages from the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The SNS topic ARN (Amazon Resource Name).

", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "TopicArn", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SNS topic ARN (Amazon Resource Name).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The SNS topic ARN (Amazon Resource Name).

\n@param topicArn The SNS topic ARN (Amazon Resource Name).*/", "getterDocumentation" : "/**

The SNS topic ARN (Amazon Resource Name).

\n@return The SNS topic ARN (Amazon Resource Name).*/", "fluentSetterDocumentation" : "/**

The SNS topic ARN (Amazon Resource Name).

\n@param topicArn The SNS topic ARN (Amazon Resource Name).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SNS topic ARN (Amazon Resource Name).

\n@param topicArn The SNS topic ARN (Amazon Resource Name).\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The date and time of when you associated your directory with the SNS topic.

", "name" : "CreatedDateTime", "c2jName" : "CreatedDateTime", "c2jShape" : "CreatedDateTime", "variable" : { "variableName" : "createdDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time of when you associated your directory with the SNS topic.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreatedDateTime", "marshallLocationName" : "CreatedDateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time of when you associated your directory with the SNS topic.

\n@param createdDateTime The date and time of when you associated your directory with the SNS topic.*/", "getterDocumentation" : "/**

The date and time of when you associated your directory with the SNS topic.

\n@return The date and time of when you associated your directory with the SNS topic.*/", "fluentSetterDocumentation" : "/**

The date and time of when you associated your directory with the SNS topic.

\n@param createdDateTime The date and time of when you associated your directory with the SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time of when you associated your directory with the SNS topic.

\n@param createdDateTime The date and time of when you associated your directory with the SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The topic registration status.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "TopicStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The topic registration status.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TopicStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The topic registration status.

\n@param status The topic registration status.\n@see TopicStatus*/", "getterDocumentation" : "/**

The topic registration status.

\n@return The topic registration status.\n@see TopicStatus*/", "fluentSetterDocumentation" : "/**

The topic registration status.

\n@param status The topic registration status.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TopicStatus*/", "varargSetterDocumentation" : "/**

The topic registration status.

\n@param status The topic registration status.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TopicStatus*/" } ], "enums" : null, "variable" : { "variableName" : "eventTopic", "variableType" : "EventTopic", "variableDeclarationType" : "EventTopic", "documentation" : null, "simpleType" : "EventTopic", "variableSetterType" : "EventTopic" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Status" : { "documentation" : "

The topic registration status.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "TopicStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The topic registration status.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TopicStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The topic registration status.

\n@param status The topic registration status.\n@see TopicStatus*/", "getterDocumentation" : "/**

The topic registration status.

\n@return The topic registration status.\n@see TopicStatus*/", "fluentSetterDocumentation" : "/**

The topic registration status.

\n@param status The topic registration status.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TopicStatus*/", "varargSetterDocumentation" : "/**

The topic registration status.

\n@param status The topic registration status.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TopicStatus*/" }, "DirectoryId" : { "documentation" : "

The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.

\n@param directoryId The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.*/", "getterDocumentation" : "/**

The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.

\n@return The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.*/", "fluentSetterDocumentation" : "/**

The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.

\n@param directoryId The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.

\n@param directoryId The Directory ID of an AWS Directory Service directory that will publish status messages to an SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CreatedDateTime" : { "documentation" : "

The date and time of when you associated your directory with the SNS topic.

", "name" : "CreatedDateTime", "c2jName" : "CreatedDateTime", "c2jShape" : "CreatedDateTime", "variable" : { "variableName" : "createdDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time of when you associated your directory with the SNS topic.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "createdDateTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "CreatedDateTime", "marshallLocationName" : "CreatedDateTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time of when you associated your directory with the SNS topic.

\n@param createdDateTime The date and time of when you associated your directory with the SNS topic.*/", "getterDocumentation" : "/**

The date and time of when you associated your directory with the SNS topic.

\n@return The date and time of when you associated your directory with the SNS topic.*/", "fluentSetterDocumentation" : "/**

The date and time of when you associated your directory with the SNS topic.

\n@param createdDateTime The date and time of when you associated your directory with the SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time of when you associated your directory with the SNS topic.

\n@param createdDateTime The date and time of when you associated your directory with the SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TopicName" : { "documentation" : "

The name of an AWS SNS topic the receives status messages from the directory.

", "name" : "TopicName", "c2jName" : "TopicName", "c2jShape" : "TopicName", "variable" : { "variableName" : "topicName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of an AWS SNS topic the receives status messages from the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicName", "marshallLocationName" : "TopicName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of an AWS SNS topic the receives status messages from the directory.

\n@param topicName The name of an AWS SNS topic the receives status messages from the directory.*/", "getterDocumentation" : "/**

The name of an AWS SNS topic the receives status messages from the directory.

\n@return The name of an AWS SNS topic the receives status messages from the directory.*/", "fluentSetterDocumentation" : "/**

The name of an AWS SNS topic the receives status messages from the directory.

\n@param topicName The name of an AWS SNS topic the receives status messages from the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of an AWS SNS topic the receives status messages from the directory.

\n@param topicName The name of an AWS SNS topic the receives status messages from the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TopicArn" : { "documentation" : "

The SNS topic ARN (Amazon Resource Name).

", "name" : "TopicArn", "c2jName" : "TopicArn", "c2jShape" : "TopicArn", "variable" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SNS topic ARN (Amazon Resource Name).

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicArn", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicArn", "marshallLocationName" : "TopicArn", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The SNS topic ARN (Amazon Resource Name).

\n@param topicArn The SNS topic ARN (Amazon Resource Name).*/", "getterDocumentation" : "/**

The SNS topic ARN (Amazon Resource Name).

\n@return The SNS topic ARN (Amazon Resource Name).*/", "fluentSetterDocumentation" : "/**

The SNS topic ARN (Amazon Resource Name).

\n@param topicArn The SNS topic ARN (Amazon Resource Name).\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SNS topic ARN (Amazon Resource Name).

\n@param topicArn The SNS topic ARN (Amazon Resource Name).\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Snapshot" : { "c2jName" : "Snapshot", "documentation" : "

Describes a directory snapshot.

", "shapeName" : "Snapshot", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The directory identifier.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The directory identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The directory identifier.

\n@param directoryId The directory identifier.*/", "getterDocumentation" : "/**

The directory identifier.

\n@return The directory identifier.*/", "fluentSetterDocumentation" : "/**

The directory identifier.

\n@param directoryId The directory identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The directory identifier.

\n@param directoryId The directory identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The snapshot identifier.

", "name" : "SnapshotId", "c2jName" : "SnapshotId", "c2jShape" : "SnapshotId", "variable" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The snapshot identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotId", "marshallLocationName" : "SnapshotId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The snapshot identifier.

\n@param snapshotId The snapshot identifier.*/", "getterDocumentation" : "/**

The snapshot identifier.

\n@return The snapshot identifier.*/", "fluentSetterDocumentation" : "/**

The snapshot identifier.

\n@param snapshotId The snapshot identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The snapshot identifier.

\n@param snapshotId The snapshot identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The snapshot type.

", "name" : "Type", "c2jName" : "Type", "c2jShape" : "SnapshotType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The snapshot type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "SnapshotType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The snapshot type.

\n@param type The snapshot type.\n@see SnapshotType*/", "getterDocumentation" : "/**

The snapshot type.

\n@return The snapshot type.\n@see SnapshotType*/", "fluentSetterDocumentation" : "/**

The snapshot type.

\n@param type The snapshot type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SnapshotType*/", "varargSetterDocumentation" : "/**

The snapshot type.

\n@param type The snapshot type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SnapshotType*/" }, { "documentation" : "

The descriptive name of the snapshot.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "SnapshotName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The descriptive name of the snapshot.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The descriptive name of the snapshot.

\n@param name The descriptive name of the snapshot.*/", "getterDocumentation" : "/**

The descriptive name of the snapshot.

\n@return The descriptive name of the snapshot.*/", "fluentSetterDocumentation" : "/**

The descriptive name of the snapshot.

\n@param name The descriptive name of the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The descriptive name of the snapshot.

\n@param name The descriptive name of the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The snapshot status.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "SnapshotStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The snapshot status.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "SnapshotStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The snapshot status.

\n@param status The snapshot status.\n@see SnapshotStatus*/", "getterDocumentation" : "/**

The snapshot status.

\n@return The snapshot status.\n@see SnapshotStatus*/", "fluentSetterDocumentation" : "/**

The snapshot status.

\n@param status The snapshot status.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SnapshotStatus*/", "varargSetterDocumentation" : "/**

The snapshot status.

\n@param status The snapshot status.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SnapshotStatus*/" }, { "documentation" : "

The date and time that the snapshot was taken.

", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "StartTime", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the snapshot was taken.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the snapshot was taken.

\n@param startTime The date and time that the snapshot was taken.*/", "getterDocumentation" : "/**

The date and time that the snapshot was taken.

\n@return The date and time that the snapshot was taken.*/", "fluentSetterDocumentation" : "/**

The date and time that the snapshot was taken.

\n@param startTime The date and time that the snapshot was taken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the snapshot was taken.

\n@param startTime The date and time that the snapshot was taken.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "snapshot", "variableType" : "Snapshot", "variableDeclarationType" : "Snapshot", "documentation" : null, "simpleType" : "Snapshot", "variableSetterType" : "Snapshot" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

The descriptive name of the snapshot.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "SnapshotName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The descriptive name of the snapshot.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The descriptive name of the snapshot.

\n@param name The descriptive name of the snapshot.*/", "getterDocumentation" : "/**

The descriptive name of the snapshot.

\n@return The descriptive name of the snapshot.*/", "fluentSetterDocumentation" : "/**

The descriptive name of the snapshot.

\n@param name The descriptive name of the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The descriptive name of the snapshot.

\n@param name The descriptive name of the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Status" : { "documentation" : "

The snapshot status.

", "name" : "Status", "c2jName" : "Status", "c2jShape" : "SnapshotStatus", "variable" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The snapshot status.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "status", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Status", "marshallLocationName" : "Status", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "SnapshotStatus", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The snapshot status.

\n@param status The snapshot status.\n@see SnapshotStatus*/", "getterDocumentation" : "/**

The snapshot status.

\n@return The snapshot status.\n@see SnapshotStatus*/", "fluentSetterDocumentation" : "/**

The snapshot status.

\n@param status The snapshot status.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SnapshotStatus*/", "varargSetterDocumentation" : "/**

The snapshot status.

\n@param status The snapshot status.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SnapshotStatus*/" }, "DirectoryId" : { "documentation" : "

The directory identifier.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The directory identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The directory identifier.

\n@param directoryId The directory identifier.*/", "getterDocumentation" : "/**

The directory identifier.

\n@return The directory identifier.*/", "fluentSetterDocumentation" : "/**

The directory identifier.

\n@param directoryId The directory identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The directory identifier.

\n@param directoryId The directory identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Type" : { "documentation" : "

The snapshot type.

", "name" : "Type", "c2jName" : "Type", "c2jShape" : "SnapshotType", "variable" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The snapshot type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "type", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Type", "marshallLocationName" : "Type", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "SnapshotType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The snapshot type.

\n@param type The snapshot type.\n@see SnapshotType*/", "getterDocumentation" : "/**

The snapshot type.

\n@return The snapshot type.\n@see SnapshotType*/", "fluentSetterDocumentation" : "/**

The snapshot type.

\n@param type The snapshot type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SnapshotType*/", "varargSetterDocumentation" : "/**

The snapshot type.

\n@param type The snapshot type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SnapshotType*/" }, "SnapshotId" : { "documentation" : "

The snapshot identifier.

", "name" : "SnapshotId", "c2jName" : "SnapshotId", "c2jShape" : "SnapshotId", "variable" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The snapshot identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotId", "marshallLocationName" : "SnapshotId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The snapshot identifier.

\n@param snapshotId The snapshot identifier.*/", "getterDocumentation" : "/**

The snapshot identifier.

\n@return The snapshot identifier.*/", "fluentSetterDocumentation" : "/**

The snapshot identifier.

\n@param snapshotId The snapshot identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The snapshot identifier.

\n@param snapshotId The snapshot identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "StartTime" : { "documentation" : "

The date and time that the snapshot was taken.

", "name" : "StartTime", "c2jName" : "StartTime", "c2jShape" : "StartTime", "variable" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "

The date and time that the snapshot was taken.

", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "setterModel" : { "variableName" : "startTime", "variableType" : "java.util.Date", "variableDeclarationType" : "java.util.Date", "documentation" : "", "simpleType" : "Date", "variableSetterType" : "java.util.Date" }, "getterModel" : { "returnType" : "java.util.Date", "documentation" : null }, "http" : { "unmarshallLocationName" : "StartTime", "marshallLocationName" : "StartTime", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The date and time that the snapshot was taken.

\n@param startTime The date and time that the snapshot was taken.*/", "getterDocumentation" : "/**

The date and time that the snapshot was taken.

\n@return The date and time that the snapshot was taken.*/", "fluentSetterDocumentation" : "/**

The date and time that the snapshot was taken.

\n@param startTime The date and time that the snapshot was taken.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The date and time that the snapshot was taken.

\n@param startTime The date and time that the snapshot was taken.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateAliasResult" : { "c2jName" : "CreateAliasResult", "documentation" : "

Contains the results of the CreateAlias operation.

", "shapeName" : "CreateAliasResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the directory.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory.

\n@param directoryId The identifier of the directory.*/", "getterDocumentation" : "/**

The identifier of the directory.

\n@return The identifier of the directory.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory.

\n@param directoryId The identifier of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory.

\n@param directoryId The identifier of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The alias for the directory.

", "name" : "Alias", "c2jName" : "Alias", "c2jShape" : "AliasName", "variable" : { "variableName" : "alias", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The alias for the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alias", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Alias", "marshallLocationName" : "Alias", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The alias for the directory.

\n@param alias The alias for the directory.*/", "getterDocumentation" : "/**

The alias for the directory.

\n@return The alias for the directory.*/", "fluentSetterDocumentation" : "/**

The alias for the directory.

\n@param alias The alias for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The alias for the directory.

\n@param alias The alias for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createAliasResult", "variableType" : "CreateAliasResult", "variableDeclarationType" : "CreateAliasResult", "documentation" : null, "simpleType" : "CreateAliasResult", "variableSetterType" : "CreateAliasResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DirectoryId" : { "documentation" : "

The identifier of the directory.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory.

\n@param directoryId The identifier of the directory.*/", "getterDocumentation" : "/**

The identifier of the directory.

\n@return The identifier of the directory.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory.

\n@param directoryId The identifier of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory.

\n@param directoryId The identifier of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Alias" : { "documentation" : "

The alias for the directory.

", "name" : "Alias", "c2jName" : "Alias", "c2jShape" : "AliasName", "variable" : { "variableName" : "alias", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The alias for the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alias", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Alias", "marshallLocationName" : "Alias", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The alias for the directory.

\n@param alias The alias for the directory.*/", "getterDocumentation" : "/**

The alias for the directory.

\n@return The alias for the directory.*/", "fluentSetterDocumentation" : "/**

The alias for the directory.

\n@param alias The alias for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The alias for the directory.

\n@param alias The alias for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RegisterEventTopicRequest" : { "c2jName" : "RegisterEventTopicRequest", "documentation" : "

Registers a new event topic.

", "shapeName" : "RegisterEventTopicRequest", "deprecated" : false, "required" : [ "DirectoryId", "TopicName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The Directory ID that will publish status messages to the SNS topic.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Directory ID that will publish status messages to the SNS topic.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Directory ID that will publish status messages to the SNS topic.

\n@param directoryId The Directory ID that will publish status messages to the SNS topic.*/", "getterDocumentation" : "/**

The Directory ID that will publish status messages to the SNS topic.

\n@return The Directory ID that will publish status messages to the SNS topic.*/", "fluentSetterDocumentation" : "/**

The Directory ID that will publish status messages to the SNS topic.

\n@param directoryId The Directory ID that will publish status messages to the SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Directory ID that will publish status messages to the SNS topic.

\n@param directoryId The Directory ID that will publish status messages to the SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.

", "name" : "TopicName", "c2jName" : "TopicName", "c2jShape" : "TopicName", "variable" : { "variableName" : "topicName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicName", "marshallLocationName" : "TopicName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.

\n@param topicName The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.*/", "getterDocumentation" : "/**

The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.

\n@return The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.*/", "fluentSetterDocumentation" : "/**

The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.

\n@param topicName The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.

\n@param topicName The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "registerEventTopicRequest", "variableType" : "RegisterEventTopicRequest", "variableDeclarationType" : "RegisterEventTopicRequest", "documentation" : null, "simpleType" : "RegisterEventTopicRequest", "variableSetterType" : "RegisterEventTopicRequest" }, "marshaller" : { "action" : "RegisterEventTopic", "verb" : "POST", "target" : "DirectoryService_20150416.RegisterEventTopic", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DirectoryId" : { "documentation" : "

The Directory ID that will publish status messages to the SNS topic.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Directory ID that will publish status messages to the SNS topic.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Directory ID that will publish status messages to the SNS topic.

\n@param directoryId The Directory ID that will publish status messages to the SNS topic.*/", "getterDocumentation" : "/**

The Directory ID that will publish status messages to the SNS topic.

\n@return The Directory ID that will publish status messages to the SNS topic.*/", "fluentSetterDocumentation" : "/**

The Directory ID that will publish status messages to the SNS topic.

\n@param directoryId The Directory ID that will publish status messages to the SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Directory ID that will publish status messages to the SNS topic.

\n@param directoryId The Directory ID that will publish status messages to the SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TopicName" : { "documentation" : "

The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.

", "name" : "TopicName", "c2jName" : "TopicName", "c2jShape" : "TopicName", "variable" : { "variableName" : "topicName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicName", "marshallLocationName" : "TopicName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.

\n@param topicName The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.*/", "getterDocumentation" : "/**

The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.

\n@return The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.*/", "fluentSetterDocumentation" : "/**

The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.

\n@param topicName The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.

\n@param topicName The SNS topic name to which the directory will publish status messages. This SNS topic must be in the same region as the specified Directory ID.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateTrustResult" : { "c2jName" : "CreateTrustResult", "documentation" : "

The result of a CreateTrust request.

", "shapeName" : "CreateTrustResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A unique identifier for the trust relationship that was created.

", "name" : "TrustId", "c2jName" : "TrustId", "c2jShape" : "TrustId", "variable" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A unique identifier for the trust relationship that was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustId", "marshallLocationName" : "TrustId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A unique identifier for the trust relationship that was created.

\n@param trustId A unique identifier for the trust relationship that was created.*/", "getterDocumentation" : "/**

A unique identifier for the trust relationship that was created.

\n@return A unique identifier for the trust relationship that was created.*/", "fluentSetterDocumentation" : "/**

A unique identifier for the trust relationship that was created.

\n@param trustId A unique identifier for the trust relationship that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier for the trust relationship that was created.

\n@param trustId A unique identifier for the trust relationship that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createTrustResult", "variableType" : "CreateTrustResult", "variableDeclarationType" : "CreateTrustResult", "documentation" : null, "simpleType" : "CreateTrustResult", "variableSetterType" : "CreateTrustResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrustId" : { "documentation" : "

A unique identifier for the trust relationship that was created.

", "name" : "TrustId", "c2jName" : "TrustId", "c2jShape" : "TrustId", "variable" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A unique identifier for the trust relationship that was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustId", "marshallLocationName" : "TrustId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A unique identifier for the trust relationship that was created.

\n@param trustId A unique identifier for the trust relationship that was created.*/", "getterDocumentation" : "/**

A unique identifier for the trust relationship that was created.

\n@return A unique identifier for the trust relationship that was created.*/", "fluentSetterDocumentation" : "/**

A unique identifier for the trust relationship that was created.

\n@param trustId A unique identifier for the trust relationship that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A unique identifier for the trust relationship that was created.

\n@param trustId A unique identifier for the trust relationship that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteConditionalForwarderRequest" : { "c2jName" : "DeleteConditionalForwarderRequest", "documentation" : "

Deletes a conditional forwarder.

", "shapeName" : "DeleteConditionalForwarderRequest", "deprecated" : false, "required" : [ "DirectoryId", "RemoteDomainName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The directory ID for which you are deleting the conditional forwarder.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The directory ID for which you are deleting the conditional forwarder.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The directory ID for which you are deleting the conditional forwarder.

\n@param directoryId The directory ID for which you are deleting the conditional forwarder.*/", "getterDocumentation" : "/**

The directory ID for which you are deleting the conditional forwarder.

\n@return The directory ID for which you are deleting the conditional forwarder.*/", "fluentSetterDocumentation" : "/**

The directory ID for which you are deleting the conditional forwarder.

\n@param directoryId The directory ID for which you are deleting the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The directory ID for which you are deleting the conditional forwarder.

\n@param directoryId The directory ID for which you are deleting the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.

", "name" : "RemoteDomainName", "c2jName" : "RemoteDomainName", "c2jShape" : "RemoteDomainName", "variable" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RemoteDomainName", "marshallLocationName" : "RemoteDomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.*/", "getterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.

\n@return The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.*/", "fluentSetterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteConditionalForwarderRequest", "variableType" : "DeleteConditionalForwarderRequest", "variableDeclarationType" : "DeleteConditionalForwarderRequest", "documentation" : null, "simpleType" : "DeleteConditionalForwarderRequest", "variableSetterType" : "DeleteConditionalForwarderRequest" }, "marshaller" : { "action" : "DeleteConditionalForwarder", "verb" : "POST", "target" : "DirectoryService_20150416.DeleteConditionalForwarder", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DirectoryId" : { "documentation" : "

The directory ID for which you are deleting the conditional forwarder.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The directory ID for which you are deleting the conditional forwarder.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The directory ID for which you are deleting the conditional forwarder.

\n@param directoryId The directory ID for which you are deleting the conditional forwarder.*/", "getterDocumentation" : "/**

The directory ID for which you are deleting the conditional forwarder.

\n@return The directory ID for which you are deleting the conditional forwarder.*/", "fluentSetterDocumentation" : "/**

The directory ID for which you are deleting the conditional forwarder.

\n@param directoryId The directory ID for which you are deleting the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The directory ID for which you are deleting the conditional forwarder.

\n@param directoryId The directory ID for which you are deleting the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RemoteDomainName" : { "documentation" : "

The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.

", "name" : "RemoteDomainName", "c2jName" : "RemoteDomainName", "c2jShape" : "RemoteDomainName", "variable" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RemoteDomainName", "marshallLocationName" : "RemoteDomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.*/", "getterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.

\n@return The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.*/", "fluentSetterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domain with which you are deleting the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DirectoryVpcSettingsDescription" : { "c2jName" : "DirectoryVpcSettingsDescription", "documentation" : "

Contains information about the directory.

", "shapeName" : "DirectoryVpcSettingsDescription", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the VPC that the directory is in.

", "name" : "VpcId", "c2jName" : "VpcId", "c2jShape" : "VpcId", "variable" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the VPC that the directory is in.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcId", "marshallLocationName" : "VpcId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the VPC that the directory is in.

\n@param vpcId The identifier of the VPC that the directory is in.*/", "getterDocumentation" : "/**

The identifier of the VPC that the directory is in.

\n@return The identifier of the VPC that the directory is in.*/", "fluentSetterDocumentation" : "/**

The identifier of the VPC that the directory is in.

\n@param vpcId The identifier of the VPC that the directory is in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the VPC that the directory is in.

\n@param vpcId The identifier of the VPC that the directory is in.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The identifiers of the subnets for the directory servers.

", "name" : "SubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIds", "variable" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The identifiers of the subnets for the directory servers.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIds", "marshallLocationName" : "SubnetIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SubnetId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The identifiers of the subnets for the directory servers.

\n@param subnetIds The identifiers of the subnets for the directory servers.*/", "getterDocumentation" : "/**

The identifiers of the subnets for the directory servers.

\n@return The identifiers of the subnets for the directory servers.*/", "fluentSetterDocumentation" : "/**

The identifiers of the subnets for the directory servers.

\n@param subnetIds The identifiers of the subnets for the directory servers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifiers of the subnets for the directory servers.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnetIds(java.util.Collection)} or {@link #withSubnetIds(java.util.Collection)} if you want to override the existing values.

\n@param subnetIds The identifiers of the subnets for the directory servers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "SecurityGroupId", "c2jName" : "SecurityGroupId", "c2jShape" : "SecurityGroupId", "variable" : { "variableName" : "securityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "securityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroupId", "marshallLocationName" : "SecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param securityGroupId 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param securityGroupId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param securityGroupId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The list of Availability Zones that the directory is in.

", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of Availability Zones that the directory is in.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZones", "marshallLocationName" : "AvailabilityZones", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AvailabilityZone", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of Availability Zones that the directory is in.

\n@param availabilityZones The list of Availability Zones that the directory is in.*/", "getterDocumentation" : "/**

The list of Availability Zones that the directory is in.

\n@return The list of Availability Zones that the directory is in.*/", "fluentSetterDocumentation" : "/**

The list of Availability Zones that the directory is in.

\n@param availabilityZones The list of Availability Zones that the directory is in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of Availability Zones that the directory is in.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAvailabilityZones(java.util.Collection)} or {@link #withAvailabilityZones(java.util.Collection)} if you want to override the existing values.

\n@param availabilityZones The list of Availability Zones that the directory is in.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "directoryVpcSettingsDescription", "variableType" : "DirectoryVpcSettingsDescription", "variableDeclarationType" : "DirectoryVpcSettingsDescription", "documentation" : null, "simpleType" : "DirectoryVpcSettingsDescription", "variableSetterType" : "DirectoryVpcSettingsDescription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SecurityGroupId" : { "documentation" : "

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.

", "name" : "SecurityGroupId", "c2jName" : "SecurityGroupId", "c2jShape" : "SecurityGroupId", "variable" : { "variableName" : "securityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "securityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroupId", "marshallLocationName" : "SecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param securityGroupId 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param securityGroupId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param securityGroupId 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AvailabilityZones" : { "documentation" : "

The list of Availability Zones that the directory is in.

", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of Availability Zones that the directory is in.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZones", "marshallLocationName" : "AvailabilityZones", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AvailabilityZone", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of Availability Zones that the directory is in.

\n@param availabilityZones The list of Availability Zones that the directory is in.*/", "getterDocumentation" : "/**

The list of Availability Zones that the directory is in.

\n@return The list of Availability Zones that the directory is in.*/", "fluentSetterDocumentation" : "/**

The list of Availability Zones that the directory is in.

\n@param availabilityZones The list of Availability Zones that the directory is in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of Availability Zones that the directory is in.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAvailabilityZones(java.util.Collection)} or {@link #withAvailabilityZones(java.util.Collection)} if you want to override the existing values.

\n@param availabilityZones The list of Availability Zones that the directory is in.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubnetIds" : { "documentation" : "

The identifiers of the subnets for the directory servers.

", "name" : "SubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIds", "variable" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The identifiers of the subnets for the directory servers.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIds", "marshallLocationName" : "SubnetIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SubnetId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The identifiers of the subnets for the directory servers.

\n@param subnetIds The identifiers of the subnets for the directory servers.*/", "getterDocumentation" : "/**

The identifiers of the subnets for the directory servers.

\n@return The identifiers of the subnets for the directory servers.*/", "fluentSetterDocumentation" : "/**

The identifiers of the subnets for the directory servers.

\n@param subnetIds The identifiers of the subnets for the directory servers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifiers of the subnets for the directory servers.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnetIds(java.util.Collection)} or {@link #withSubnetIds(java.util.Collection)} if you want to override the existing values.

\n@param subnetIds The identifiers of the subnets for the directory servers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VpcId" : { "documentation" : "

The identifier of the VPC that the directory is in.

", "name" : "VpcId", "c2jName" : "VpcId", "c2jShape" : "VpcId", "variable" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the VPC that the directory is in.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcId", "marshallLocationName" : "VpcId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the VPC that the directory is in.

\n@param vpcId The identifier of the VPC that the directory is in.*/", "getterDocumentation" : "/**

The identifier of the VPC that the directory is in.

\n@return The identifier of the VPC that the directory is in.*/", "fluentSetterDocumentation" : "/**

The identifier of the VPC that the directory is in.

\n@param vpcId The identifier of the VPC that the directory is in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the VPC that the directory is in.

\n@param vpcId The identifier of the VPC that the directory is in.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SnapshotType" : { "c2jName" : "SnapshotType", "documentation" : "", "shapeName" : "SnapshotType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Auto", "value" : "Auto" }, { "name" : "Manual", "value" : "Manual" } ], "variable" : { "variableName" : "snapshotType", "variableType" : "SnapshotType", "variableDeclarationType" : "SnapshotType", "documentation" : null, "simpleType" : "SnapshotType", "variableSetterType" : "SnapshotType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "RestoreFromSnapshotRequest" : { "c2jName" : "RestoreFromSnapshotRequest", "documentation" : "

An object representing the inputs for the RestoreFromSnapshot operation.

", "shapeName" : "RestoreFromSnapshotRequest", "deprecated" : false, "required" : [ "SnapshotId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the snapshot to restore from.

", "name" : "SnapshotId", "c2jName" : "SnapshotId", "c2jShape" : "SnapshotId", "variable" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the snapshot to restore from.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotId", "marshallLocationName" : "SnapshotId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the snapshot to restore from.

\n@param snapshotId The identifier of the snapshot to restore from.*/", "getterDocumentation" : "/**

The identifier of the snapshot to restore from.

\n@return The identifier of the snapshot to restore from.*/", "fluentSetterDocumentation" : "/**

The identifier of the snapshot to restore from.

\n@param snapshotId The identifier of the snapshot to restore from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the snapshot to restore from.

\n@param snapshotId The identifier of the snapshot to restore from.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "restoreFromSnapshotRequest", "variableType" : "RestoreFromSnapshotRequest", "variableDeclarationType" : "RestoreFromSnapshotRequest", "documentation" : null, "simpleType" : "RestoreFromSnapshotRequest", "variableSetterType" : "RestoreFromSnapshotRequest" }, "marshaller" : { "action" : "RestoreFromSnapshot", "verb" : "POST", "target" : "DirectoryService_20150416.RestoreFromSnapshot", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SnapshotId" : { "documentation" : "

The identifier of the snapshot to restore from.

", "name" : "SnapshotId", "c2jName" : "SnapshotId", "c2jShape" : "SnapshotId", "variable" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the snapshot to restore from.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotId", "marshallLocationName" : "SnapshotId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the snapshot to restore from.

\n@param snapshotId The identifier of the snapshot to restore from.*/", "getterDocumentation" : "/**

The identifier of the snapshot to restore from.

\n@return The identifier of the snapshot to restore from.*/", "fluentSetterDocumentation" : "/**

The identifier of the snapshot to restore from.

\n@param snapshotId The identifier of the snapshot to restore from.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the snapshot to restore from.

\n@param snapshotId The identifier of the snapshot to restore from.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RegisterEventTopicResult" : { "c2jName" : "RegisterEventTopicResult", "documentation" : "

The result of a RegisterEventTopic request.

", "shapeName" : "RegisterEventTopicResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "registerEventTopicResult", "variableType" : "RegisterEventTopicResult", "variableDeclarationType" : "RegisterEventTopicResult", "documentation" : null, "simpleType" : "RegisterEventTopicResult", "variableSetterType" : "RegisterEventTopicResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "TopicStatus" : { "c2jName" : "TopicStatus", "documentation" : "", "shapeName" : "TopicStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Registered", "value" : "Registered" }, { "name" : "TopicNotFound", "value" : "Topic not found" }, { "name" : "Failed", "value" : "Failed" }, { "name" : "Deleted", "value" : "Deleted" } ], "variable" : { "variableName" : "topicStatus", "variableType" : "TopicStatus", "variableDeclarationType" : "TopicStatus", "documentation" : null, "simpleType" : "TopicStatus", "variableSetterType" : "TopicStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "EnableRadiusResult" : { "c2jName" : "EnableRadiusResult", "documentation" : "

Contains the results of the EnableRadius operation.

", "shapeName" : "EnableRadiusResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "enableRadiusResult", "variableType" : "EnableRadiusResult", "variableDeclarationType" : "EnableRadiusResult", "documentation" : null, "simpleType" : "EnableRadiusResult", "variableSetterType" : "EnableRadiusResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "AddTagsToResourceRequest" : { "c2jName" : "AddTagsToResourceRequest", "documentation" : "", "shapeName" : "AddTagsToResourceRequest", "deprecated" : false, "required" : [ "ResourceId", "Tags" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The ID of the directory to which to add the tag.

", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the directory to which to add the tag.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the directory to which to add the tag.

\n@param resourceId The ID of the directory to which to add the tag.*/", "getterDocumentation" : "/**

The ID of the directory to which to add the tag.

\n@return The ID of the directory to which to add the tag.*/", "fluentSetterDocumentation" : "/**

The ID of the directory to which to add the tag.

\n@param resourceId The ID of the directory to which to add the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the directory to which to add the tag.

\n@param resourceId The ID of the directory to which to add the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The tags to be assigned to the Amazon Directory Services directory.

", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "Tags", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The tags to be assigned to the Amazon Directory Services directory.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The tags to be assigned to the Amazon Directory Services directory.

\n@param tags The tags to be assigned to the Amazon Directory Services directory.*/", "getterDocumentation" : "/**

The tags to be assigned to the Amazon Directory Services directory.

\n@return The tags to be assigned to the Amazon Directory Services directory.*/", "fluentSetterDocumentation" : "/**

The tags to be assigned to the Amazon Directory Services directory.

\n@param tags The tags to be assigned to the Amazon Directory Services directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The tags to be assigned to the Amazon Directory Services directory.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

\n@param tags The tags to be assigned to the Amazon Directory Services directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "addTagsToResourceRequest", "variableType" : "AddTagsToResourceRequest", "variableDeclarationType" : "AddTagsToResourceRequest", "documentation" : null, "simpleType" : "AddTagsToResourceRequest", "variableSetterType" : "AddTagsToResourceRequest" }, "marshaller" : { "action" : "AddTagsToResource", "verb" : "POST", "target" : "DirectoryService_20150416.AddTagsToResource", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Tags" : { "documentation" : "

The tags to be assigned to the Amazon Directory Services directory.

", "name" : "Tags", "c2jName" : "Tags", "c2jShape" : "Tags", "variable" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The tags to be assigned to the Amazon Directory Services directory.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "tags", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Tags", "marshallLocationName" : "Tags", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "Tag", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Tag", "variable" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "setterModel" : { "variableName" : "member", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : "", "simpleType" : "Tag", "variableSetterType" : "Tag" }, "getterModel" : { "returnType" : "Tag", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Tag", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The tags to be assigned to the Amazon Directory Services directory.

\n@param tags The tags to be assigned to the Amazon Directory Services directory.*/", "getterDocumentation" : "/**

The tags to be assigned to the Amazon Directory Services directory.

\n@return The tags to be assigned to the Amazon Directory Services directory.*/", "fluentSetterDocumentation" : "/**

The tags to be assigned to the Amazon Directory Services directory.

\n@param tags The tags to be assigned to the Amazon Directory Services directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The tags to be assigned to the Amazon Directory Services directory.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.

\n@param tags The tags to be assigned to the Amazon Directory Services directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ResourceId" : { "documentation" : "

The ID of the directory to which to add the tag.

", "name" : "ResourceId", "c2jName" : "ResourceId", "c2jShape" : "ResourceId", "variable" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The ID of the directory to which to add the tag.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "resourceId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ResourceId", "marshallLocationName" : "ResourceId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The ID of the directory to which to add the tag.

\n@param resourceId The ID of the directory to which to add the tag.*/", "getterDocumentation" : "/**

The ID of the directory to which to add the tag.

\n@return The ID of the directory to which to add the tag.*/", "fluentSetterDocumentation" : "/**

The ID of the directory to which to add the tag.

\n@param resourceId The ID of the directory to which to add the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The ID of the directory to which to add the tag.

\n@param resourceId The ID of the directory to which to add the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DirectoryStage" : { "c2jName" : "DirectoryStage", "documentation" : "", "shapeName" : "DirectoryStage", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Requested", "value" : "Requested" }, { "name" : "Creating", "value" : "Creating" }, { "name" : "Created", "value" : "Created" }, { "name" : "Active", "value" : "Active" }, { "name" : "Inoperable", "value" : "Inoperable" }, { "name" : "Impaired", "value" : "Impaired" }, { "name" : "Restoring", "value" : "Restoring" }, { "name" : "RestoreFailed", "value" : "RestoreFailed" }, { "name" : "Deleting", "value" : "Deleting" }, { "name" : "Deleted", "value" : "Deleted" }, { "name" : "Failed", "value" : "Failed" } ], "variable" : { "variableName" : "directoryStage", "variableType" : "DirectoryStage", "variableDeclarationType" : "DirectoryStage", "documentation" : null, "simpleType" : "DirectoryStage", "variableSetterType" : "DirectoryStage" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DirectoryVpcSettings" : { "c2jName" : "DirectoryVpcSettings", "documentation" : "

Contains VPC information for the CreateDirectory or CreateMicrosoftAD operation.

", "shapeName" : "DirectoryVpcSettings", "deprecated" : false, "required" : [ "VpcId", "SubnetIds" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the VPC in which to create the directory.

", "name" : "VpcId", "c2jName" : "VpcId", "c2jShape" : "VpcId", "variable" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the VPC in which to create the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcId", "marshallLocationName" : "VpcId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the VPC in which to create the directory.

\n@param vpcId The identifier of the VPC in which to create the directory.*/", "getterDocumentation" : "/**

The identifier of the VPC in which to create the directory.

\n@return The identifier of the VPC in which to create the directory.*/", "fluentSetterDocumentation" : "/**

The identifier of the VPC in which to create the directory.

\n@param vpcId The identifier of the VPC in which to create the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the VPC in which to create the directory.

\n@param vpcId The identifier of the VPC in which to create the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "SubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIds", "variable" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIds", "marshallLocationName" : "SubnetIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SubnetId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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.

\n@param subnetIds 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param subnetIds 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnetIds(java.util.Collection)} or {@link #withSubnetIds(java.util.Collection)} if you want to override the existing values.

\n@param subnetIds 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "directoryVpcSettings", "variableType" : "DirectoryVpcSettings", "variableDeclarationType" : "DirectoryVpcSettings", "documentation" : null, "simpleType" : "DirectoryVpcSettings", "variableSetterType" : "DirectoryVpcSettings" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SubnetIds" : { "documentation" : "

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.

", "name" : "SubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIds", "variable" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIds", "marshallLocationName" : "SubnetIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SubnetId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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.

\n@param subnetIds 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param subnetIds 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnetIds(java.util.Collection)} or {@link #withSubnetIds(java.util.Collection)} if you want to override the existing values.

\n@param subnetIds 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VpcId" : { "documentation" : "

The identifier of the VPC in which to create the directory.

", "name" : "VpcId", "c2jName" : "VpcId", "c2jShape" : "VpcId", "variable" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the VPC in which to create the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcId", "marshallLocationName" : "VpcId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the VPC in which to create the directory.

\n@param vpcId The identifier of the VPC in which to create the directory.*/", "getterDocumentation" : "/**

The identifier of the VPC in which to create the directory.

\n@return The identifier of the VPC in which to create the directory.*/", "fluentSetterDocumentation" : "/**

The identifier of the VPC in which to create the directory.

\n@param vpcId The identifier of the VPC in which to create the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the VPC in which to create the directory.

\n@param vpcId The identifier of the VPC in which to create the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DirectoryConnectSettingsDescription" : { "c2jName" : "DirectoryConnectSettingsDescription", "documentation" : "

Contains information about an AD Connector directory.

", "shapeName" : "DirectoryConnectSettingsDescription", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the VPC that the AD Connector is in.

", "name" : "VpcId", "c2jName" : "VpcId", "c2jShape" : "VpcId", "variable" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the VPC that the AD Connector is in.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcId", "marshallLocationName" : "VpcId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the VPC that the AD Connector is in.

\n@param vpcId The identifier of the VPC that the AD Connector is in.*/", "getterDocumentation" : "/**

The identifier of the VPC that the AD Connector is in.

\n@return The identifier of the VPC that the AD Connector is in.*/", "fluentSetterDocumentation" : "/**

The identifier of the VPC that the AD Connector is in.

\n@param vpcId The identifier of the VPC that the AD Connector is in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the VPC that the AD Connector is in.

\n@param vpcId The identifier of the VPC that the AD Connector is in.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of subnet identifiers in the VPC that the AD connector is in.

", "name" : "SubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIds", "variable" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of subnet identifiers in the VPC that the AD connector is in.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIds", "marshallLocationName" : "SubnetIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SubnetId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of subnet identifiers in the VPC that the AD connector is in.

\n@param subnetIds A list of subnet identifiers in the VPC that the AD connector is in.*/", "getterDocumentation" : "/**

A list of subnet identifiers in the VPC that the AD connector is in.

\n@return A list of subnet identifiers in the VPC that the AD connector is in.*/", "fluentSetterDocumentation" : "/**

A list of subnet identifiers in the VPC that the AD connector is in.

\n@param subnetIds A list of subnet identifiers in the VPC that the AD connector is in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of subnet identifiers in the VPC that the AD connector is in.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnetIds(java.util.Collection)} or {@link #withSubnetIds(java.util.Collection)} if you want to override the existing values.

\n@param subnetIds A list of subnet identifiers in the VPC that the AD connector is in.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The username of the service account in the on-premises directory.

", "name" : "CustomerUserName", "c2jName" : "CustomerUserName", "c2jShape" : "UserName", "variable" : { "variableName" : "customerUserName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The username of the service account in the on-premises directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "customerUserName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomerUserName", "marshallLocationName" : "CustomerUserName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The username of the service account in the on-premises directory.

\n@param customerUserName The username of the service account in the on-premises directory.*/", "getterDocumentation" : "/**

The username of the service account in the on-premises directory.

\n@return The username of the service account in the on-premises directory.*/", "fluentSetterDocumentation" : "/**

The username of the service account in the on-premises directory.

\n@param customerUserName The username of the service account in the on-premises directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The username of the service account in the on-premises directory.

\n@param customerUserName The username of the service account in the on-premises directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The security group identifier for the AD Connector directory.

", "name" : "SecurityGroupId", "c2jName" : "SecurityGroupId", "c2jShape" : "SecurityGroupId", "variable" : { "variableName" : "securityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The security group identifier for the AD Connector directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "securityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroupId", "marshallLocationName" : "SecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The security group identifier for the AD Connector directory.

\n@param securityGroupId The security group identifier for the AD Connector directory.*/", "getterDocumentation" : "/**

The security group identifier for the AD Connector directory.

\n@return The security group identifier for the AD Connector directory.*/", "fluentSetterDocumentation" : "/**

The security group identifier for the AD Connector directory.

\n@param securityGroupId The security group identifier for the AD Connector directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The security group identifier for the AD Connector directory.

\n@param securityGroupId The security group identifier for the AD Connector directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of the Availability Zones that the directory is in.

", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of the Availability Zones that the directory is in.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZones", "marshallLocationName" : "AvailabilityZones", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AvailabilityZone", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of the Availability Zones that the directory is in.

\n@param availabilityZones A list of the Availability Zones that the directory is in.*/", "getterDocumentation" : "/**

A list of the Availability Zones that the directory is in.

\n@return A list of the Availability Zones that the directory is in.*/", "fluentSetterDocumentation" : "/**

A list of the Availability Zones that the directory is in.

\n@param availabilityZones A list of the Availability Zones that the directory is in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of the Availability Zones that the directory is in.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAvailabilityZones(java.util.Collection)} or {@link #withAvailabilityZones(java.util.Collection)} if you want to override the existing values.

\n@param availabilityZones A list of the Availability Zones that the directory is in.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The IP addresses of the AD Connector servers.

", "name" : "ConnectIps", "c2jName" : "ConnectIps", "c2jShape" : "IpAddrs", "variable" : { "variableName" : "connectIps", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The IP addresses of the AD Connector servers.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "connectIps", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConnectIps", "marshallLocationName" : "ConnectIps", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IpAddr", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The IP addresses of the AD Connector servers.

\n@param connectIps The IP addresses of the AD Connector servers.*/", "getterDocumentation" : "/**

The IP addresses of the AD Connector servers.

\n@return The IP addresses of the AD Connector servers.*/", "fluentSetterDocumentation" : "/**

The IP addresses of the AD Connector servers.

\n@param connectIps The IP addresses of the AD Connector servers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The IP addresses of the AD Connector servers.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setConnectIps(java.util.Collection)} or {@link #withConnectIps(java.util.Collection)} if you want to override the existing values.

\n@param connectIps The IP addresses of the AD Connector servers.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "directoryConnectSettingsDescription", "variableType" : "DirectoryConnectSettingsDescription", "variableDeclarationType" : "DirectoryConnectSettingsDescription", "documentation" : null, "simpleType" : "DirectoryConnectSettingsDescription", "variableSetterType" : "DirectoryConnectSettingsDescription" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SecurityGroupId" : { "documentation" : "

The security group identifier for the AD Connector directory.

", "name" : "SecurityGroupId", "c2jName" : "SecurityGroupId", "c2jShape" : "SecurityGroupId", "variable" : { "variableName" : "securityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The security group identifier for the AD Connector directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "securityGroupId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SecurityGroupId", "marshallLocationName" : "SecurityGroupId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The security group identifier for the AD Connector directory.

\n@param securityGroupId The security group identifier for the AD Connector directory.*/", "getterDocumentation" : "/**

The security group identifier for the AD Connector directory.

\n@return The security group identifier for the AD Connector directory.*/", "fluentSetterDocumentation" : "/**

The security group identifier for the AD Connector directory.

\n@param securityGroupId The security group identifier for the AD Connector directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The security group identifier for the AD Connector directory.

\n@param securityGroupId The security group identifier for the AD Connector directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConnectIps" : { "documentation" : "

The IP addresses of the AD Connector servers.

", "name" : "ConnectIps", "c2jName" : "ConnectIps", "c2jShape" : "IpAddrs", "variable" : { "variableName" : "connectIps", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The IP addresses of the AD Connector servers.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "connectIps", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConnectIps", "marshallLocationName" : "ConnectIps", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IpAddr", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The IP addresses of the AD Connector servers.

\n@param connectIps The IP addresses of the AD Connector servers.*/", "getterDocumentation" : "/**

The IP addresses of the AD Connector servers.

\n@return The IP addresses of the AD Connector servers.*/", "fluentSetterDocumentation" : "/**

The IP addresses of the AD Connector servers.

\n@param connectIps The IP addresses of the AD Connector servers.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The IP addresses of the AD Connector servers.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setConnectIps(java.util.Collection)} or {@link #withConnectIps(java.util.Collection)} if you want to override the existing values.

\n@param connectIps The IP addresses of the AD Connector servers.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "AvailabilityZones" : { "documentation" : "

A list of the Availability Zones that the directory is in.

", "name" : "AvailabilityZones", "c2jName" : "AvailabilityZones", "c2jShape" : "AvailabilityZones", "variable" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of the Availability Zones that the directory is in.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "availabilityZones", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "AvailabilityZones", "marshallLocationName" : "AvailabilityZones", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "AvailabilityZone", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of the Availability Zones that the directory is in.

\n@param availabilityZones A list of the Availability Zones that the directory is in.*/", "getterDocumentation" : "/**

A list of the Availability Zones that the directory is in.

\n@return A list of the Availability Zones that the directory is in.*/", "fluentSetterDocumentation" : "/**

A list of the Availability Zones that the directory is in.

\n@param availabilityZones A list of the Availability Zones that the directory is in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of the Availability Zones that the directory is in.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setAvailabilityZones(java.util.Collection)} or {@link #withAvailabilityZones(java.util.Collection)} if you want to override the existing values.

\n@param availabilityZones A list of the Availability Zones that the directory is in.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SubnetIds" : { "documentation" : "

A list of subnet identifiers in the VPC that the AD connector is in.

", "name" : "SubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIds", "variable" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of subnet identifiers in the VPC that the AD connector is in.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIds", "marshallLocationName" : "SubnetIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SubnetId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of subnet identifiers in the VPC that the AD connector is in.

\n@param subnetIds A list of subnet identifiers in the VPC that the AD connector is in.*/", "getterDocumentation" : "/**

A list of subnet identifiers in the VPC that the AD connector is in.

\n@return A list of subnet identifiers in the VPC that the AD connector is in.*/", "fluentSetterDocumentation" : "/**

A list of subnet identifiers in the VPC that the AD connector is in.

\n@param subnetIds A list of subnet identifiers in the VPC that the AD connector is in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of subnet identifiers in the VPC that the AD connector is in.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnetIds(java.util.Collection)} or {@link #withSubnetIds(java.util.Collection)} if you want to override the existing values.

\n@param subnetIds A list of subnet identifiers in the VPC that the AD connector is in.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CustomerUserName" : { "documentation" : "

The username of the service account in the on-premises directory.

", "name" : "CustomerUserName", "c2jName" : "CustomerUserName", "c2jShape" : "UserName", "variable" : { "variableName" : "customerUserName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The username of the service account in the on-premises directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "customerUserName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomerUserName", "marshallLocationName" : "CustomerUserName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The username of the service account in the on-premises directory.

\n@param customerUserName The username of the service account in the on-premises directory.*/", "getterDocumentation" : "/**

The username of the service account in the on-premises directory.

\n@return The username of the service account in the on-premises directory.*/", "fluentSetterDocumentation" : "/**

The username of the service account in the on-premises directory.

\n@param customerUserName The username of the service account in the on-premises directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The username of the service account in the on-premises directory.

\n@param customerUserName The username of the service account in the on-premises directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VpcId" : { "documentation" : "

The identifier of the VPC that the AD Connector is in.

", "name" : "VpcId", "c2jName" : "VpcId", "c2jShape" : "VpcId", "variable" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the VPC that the AD Connector is in.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcId", "marshallLocationName" : "VpcId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the VPC that the AD Connector is in.

\n@param vpcId The identifier of the VPC that the AD Connector is in.*/", "getterDocumentation" : "/**

The identifier of the VPC that the AD Connector is in.

\n@return The identifier of the VPC that the AD Connector is in.*/", "fluentSetterDocumentation" : "/**

The identifier of the VPC that the AD Connector is in.

\n@param vpcId The identifier of the VPC that the AD Connector is in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the VPC that the AD Connector is in.

\n@param vpcId The identifier of the VPC that the AD Connector is in.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "GetSnapshotLimitsRequest" : { "c2jName" : "GetSnapshotLimitsRequest", "documentation" : "

Contains the inputs for the GetSnapshotLimits operation.

", "shapeName" : "GetSnapshotLimitsRequest", "deprecated" : false, "required" : [ "DirectoryId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

Contains the identifier of the directory to obtain the limits for.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Contains the identifier of the directory to obtain the limits for.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Contains the identifier of the directory to obtain the limits for.

\n@param directoryId Contains the identifier of the directory to obtain the limits for.*/", "getterDocumentation" : "/**

Contains the identifier of the directory to obtain the limits for.

\n@return Contains the identifier of the directory to obtain the limits for.*/", "fluentSetterDocumentation" : "/**

Contains the identifier of the directory to obtain the limits for.

\n@param directoryId Contains the identifier of the directory to obtain the limits for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Contains the identifier of the directory to obtain the limits for.

\n@param directoryId Contains the identifier of the directory to obtain the limits for.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getSnapshotLimitsRequest", "variableType" : "GetSnapshotLimitsRequest", "variableDeclarationType" : "GetSnapshotLimitsRequest", "documentation" : null, "simpleType" : "GetSnapshotLimitsRequest", "variableSetterType" : "GetSnapshotLimitsRequest" }, "marshaller" : { "action" : "GetSnapshotLimits", "verb" : "POST", "target" : "DirectoryService_20150416.GetSnapshotLimits", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DirectoryId" : { "documentation" : "

Contains the identifier of the directory to obtain the limits for.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

Contains the identifier of the directory to obtain the limits for.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Contains the identifier of the directory to obtain the limits for.

\n@param directoryId Contains the identifier of the directory to obtain the limits for.*/", "getterDocumentation" : "/**

Contains the identifier of the directory to obtain the limits for.

\n@return Contains the identifier of the directory to obtain the limits for.*/", "fluentSetterDocumentation" : "/**

Contains the identifier of the directory to obtain the limits for.

\n@param directoryId Contains the identifier of the directory to obtain the limits for.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Contains the identifier of the directory to obtain the limits for.

\n@param directoryId Contains the identifier of the directory to obtain the limits for.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeTrustsResult" : { "c2jName" : "DescribeTrustsResult", "documentation" : "

The result of a DescribeTrust request.

", "shapeName" : "DescribeTrustsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The list of Trust objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

", "name" : "Trusts", "c2jName" : "Trusts", "c2jShape" : "Trusts", "variable" : { "variableName" : "trusts", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of Trust objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "trusts", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Trusts", "marshallLocationName" : "Trusts", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "Trust", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Trust", "variable" : { "variableName" : "member", "variableType" : "Trust", "variableDeclarationType" : "Trust", "documentation" : "", "simpleType" : "Trust", "variableSetterType" : "Trust" }, "setterModel" : { "variableName" : "member", "variableType" : "Trust", "variableDeclarationType" : "Trust", "documentation" : "", "simpleType" : "Trust", "variableSetterType" : "Trust" }, "getterModel" : { "returnType" : "Trust", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Trust", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of Trust objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n@param trusts The list of Trust objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.*/", "getterDocumentation" : "/**

The list of Trust objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n@return The list of Trust objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.*/", "fluentSetterDocumentation" : "/**

The list of Trust objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n@param trusts The list of Trust objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of Trust objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTrusts(java.util.Collection)} or {@link #withTrusts(java.util.Collection)} if you want to override the existing values.

\n@param trusts The list of Trust objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeTrusts to retrieve the next set of items.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeTrusts to retrieve the next set of items.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeTrusts to retrieve the next set of items.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeTrusts to retrieve the next set of items.*/", "getterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeTrusts to retrieve the next set of items.

\n@return If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeTrusts to retrieve the next set of items.*/", "fluentSetterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeTrusts to retrieve the next set of items.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeTrusts to retrieve the next set of items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeTrusts to retrieve the next set of items.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeTrusts to retrieve the next set of items.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeTrustsResult", "variableType" : "DescribeTrustsResult", "variableDeclarationType" : "DescribeTrustsResult", "documentation" : null, "simpleType" : "DescribeTrustsResult", "variableSetterType" : "DescribeTrustsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeTrusts to retrieve the next set of items.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeTrusts to retrieve the next set of items.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeTrusts to retrieve the next set of items.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeTrusts to retrieve the next set of items.*/", "getterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeTrusts to retrieve the next set of items.

\n@return If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeTrusts to retrieve the next set of items.*/", "fluentSetterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeTrusts to retrieve the next set of items.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeTrusts to retrieve the next set of items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeTrusts to retrieve the next set of items.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeTrusts to retrieve the next set of items.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Trusts" : { "documentation" : "

The list of Trust objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

", "name" : "Trusts", "c2jName" : "Trusts", "c2jShape" : "Trusts", "variable" : { "variableName" : "trusts", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of Trust objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "trusts", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "Trusts", "marshallLocationName" : "Trusts", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "Trust", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Trust", "variable" : { "variableName" : "member", "variableType" : "Trust", "variableDeclarationType" : "Trust", "documentation" : "", "simpleType" : "Trust", "variableSetterType" : "Trust" }, "setterModel" : { "variableName" : "member", "variableType" : "Trust", "variableDeclarationType" : "Trust", "documentation" : "", "simpleType" : "Trust", "variableSetterType" : "Trust" }, "getterModel" : { "returnType" : "Trust", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Trust", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of Trust objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n@param trusts The list of Trust objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.*/", "getterDocumentation" : "/**

The list of Trust objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n@return The list of Trust objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.*/", "fluentSetterDocumentation" : "/**

The list of Trust objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n@param trusts The list of Trust objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of Trust objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTrusts(java.util.Collection)} or {@link #withTrusts(java.util.Collection)} if you want to override the existing values.

\n@param trusts The list of Trust objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DirectoryUnavailableException" : { "c2jName" : "DirectoryUnavailableException", "documentation" : "

The specified directory is unavailable or could not be found.

", "shapeName" : "DirectoryUnavailableException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "directoryUnavailableException", "variableType" : "DirectoryUnavailableException", "variableDeclarationType" : "DirectoryUnavailableException", "documentation" : null, "simpleType" : "DirectoryUnavailableException", "variableSetterType" : "DirectoryUnavailableException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DirectoryUnavailableException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RequestId" : { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DirectoryLimits" : { "c2jName" : "DirectoryLimits", "documentation" : "

Contains directory limit information for a region.

", "shapeName" : "DirectoryLimits", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The maximum number of cloud directories allowed in the region.

", "name" : "CloudOnlyDirectoriesLimit", "c2jName" : "CloudOnlyDirectoriesLimit", "c2jShape" : "Limit", "variable" : { "variableName" : "cloudOnlyDirectoriesLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of cloud directories allowed in the region.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "cloudOnlyDirectoriesLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudOnlyDirectoriesLimit", "marshallLocationName" : "CloudOnlyDirectoriesLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of cloud directories allowed in the region.

\n@param cloudOnlyDirectoriesLimit The maximum number of cloud directories allowed in the region.*/", "getterDocumentation" : "/**

The maximum number of cloud directories allowed in the region.

\n@return The maximum number of cloud directories allowed in the region.*/", "fluentSetterDocumentation" : "/**

The maximum number of cloud directories allowed in the region.

\n@param cloudOnlyDirectoriesLimit The maximum number of cloud directories allowed in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of cloud directories allowed in the region.

\n@param cloudOnlyDirectoriesLimit The maximum number of cloud directories allowed in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The current number of cloud directories in the region.

", "name" : "CloudOnlyDirectoriesCurrentCount", "c2jName" : "CloudOnlyDirectoriesCurrentCount", "c2jShape" : "Limit", "variable" : { "variableName" : "cloudOnlyDirectoriesCurrentCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The current number of cloud directories in the region.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "cloudOnlyDirectoriesCurrentCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudOnlyDirectoriesCurrentCount", "marshallLocationName" : "CloudOnlyDirectoriesCurrentCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The current number of cloud directories in the region.

\n@param cloudOnlyDirectoriesCurrentCount The current number of cloud directories in the region.*/", "getterDocumentation" : "/**

The current number of cloud directories in the region.

\n@return The current number of cloud directories in the region.*/", "fluentSetterDocumentation" : "/**

The current number of cloud directories in the region.

\n@param cloudOnlyDirectoriesCurrentCount The current number of cloud directories in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current number of cloud directories in the region.

\n@param cloudOnlyDirectoriesCurrentCount The current number of cloud directories in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Indicates if the cloud directory limit has been reached.

", "name" : "CloudOnlyDirectoriesLimitReached", "c2jName" : "CloudOnlyDirectoriesLimitReached", "c2jShape" : "CloudOnlyDirectoriesLimitReached", "variable" : { "variableName" : "cloudOnlyDirectoriesLimitReached", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates if the cloud directory limit has been reached.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cloudOnlyDirectoriesLimitReached", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudOnlyDirectoriesLimitReached", "marshallLocationName" : "CloudOnlyDirectoriesLimitReached", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates if the cloud directory limit has been reached.

\n@param cloudOnlyDirectoriesLimitReached Indicates if the cloud directory limit has been reached.*/", "getterDocumentation" : "/**

Indicates if the cloud directory limit has been reached.

\n@return Indicates if the cloud directory limit has been reached.*/", "fluentSetterDocumentation" : "/**

Indicates if the cloud directory limit has been reached.

\n@param cloudOnlyDirectoriesLimitReached Indicates if the cloud directory limit has been reached.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Indicates if the cloud directory limit has been reached.

\n@param cloudOnlyDirectoriesLimitReached Indicates if the cloud directory limit has been reached.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of Microsoft AD directories allowed in the region.

", "name" : "CloudOnlyMicrosoftADLimit", "c2jName" : "CloudOnlyMicrosoftADLimit", "c2jShape" : "Limit", "variable" : { "variableName" : "cloudOnlyMicrosoftADLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of Microsoft AD directories allowed in the region.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "cloudOnlyMicrosoftADLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudOnlyMicrosoftADLimit", "marshallLocationName" : "CloudOnlyMicrosoftADLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of Microsoft AD directories allowed in the region.

\n@param cloudOnlyMicrosoftADLimit The maximum number of Microsoft AD directories allowed in the region.*/", "getterDocumentation" : "/**

The maximum number of Microsoft AD directories allowed in the region.

\n@return The maximum number of Microsoft AD directories allowed in the region.*/", "fluentSetterDocumentation" : "/**

The maximum number of Microsoft AD directories allowed in the region.

\n@param cloudOnlyMicrosoftADLimit The maximum number of Microsoft AD directories allowed in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of Microsoft AD directories allowed in the region.

\n@param cloudOnlyMicrosoftADLimit The maximum number of Microsoft AD directories allowed in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The current number of Microsoft AD directories in the region.

", "name" : "CloudOnlyMicrosoftADCurrentCount", "c2jName" : "CloudOnlyMicrosoftADCurrentCount", "c2jShape" : "Limit", "variable" : { "variableName" : "cloudOnlyMicrosoftADCurrentCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The current number of Microsoft AD directories in the region.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "cloudOnlyMicrosoftADCurrentCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudOnlyMicrosoftADCurrentCount", "marshallLocationName" : "CloudOnlyMicrosoftADCurrentCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The current number of Microsoft AD directories in the region.

\n@param cloudOnlyMicrosoftADCurrentCount The current number of Microsoft AD directories in the region.*/", "getterDocumentation" : "/**

The current number of Microsoft AD directories in the region.

\n@return The current number of Microsoft AD directories in the region.*/", "fluentSetterDocumentation" : "/**

The current number of Microsoft AD directories in the region.

\n@param cloudOnlyMicrosoftADCurrentCount The current number of Microsoft AD directories in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current number of Microsoft AD directories in the region.

\n@param cloudOnlyMicrosoftADCurrentCount The current number of Microsoft AD directories in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Indicates if the Microsoft AD directory limit has been reached.

", "name" : "CloudOnlyMicrosoftADLimitReached", "c2jName" : "CloudOnlyMicrosoftADLimitReached", "c2jShape" : "CloudOnlyDirectoriesLimitReached", "variable" : { "variableName" : "cloudOnlyMicrosoftADLimitReached", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates if the Microsoft AD directory limit has been reached.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cloudOnlyMicrosoftADLimitReached", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudOnlyMicrosoftADLimitReached", "marshallLocationName" : "CloudOnlyMicrosoftADLimitReached", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates if the Microsoft AD directory limit has been reached.

\n@param cloudOnlyMicrosoftADLimitReached Indicates if the Microsoft AD directory limit has been reached.*/", "getterDocumentation" : "/**

Indicates if the Microsoft AD directory limit has been reached.

\n@return Indicates if the Microsoft AD directory limit has been reached.*/", "fluentSetterDocumentation" : "/**

Indicates if the Microsoft AD directory limit has been reached.

\n@param cloudOnlyMicrosoftADLimitReached Indicates if the Microsoft AD directory limit has been reached.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Indicates if the Microsoft AD directory limit has been reached.

\n@param cloudOnlyMicrosoftADLimitReached Indicates if the Microsoft AD directory limit has been reached.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of connected directories allowed in the region.

", "name" : "ConnectedDirectoriesLimit", "c2jName" : "ConnectedDirectoriesLimit", "c2jShape" : "Limit", "variable" : { "variableName" : "connectedDirectoriesLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of connected directories allowed in the region.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "connectedDirectoriesLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConnectedDirectoriesLimit", "marshallLocationName" : "ConnectedDirectoriesLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of connected directories allowed in the region.

\n@param connectedDirectoriesLimit The maximum number of connected directories allowed in the region.*/", "getterDocumentation" : "/**

The maximum number of connected directories allowed in the region.

\n@return The maximum number of connected directories allowed in the region.*/", "fluentSetterDocumentation" : "/**

The maximum number of connected directories allowed in the region.

\n@param connectedDirectoriesLimit The maximum number of connected directories allowed in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of connected directories allowed in the region.

\n@param connectedDirectoriesLimit The maximum number of connected directories allowed in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The current number of connected directories in the region.

", "name" : "ConnectedDirectoriesCurrentCount", "c2jName" : "ConnectedDirectoriesCurrentCount", "c2jShape" : "Limit", "variable" : { "variableName" : "connectedDirectoriesCurrentCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The current number of connected directories in the region.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "connectedDirectoriesCurrentCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConnectedDirectoriesCurrentCount", "marshallLocationName" : "ConnectedDirectoriesCurrentCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The current number of connected directories in the region.

\n@param connectedDirectoriesCurrentCount The current number of connected directories in the region.*/", "getterDocumentation" : "/**

The current number of connected directories in the region.

\n@return The current number of connected directories in the region.*/", "fluentSetterDocumentation" : "/**

The current number of connected directories in the region.

\n@param connectedDirectoriesCurrentCount The current number of connected directories in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current number of connected directories in the region.

\n@param connectedDirectoriesCurrentCount The current number of connected directories in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

Indicates if the connected directory limit has been reached.

", "name" : "ConnectedDirectoriesLimitReached", "c2jName" : "ConnectedDirectoriesLimitReached", "c2jShape" : "ConnectedDirectoriesLimitReached", "variable" : { "variableName" : "connectedDirectoriesLimitReached", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates if the connected directory limit has been reached.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "connectedDirectoriesLimitReached", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConnectedDirectoriesLimitReached", "marshallLocationName" : "ConnectedDirectoriesLimitReached", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates if the connected directory limit has been reached.

\n@param connectedDirectoriesLimitReached Indicates if the connected directory limit has been reached.*/", "getterDocumentation" : "/**

Indicates if the connected directory limit has been reached.

\n@return Indicates if the connected directory limit has been reached.*/", "fluentSetterDocumentation" : "/**

Indicates if the connected directory limit has been reached.

\n@param connectedDirectoriesLimitReached Indicates if the connected directory limit has been reached.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Indicates if the connected directory limit has been reached.

\n@param connectedDirectoriesLimitReached Indicates if the connected directory limit has been reached.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "directoryLimits", "variableType" : "DirectoryLimits", "variableDeclarationType" : "DirectoryLimits", "documentation" : null, "simpleType" : "DirectoryLimits", "variableSetterType" : "DirectoryLimits" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ConnectedDirectoriesCurrentCount" : { "documentation" : "

The current number of connected directories in the region.

", "name" : "ConnectedDirectoriesCurrentCount", "c2jName" : "ConnectedDirectoriesCurrentCount", "c2jShape" : "Limit", "variable" : { "variableName" : "connectedDirectoriesCurrentCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The current number of connected directories in the region.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "connectedDirectoriesCurrentCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConnectedDirectoriesCurrentCount", "marshallLocationName" : "ConnectedDirectoriesCurrentCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The current number of connected directories in the region.

\n@param connectedDirectoriesCurrentCount The current number of connected directories in the region.*/", "getterDocumentation" : "/**

The current number of connected directories in the region.

\n@return The current number of connected directories in the region.*/", "fluentSetterDocumentation" : "/**

The current number of connected directories in the region.

\n@param connectedDirectoriesCurrentCount The current number of connected directories in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current number of connected directories in the region.

\n@param connectedDirectoriesCurrentCount The current number of connected directories in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConnectedDirectoriesLimit" : { "documentation" : "

The maximum number of connected directories allowed in the region.

", "name" : "ConnectedDirectoriesLimit", "c2jName" : "ConnectedDirectoriesLimit", "c2jShape" : "Limit", "variable" : { "variableName" : "connectedDirectoriesLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of connected directories allowed in the region.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "connectedDirectoriesLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConnectedDirectoriesLimit", "marshallLocationName" : "ConnectedDirectoriesLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of connected directories allowed in the region.

\n@param connectedDirectoriesLimit The maximum number of connected directories allowed in the region.*/", "getterDocumentation" : "/**

The maximum number of connected directories allowed in the region.

\n@return The maximum number of connected directories allowed in the region.*/", "fluentSetterDocumentation" : "/**

The maximum number of connected directories allowed in the region.

\n@param connectedDirectoriesLimit The maximum number of connected directories allowed in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of connected directories allowed in the region.

\n@param connectedDirectoriesLimit The maximum number of connected directories allowed in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudOnlyDirectoriesLimitReached" : { "documentation" : "

Indicates if the cloud directory limit has been reached.

", "name" : "CloudOnlyDirectoriesLimitReached", "c2jName" : "CloudOnlyDirectoriesLimitReached", "c2jShape" : "CloudOnlyDirectoriesLimitReached", "variable" : { "variableName" : "cloudOnlyDirectoriesLimitReached", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates if the cloud directory limit has been reached.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cloudOnlyDirectoriesLimitReached", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudOnlyDirectoriesLimitReached", "marshallLocationName" : "CloudOnlyDirectoriesLimitReached", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates if the cloud directory limit has been reached.

\n@param cloudOnlyDirectoriesLimitReached Indicates if the cloud directory limit has been reached.*/", "getterDocumentation" : "/**

Indicates if the cloud directory limit has been reached.

\n@return Indicates if the cloud directory limit has been reached.*/", "fluentSetterDocumentation" : "/**

Indicates if the cloud directory limit has been reached.

\n@param cloudOnlyDirectoriesLimitReached Indicates if the cloud directory limit has been reached.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Indicates if the cloud directory limit has been reached.

\n@param cloudOnlyDirectoriesLimitReached Indicates if the cloud directory limit has been reached.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConnectedDirectoriesLimitReached" : { "documentation" : "

Indicates if the connected directory limit has been reached.

", "name" : "ConnectedDirectoriesLimitReached", "c2jName" : "ConnectedDirectoriesLimitReached", "c2jShape" : "ConnectedDirectoriesLimitReached", "variable" : { "variableName" : "connectedDirectoriesLimitReached", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates if the connected directory limit has been reached.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "connectedDirectoriesLimitReached", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConnectedDirectoriesLimitReached", "marshallLocationName" : "ConnectedDirectoriesLimitReached", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates if the connected directory limit has been reached.

\n@param connectedDirectoriesLimitReached Indicates if the connected directory limit has been reached.*/", "getterDocumentation" : "/**

Indicates if the connected directory limit has been reached.

\n@return Indicates if the connected directory limit has been reached.*/", "fluentSetterDocumentation" : "/**

Indicates if the connected directory limit has been reached.

\n@param connectedDirectoriesLimitReached Indicates if the connected directory limit has been reached.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Indicates if the connected directory limit has been reached.

\n@param connectedDirectoriesLimitReached Indicates if the connected directory limit has been reached.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudOnlyMicrosoftADLimit" : { "documentation" : "

The maximum number of Microsoft AD directories allowed in the region.

", "name" : "CloudOnlyMicrosoftADLimit", "c2jName" : "CloudOnlyMicrosoftADLimit", "c2jShape" : "Limit", "variable" : { "variableName" : "cloudOnlyMicrosoftADLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of Microsoft AD directories allowed in the region.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "cloudOnlyMicrosoftADLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudOnlyMicrosoftADLimit", "marshallLocationName" : "CloudOnlyMicrosoftADLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of Microsoft AD directories allowed in the region.

\n@param cloudOnlyMicrosoftADLimit The maximum number of Microsoft AD directories allowed in the region.*/", "getterDocumentation" : "/**

The maximum number of Microsoft AD directories allowed in the region.

\n@return The maximum number of Microsoft AD directories allowed in the region.*/", "fluentSetterDocumentation" : "/**

The maximum number of Microsoft AD directories allowed in the region.

\n@param cloudOnlyMicrosoftADLimit The maximum number of Microsoft AD directories allowed in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of Microsoft AD directories allowed in the region.

\n@param cloudOnlyMicrosoftADLimit The maximum number of Microsoft AD directories allowed in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudOnlyMicrosoftADLimitReached" : { "documentation" : "

Indicates if the Microsoft AD directory limit has been reached.

", "name" : "CloudOnlyMicrosoftADLimitReached", "c2jName" : "CloudOnlyMicrosoftADLimitReached", "c2jShape" : "CloudOnlyDirectoriesLimitReached", "variable" : { "variableName" : "cloudOnlyMicrosoftADLimitReached", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "

Indicates if the Microsoft AD directory limit has been reached.

", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "setterModel" : { "variableName" : "cloudOnlyMicrosoftADLimitReached", "variableType" : "Boolean", "variableDeclarationType" : "Boolean", "documentation" : "", "simpleType" : "Boolean", "variableSetterType" : "Boolean" }, "getterModel" : { "returnType" : "Boolean", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudOnlyMicrosoftADLimitReached", "marshallLocationName" : "CloudOnlyMicrosoftADLimitReached", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

Indicates if the Microsoft AD directory limit has been reached.

\n@param cloudOnlyMicrosoftADLimitReached Indicates if the Microsoft AD directory limit has been reached.*/", "getterDocumentation" : "/**

Indicates if the Microsoft AD directory limit has been reached.

\n@return Indicates if the Microsoft AD directory limit has been reached.*/", "fluentSetterDocumentation" : "/**

Indicates if the Microsoft AD directory limit has been reached.

\n@param cloudOnlyMicrosoftADLimitReached Indicates if the Microsoft AD directory limit has been reached.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

Indicates if the Microsoft AD directory limit has been reached.

\n@param cloudOnlyMicrosoftADLimitReached Indicates if the Microsoft AD directory limit has been reached.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudOnlyMicrosoftADCurrentCount" : { "documentation" : "

The current number of Microsoft AD directories in the region.

", "name" : "CloudOnlyMicrosoftADCurrentCount", "c2jName" : "CloudOnlyMicrosoftADCurrentCount", "c2jShape" : "Limit", "variable" : { "variableName" : "cloudOnlyMicrosoftADCurrentCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The current number of Microsoft AD directories in the region.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "cloudOnlyMicrosoftADCurrentCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudOnlyMicrosoftADCurrentCount", "marshallLocationName" : "CloudOnlyMicrosoftADCurrentCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The current number of Microsoft AD directories in the region.

\n@param cloudOnlyMicrosoftADCurrentCount The current number of Microsoft AD directories in the region.*/", "getterDocumentation" : "/**

The current number of Microsoft AD directories in the region.

\n@return The current number of Microsoft AD directories in the region.*/", "fluentSetterDocumentation" : "/**

The current number of Microsoft AD directories in the region.

\n@param cloudOnlyMicrosoftADCurrentCount The current number of Microsoft AD directories in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current number of Microsoft AD directories in the region.

\n@param cloudOnlyMicrosoftADCurrentCount The current number of Microsoft AD directories in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudOnlyDirectoriesCurrentCount" : { "documentation" : "

The current number of cloud directories in the region.

", "name" : "CloudOnlyDirectoriesCurrentCount", "c2jName" : "CloudOnlyDirectoriesCurrentCount", "c2jShape" : "Limit", "variable" : { "variableName" : "cloudOnlyDirectoriesCurrentCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The current number of cloud directories in the region.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "cloudOnlyDirectoriesCurrentCount", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudOnlyDirectoriesCurrentCount", "marshallLocationName" : "CloudOnlyDirectoriesCurrentCount", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The current number of cloud directories in the region.

\n@param cloudOnlyDirectoriesCurrentCount The current number of cloud directories in the region.*/", "getterDocumentation" : "/**

The current number of cloud directories in the region.

\n@return The current number of cloud directories in the region.*/", "fluentSetterDocumentation" : "/**

The current number of cloud directories in the region.

\n@param cloudOnlyDirectoriesCurrentCount The current number of cloud directories in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The current number of cloud directories in the region.

\n@param cloudOnlyDirectoriesCurrentCount The current number of cloud directories in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CloudOnlyDirectoriesLimit" : { "documentation" : "

The maximum number of cloud directories allowed in the region.

", "name" : "CloudOnlyDirectoriesLimit", "c2jName" : "CloudOnlyDirectoriesLimit", "c2jShape" : "Limit", "variable" : { "variableName" : "cloudOnlyDirectoriesLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of cloud directories allowed in the region.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "cloudOnlyDirectoriesLimit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "CloudOnlyDirectoriesLimit", "marshallLocationName" : "CloudOnlyDirectoriesLimit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of cloud directories allowed in the region.

\n@param cloudOnlyDirectoriesLimit The maximum number of cloud directories allowed in the region.*/", "getterDocumentation" : "/**

The maximum number of cloud directories allowed in the region.

\n@return The maximum number of cloud directories allowed in the region.*/", "fluentSetterDocumentation" : "/**

The maximum number of cloud directories allowed in the region.

\n@param cloudOnlyDirectoriesLimit The maximum number of cloud directories allowed in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of cloud directories allowed in the region.

\n@param cloudOnlyDirectoriesLimit The maximum number of cloud directories allowed in the region.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeTrustsRequest" : { "c2jName" : "DescribeTrustsRequest", "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.

", "shapeName" : "DescribeTrustsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The Directory ID of the AWS directory that is a part of the requested trust relationship.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Directory ID of the AWS directory that is a part of the requested trust relationship.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Directory ID of the AWS directory that is a part of the requested trust relationship.

\n@param directoryId The Directory ID of the AWS directory that is a part of the requested trust relationship.*/", "getterDocumentation" : "/**

The Directory ID of the AWS directory that is a part of the requested trust relationship.

\n@return The Directory ID of the AWS directory that is a part of the requested trust relationship.*/", "fluentSetterDocumentation" : "/**

The Directory ID of the AWS directory that is a part of the requested trust relationship.

\n@param directoryId The Directory ID of the AWS directory that is a part of the requested trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Directory ID of the AWS directory that is a part of the requested trust relationship.

\n@param directoryId The Directory ID of the AWS directory that is a part of the requested trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

An empty list results in an InvalidParameterException being thrown.

", "name" : "TrustIds", "c2jName" : "TrustIds", "c2jShape" : "TrustIds", "variable" : { "variableName" : "trustIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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.

An empty list results in an InvalidParameterException being thrown.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "trustIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustIds", "marshallLocationName" : "TrustIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TrustId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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.

An empty list results in an InvalidParameterException being thrown.

\n@param trustIds 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.

An empty list results in an InvalidParameterException being thrown.*/", "getterDocumentation" : "/**

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.

An empty list results in an InvalidParameterException being thrown.

\n@return 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.

An empty list results in an InvalidParameterException being thrown.*/", "fluentSetterDocumentation" : "/**

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.

An empty list results in an InvalidParameterException being thrown.

\n@param trustIds 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.

An empty list results in an InvalidParameterException being thrown.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

An empty list results in an InvalidParameterException being thrown.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTrustIds(java.util.Collection)} or {@link #withTrustIds(java.util.Collection)} if you want to override the existing values.

\n@param trustIds 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.

An empty list results in an InvalidParameterException being thrown.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts. Pass null if this is the first call.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts. Pass null if this is the first call.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts. Pass null if this is the first call.

\n@param nextToken The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts. Pass null if this is the first call.*/", "getterDocumentation" : "/**

The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts. Pass null if this is the first call.

\n@return The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts. Pass null if this is the first call.*/", "fluentSetterDocumentation" : "/**

The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts. Pass null if this is the first call.

\n@param nextToken The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts. Pass null if this is the first call.

\n@param nextToken The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of objects to return.

", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "Limit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of objects to return.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of objects to return.

\n@param limit The maximum number of objects to return.*/", "getterDocumentation" : "/**

The maximum number of objects to return.

\n@return The maximum number of objects to return.*/", "fluentSetterDocumentation" : "/**

The maximum number of objects to return.

\n@param limit The maximum number of objects to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of objects to return.

\n@param limit The maximum number of objects to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeTrustsRequest", "variableType" : "DescribeTrustsRequest", "variableDeclarationType" : "DescribeTrustsRequest", "documentation" : null, "simpleType" : "DescribeTrustsRequest", "variableSetterType" : "DescribeTrustsRequest" }, "marshaller" : { "action" : "DescribeTrusts", "verb" : "POST", "target" : "DirectoryService_20150416.DescribeTrusts", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts. Pass null if this is the first call.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts. Pass null if this is the first call.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts. Pass null if this is the first call.

\n@param nextToken The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts. Pass null if this is the first call.*/", "getterDocumentation" : "/**

The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts. Pass null if this is the first call.

\n@return The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts. Pass null if this is the first call.*/", "fluentSetterDocumentation" : "/**

The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts. Pass null if this is the first call.

\n@param nextToken The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts. Pass null if this is the first call.

\n@param nextToken The DescribeTrustsResult.NextToken value from a previous call to DescribeTrusts. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DirectoryId" : { "documentation" : "

The Directory ID of the AWS directory that is a part of the requested trust relationship.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Directory ID of the AWS directory that is a part of the requested trust relationship.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Directory ID of the AWS directory that is a part of the requested trust relationship.

\n@param directoryId The Directory ID of the AWS directory that is a part of the requested trust relationship.*/", "getterDocumentation" : "/**

The Directory ID of the AWS directory that is a part of the requested trust relationship.

\n@return The Directory ID of the AWS directory that is a part of the requested trust relationship.*/", "fluentSetterDocumentation" : "/**

The Directory ID of the AWS directory that is a part of the requested trust relationship.

\n@param directoryId The Directory ID of the AWS directory that is a part of the requested trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Directory ID of the AWS directory that is a part of the requested trust relationship.

\n@param directoryId The Directory ID of the AWS directory that is a part of the requested trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrustIds" : { "documentation" : "

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.

An empty list results in an InvalidParameterException being thrown.

", "name" : "TrustIds", "c2jName" : "TrustIds", "c2jShape" : "TrustIds", "variable" : { "variableName" : "trustIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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.

An empty list results in an InvalidParameterException being thrown.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "trustIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustIds", "marshallLocationName" : "TrustIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TrustId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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.

An empty list results in an InvalidParameterException being thrown.

\n@param trustIds 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.

An empty list results in an InvalidParameterException being thrown.*/", "getterDocumentation" : "/**

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.

An empty list results in an InvalidParameterException being thrown.

\n@return 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.

An empty list results in an InvalidParameterException being thrown.*/", "fluentSetterDocumentation" : "/**

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.

An empty list results in an InvalidParameterException being thrown.

\n@param trustIds 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.

An empty list results in an InvalidParameterException being thrown.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

An empty list results in an InvalidParameterException being thrown.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTrustIds(java.util.Collection)} or {@link #withTrustIds(java.util.Collection)} if you want to override the existing values.

\n@param trustIds 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.

An empty list results in an InvalidParameterException being thrown.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

The maximum number of objects to return.

", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "Limit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of objects to return.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of objects to return.

\n@param limit The maximum number of objects to return.*/", "getterDocumentation" : "/**

The maximum number of objects to return.

\n@return The maximum number of objects to return.*/", "fluentSetterDocumentation" : "/**

The maximum number of objects to return.

\n@param limit The maximum number of objects to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of objects to return.

\n@param limit The maximum number of objects to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateMicrosoftADResult" : { "c2jName" : "CreateMicrosoftADResult", "documentation" : "

Result of a CreateMicrosoftAD request.

", "shapeName" : "CreateMicrosoftADResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the directory that was created.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory that was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory that was created.

\n@param directoryId The identifier of the directory that was created.*/", "getterDocumentation" : "/**

The identifier of the directory that was created.

\n@return The identifier of the directory that was created.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory that was created.

\n@param directoryId The identifier of the directory that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory that was created.

\n@param directoryId The identifier of the directory that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createMicrosoftADResult", "variableType" : "CreateMicrosoftADResult", "variableDeclarationType" : "CreateMicrosoftADResult", "documentation" : null, "simpleType" : "CreateMicrosoftADResult", "variableSetterType" : "CreateMicrosoftADResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DirectoryId" : { "documentation" : "

The identifier of the directory that was created.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory that was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory that was created.

\n@param directoryId The identifier of the directory that was created.*/", "getterDocumentation" : "/**

The identifier of the directory that was created.

\n@return The identifier of the directory that was created.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory that was created.

\n@param directoryId The identifier of the directory that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory that was created.

\n@param directoryId The identifier of the directory that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidNextTokenException" : { "c2jName" : "InvalidNextTokenException", "documentation" : "

The NextToken value is not valid.

", "shapeName" : "InvalidNextTokenException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "invalidNextTokenException", "variableType" : "InvalidNextTokenException", "variableDeclarationType" : "InvalidNextTokenException", "documentation" : null, "simpleType" : "InvalidNextTokenException", "variableSetterType" : "InvalidNextTokenException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidNextTokenException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RequestId" : { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeDirectoriesResult" : { "c2jName" : "DescribeDirectoriesResult", "documentation" : "

Contains the results of the DescribeDirectories operation.

", "shapeName" : "DescribeDirectoriesResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The list of DirectoryDescription objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

", "name" : "DirectoryDescriptions", "c2jName" : "DirectoryDescriptions", "c2jShape" : "DirectoryDescriptions", "variable" : { "variableName" : "directoryDescriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of DirectoryDescription objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "directoryDescriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryDescriptions", "marshallLocationName" : "DirectoryDescriptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "DirectoryDescription", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DirectoryDescription", "variable" : { "variableName" : "member", "variableType" : "DirectoryDescription", "variableDeclarationType" : "DirectoryDescription", "documentation" : "", "simpleType" : "DirectoryDescription", "variableSetterType" : "DirectoryDescription" }, "setterModel" : { "variableName" : "member", "variableType" : "DirectoryDescription", "variableDeclarationType" : "DirectoryDescription", "documentation" : "", "simpleType" : "DirectoryDescription", "variableSetterType" : "DirectoryDescription" }, "getterModel" : { "returnType" : "DirectoryDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "DirectoryDescription", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of DirectoryDescription objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n@param directoryDescriptions The list of DirectoryDescription objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.*/", "getterDocumentation" : "/**

The list of DirectoryDescription objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n@return The list of DirectoryDescription objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.*/", "fluentSetterDocumentation" : "/**

The list of DirectoryDescription objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n@param directoryDescriptions The list of DirectoryDescription objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of DirectoryDescription objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDirectoryDescriptions(java.util.Collection)} or {@link #withDirectoryDescriptions(java.util.Collection)} if you want to override the existing values.

\n@param directoryDescriptions The list of DirectoryDescription objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeDirectories to retrieve the next set of items.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeDirectories to retrieve the next set of items.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeDirectories to retrieve the next set of items.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeDirectories to retrieve the next set of items.*/", "getterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeDirectories to retrieve the next set of items.

\n@return If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeDirectories to retrieve the next set of items.*/", "fluentSetterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeDirectories to retrieve the next set of items.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeDirectories to retrieve the next set of items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeDirectories to retrieve the next set of items.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeDirectories to retrieve the next set of items.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDirectoriesResult", "variableType" : "DescribeDirectoriesResult", "variableDeclarationType" : "DescribeDirectoriesResult", "documentation" : null, "simpleType" : "DescribeDirectoriesResult", "variableSetterType" : "DescribeDirectoriesResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeDirectories to retrieve the next set of items.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeDirectories to retrieve the next set of items.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeDirectories to retrieve the next set of items.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeDirectories to retrieve the next set of items.*/", "getterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeDirectories to retrieve the next set of items.

\n@return If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeDirectories to retrieve the next set of items.*/", "fluentSetterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeDirectories to retrieve the next set of items.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeDirectories to retrieve the next set of items.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeDirectories to retrieve the next set of items.

\n@param nextToken If not null, more results are available. Pass this value for the NextToken parameter in a subsequent call to DescribeDirectories to retrieve the next set of items.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DirectoryDescriptions" : { "documentation" : "

The list of DirectoryDescription objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

", "name" : "DirectoryDescriptions", "c2jName" : "DirectoryDescriptions", "c2jShape" : "DirectoryDescriptions", "variable" : { "variableName" : "directoryDescriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of DirectoryDescription objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "directoryDescriptions", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryDescriptions", "marshallLocationName" : "DirectoryDescriptions", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "DirectoryDescription", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DirectoryDescription", "variable" : { "variableName" : "member", "variableType" : "DirectoryDescription", "variableDeclarationType" : "DirectoryDescription", "documentation" : "", "simpleType" : "DirectoryDescription", "variableSetterType" : "DirectoryDescription" }, "setterModel" : { "variableName" : "member", "variableType" : "DirectoryDescription", "variableDeclarationType" : "DirectoryDescription", "documentation" : "", "simpleType" : "DirectoryDescription", "variableSetterType" : "DirectoryDescription" }, "getterModel" : { "returnType" : "DirectoryDescription", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "DirectoryDescription", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of DirectoryDescription objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n@param directoryDescriptions The list of DirectoryDescription objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.*/", "getterDocumentation" : "/**

The list of DirectoryDescription objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n@return The list of DirectoryDescription objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.*/", "fluentSetterDocumentation" : "/**

The list of DirectoryDescription objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n@param directoryDescriptions The list of DirectoryDescription objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of DirectoryDescription objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDirectoryDescriptions(java.util.Collection)} or {@link #withDirectoryDescriptions(java.util.Collection)} if you want to override the existing values.

\n@param directoryDescriptions The list of DirectoryDescription objects that were retrieved.

It is possible that this list contains less than the number of items specified in the Limit 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ConditionalForwarder" : { "c2jName" : "ConditionalForwarder", "documentation" : "

Points to a remote domain with which you are setting up a trust relationship. Conditional forwarders are required in order to set up a trust relationship with another domain.

", "shapeName" : "ConditionalForwarder", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.

", "name" : "RemoteDomainName", "c2jName" : "RemoteDomainName", "c2jShape" : "RemoteDomainName", "variable" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RemoteDomainName", "marshallLocationName" : "RemoteDomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.*/", "getterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.

\n@return The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.*/", "fluentSetterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.

", "name" : "DnsIpAddrs", "c2jName" : "DnsIpAddrs", "c2jShape" : "DnsIpAddrs", "variable" : { "variableName" : "dnsIpAddrs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dnsIpAddrs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DnsIpAddrs", "marshallLocationName" : "DnsIpAddrs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IpAddr", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.

\n@param dnsIpAddrs The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.*/", "getterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.

\n@return The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.*/", "fluentSetterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.

\n@param dnsIpAddrs The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDnsIpAddrs(java.util.Collection)} or {@link #withDnsIpAddrs(java.util.Collection)} if you want to override the existing values.

\n@param dnsIpAddrs The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The replication scope of the conditional forwarder. The only allowed value is Domain, which will replicate the conditional forwarder to all of the domain controllers for your AWS directory.

", "name" : "ReplicationScope", "c2jName" : "ReplicationScope", "c2jShape" : "ReplicationScope", "variable" : { "variableName" : "replicationScope", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The replication scope of the conditional forwarder. The only allowed value is Domain, which will replicate the conditional forwarder to all of the domain controllers for your AWS directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationScope", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationScope", "marshallLocationName" : "ReplicationScope", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ReplicationScope", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The replication scope of the conditional forwarder. The only allowed value is Domain, which will replicate the conditional forwarder to all of the domain controllers for your AWS directory.

\n@param replicationScope The replication scope of the conditional forwarder. The only allowed value is Domain, which will replicate the conditional forwarder to all of the domain controllers for your AWS directory.\n@see ReplicationScope*/", "getterDocumentation" : "/**

The replication scope of the conditional forwarder. The only allowed value is Domain, which will replicate the conditional forwarder to all of the domain controllers for your AWS directory.

\n@return The replication scope of the conditional forwarder. The only allowed value is Domain, which will replicate the conditional forwarder to all of the domain controllers for your AWS directory.\n@see ReplicationScope*/", "fluentSetterDocumentation" : "/**

The replication scope of the conditional forwarder. The only allowed value is Domain, which will replicate the conditional forwarder to all of the domain controllers for your AWS directory.

\n@param replicationScope The replication scope of the conditional forwarder. The only allowed value is Domain, which will replicate the conditional forwarder to all of the domain controllers for your AWS directory.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationScope*/", "varargSetterDocumentation" : "/**

The replication scope of the conditional forwarder. The only allowed value is Domain, which will replicate the conditional forwarder to all of the domain controllers for your AWS directory.

\n@param replicationScope The replication scope of the conditional forwarder. The only allowed value is Domain, which will replicate the conditional forwarder to all of the domain controllers for your AWS directory.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationScope*/" } ], "enums" : null, "variable" : { "variableName" : "conditionalForwarder", "variableType" : "ConditionalForwarder", "variableDeclarationType" : "ConditionalForwarder", "documentation" : null, "simpleType" : "ConditionalForwarder", "variableSetterType" : "ConditionalForwarder" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RemoteDomainName" : { "documentation" : "

The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.

", "name" : "RemoteDomainName", "c2jName" : "RemoteDomainName", "c2jShape" : "RemoteDomainName", "variable" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RemoteDomainName", "marshallLocationName" : "RemoteDomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.*/", "getterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.

\n@return The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.*/", "fluentSetterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domains pointed to by the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ReplicationScope" : { "documentation" : "

The replication scope of the conditional forwarder. The only allowed value is Domain, which will replicate the conditional forwarder to all of the domain controllers for your AWS directory.

", "name" : "ReplicationScope", "c2jName" : "ReplicationScope", "c2jShape" : "ReplicationScope", "variable" : { "variableName" : "replicationScope", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The replication scope of the conditional forwarder. The only allowed value is Domain, which will replicate the conditional forwarder to all of the domain controllers for your AWS directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "replicationScope", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ReplicationScope", "marshallLocationName" : "ReplicationScope", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "ReplicationScope", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The replication scope of the conditional forwarder. The only allowed value is Domain, which will replicate the conditional forwarder to all of the domain controllers for your AWS directory.

\n@param replicationScope The replication scope of the conditional forwarder. The only allowed value is Domain, which will replicate the conditional forwarder to all of the domain controllers for your AWS directory.\n@see ReplicationScope*/", "getterDocumentation" : "/**

The replication scope of the conditional forwarder. The only allowed value is Domain, which will replicate the conditional forwarder to all of the domain controllers for your AWS directory.

\n@return The replication scope of the conditional forwarder. The only allowed value is Domain, which will replicate the conditional forwarder to all of the domain controllers for your AWS directory.\n@see ReplicationScope*/", "fluentSetterDocumentation" : "/**

The replication scope of the conditional forwarder. The only allowed value is Domain, which will replicate the conditional forwarder to all of the domain controllers for your AWS directory.

\n@param replicationScope The replication scope of the conditional forwarder. The only allowed value is Domain, which will replicate the conditional forwarder to all of the domain controllers for your AWS directory.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationScope*/", "varargSetterDocumentation" : "/**

The replication scope of the conditional forwarder. The only allowed value is Domain, which will replicate the conditional forwarder to all of the domain controllers for your AWS directory.

\n@param replicationScope The replication scope of the conditional forwarder. The only allowed value is Domain, which will replicate the conditional forwarder to all of the domain controllers for your AWS directory.\n@return Returns a reference to this object so that method calls can be chained together.\n@see ReplicationScope*/" }, "DnsIpAddrs" : { "documentation" : "

The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.

", "name" : "DnsIpAddrs", "c2jName" : "DnsIpAddrs", "c2jShape" : "DnsIpAddrs", "variable" : { "variableName" : "dnsIpAddrs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dnsIpAddrs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DnsIpAddrs", "marshallLocationName" : "DnsIpAddrs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IpAddr", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.

\n@param dnsIpAddrs The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.*/", "getterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.

\n@return The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.*/", "fluentSetterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.

\n@param dnsIpAddrs The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDnsIpAddrs(java.util.Collection)} or {@link #withDnsIpAddrs(java.util.Collection)} if you want to override the existing values.

\n@param dnsIpAddrs The IP addresses of the remote DNS server associated with RemoteDomainName. This is the IP address of the DNS server that your conditional forwarder points to.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TagLimitExceededException" : { "c2jName" : "TagLimitExceededException", "documentation" : "

The maximum allowed number of tags was exceeded.

", "shapeName" : "TagLimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "tagLimitExceededException", "variableType" : "TagLimitExceededException", "variableDeclarationType" : "TagLimitExceededException", "documentation" : null, "simpleType" : "TagLimitExceededException", "variableSetterType" : "TagLimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "TagLimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RequestId" : { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ConnectDirectoryRequest" : { "c2jName" : "ConnectDirectoryRequest", "documentation" : "

Contains the inputs for the ConnectDirectory operation.

", "shapeName" : "ConnectDirectoryRequest", "deprecated" : false, "required" : [ "Name", "Password", "Size", "ConnectSettings" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The fully-qualified name of the on-premises directory, such as corp.example.com.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DirectoryName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The fully-qualified name of the on-premises directory, such as corp.example.com.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The fully-qualified name of the on-premises directory, such as corp.example.com.

\n@param name The fully-qualified name of the on-premises directory, such as corp.example.com.*/", "getterDocumentation" : "/**

The fully-qualified name of the on-premises directory, such as corp.example.com.

\n@return The fully-qualified name of the on-premises directory, such as corp.example.com.*/", "fluentSetterDocumentation" : "/**

The fully-qualified name of the on-premises directory, such as corp.example.com.

\n@param name The fully-qualified name of the on-premises directory, such as corp.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The fully-qualified name of the on-premises directory, such as corp.example.com.

\n@param name The fully-qualified name of the on-premises directory, such as corp.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The NetBIOS name of the on-premises directory, such as CORP.

", "name" : "ShortName", "c2jName" : "ShortName", "c2jShape" : "DirectoryShortName", "variable" : { "variableName" : "shortName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The NetBIOS name of the on-premises directory, such as CORP.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "shortName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ShortName", "marshallLocationName" : "ShortName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The NetBIOS name of the on-premises directory, such as CORP.

\n@param shortName The NetBIOS name of the on-premises directory, such as CORP.*/", "getterDocumentation" : "/**

The NetBIOS name of the on-premises directory, such as CORP.

\n@return The NetBIOS name of the on-premises directory, such as CORP.*/", "fluentSetterDocumentation" : "/**

The NetBIOS name of the on-premises directory, such as CORP.

\n@param shortName The NetBIOS name of the on-premises directory, such as CORP.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The NetBIOS name of the on-premises directory, such as CORP.

\n@param shortName The NetBIOS name of the on-premises directory, such as CORP.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The password for the on-premises user account.

", "name" : "Password", "c2jName" : "Password", "c2jShape" : "ConnectPassword", "variable" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The password for the on-premises user account.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Password", "marshallLocationName" : "Password", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The password for the on-premises user account.

\n@param password The password for the on-premises user account.*/", "getterDocumentation" : "/**

The password for the on-premises user account.

\n@return The password for the on-premises user account.*/", "fluentSetterDocumentation" : "/**

The password for the on-premises user account.

\n@param password The password for the on-premises user account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The password for the on-premises user account.

\n@param password The password for the on-premises user account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A textual description for the directory.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A textual description for the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A textual description for the directory.

\n@param description A textual description for the directory.*/", "getterDocumentation" : "/**

A textual description for the directory.

\n@return A textual description for the directory.*/", "fluentSetterDocumentation" : "/**

A textual description for the directory.

\n@param description A textual description for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A textual description for the directory.

\n@param description A textual description for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The size of the directory.

", "name" : "Size", "c2jName" : "Size", "c2jShape" : "DirectorySize", "variable" : { "variableName" : "size", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The size of the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "size", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Size", "marshallLocationName" : "Size", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "DirectorySize", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The size of the directory.

\n@param size The size of the directory.\n@see DirectorySize*/", "getterDocumentation" : "/**

The size of the directory.

\n@return The size of the directory.\n@see DirectorySize*/", "fluentSetterDocumentation" : "/**

The size of the directory.

\n@param size The size of the directory.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectorySize*/", "varargSetterDocumentation" : "/**

The size of the directory.

\n@param size The size of the directory.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectorySize*/" }, { "documentation" : "

A DirectoryConnectSettings object that contains additional information for the operation.

", "name" : "ConnectSettings", "c2jName" : "ConnectSettings", "c2jShape" : "DirectoryConnectSettings", "variable" : { "variableName" : "connectSettings", "variableType" : "DirectoryConnectSettings", "variableDeclarationType" : "DirectoryConnectSettings", "documentation" : "

A DirectoryConnectSettings object that contains additional information for the operation.

", "simpleType" : "DirectoryConnectSettings", "variableSetterType" : "DirectoryConnectSettings" }, "setterModel" : { "variableName" : "connectSettings", "variableType" : "DirectoryConnectSettings", "variableDeclarationType" : "DirectoryConnectSettings", "documentation" : "", "simpleType" : "DirectoryConnectSettings", "variableSetterType" : "DirectoryConnectSettings" }, "getterModel" : { "returnType" : "DirectoryConnectSettings", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConnectSettings", "marshallLocationName" : "ConnectSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

A DirectoryConnectSettings object that contains additional information for the operation.

\n@param connectSettings A DirectoryConnectSettings object that contains additional information for the operation.*/", "getterDocumentation" : "/**

A DirectoryConnectSettings object that contains additional information for the operation.

\n@return A DirectoryConnectSettings object that contains additional information for the operation.*/", "fluentSetterDocumentation" : "/**

A DirectoryConnectSettings object that contains additional information for the operation.

\n@param connectSettings A DirectoryConnectSettings object that contains additional information for the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A DirectoryConnectSettings object that contains additional information for the operation.

\n@param connectSettings A DirectoryConnectSettings object that contains additional information for the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "connectDirectoryRequest", "variableType" : "ConnectDirectoryRequest", "variableDeclarationType" : "ConnectDirectoryRequest", "documentation" : null, "simpleType" : "ConnectDirectoryRequest", "variableSetterType" : "ConnectDirectoryRequest" }, "marshaller" : { "action" : "ConnectDirectory", "verb" : "POST", "target" : "DirectoryService_20150416.ConnectDirectory", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ConnectSettings" : { "documentation" : "

A DirectoryConnectSettings object that contains additional information for the operation.

", "name" : "ConnectSettings", "c2jName" : "ConnectSettings", "c2jShape" : "DirectoryConnectSettings", "variable" : { "variableName" : "connectSettings", "variableType" : "DirectoryConnectSettings", "variableDeclarationType" : "DirectoryConnectSettings", "documentation" : "

A DirectoryConnectSettings object that contains additional information for the operation.

", "simpleType" : "DirectoryConnectSettings", "variableSetterType" : "DirectoryConnectSettings" }, "setterModel" : { "variableName" : "connectSettings", "variableType" : "DirectoryConnectSettings", "variableDeclarationType" : "DirectoryConnectSettings", "documentation" : "", "simpleType" : "DirectoryConnectSettings", "variableSetterType" : "DirectoryConnectSettings" }, "getterModel" : { "returnType" : "DirectoryConnectSettings", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConnectSettings", "marshallLocationName" : "ConnectSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

A DirectoryConnectSettings object that contains additional information for the operation.

\n@param connectSettings A DirectoryConnectSettings object that contains additional information for the operation.*/", "getterDocumentation" : "/**

A DirectoryConnectSettings object that contains additional information for the operation.

\n@return A DirectoryConnectSettings object that contains additional information for the operation.*/", "fluentSetterDocumentation" : "/**

A DirectoryConnectSettings object that contains additional information for the operation.

\n@param connectSettings A DirectoryConnectSettings object that contains additional information for the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A DirectoryConnectSettings object that contains additional information for the operation.

\n@param connectSettings A DirectoryConnectSettings object that contains additional information for the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Name" : { "documentation" : "

The fully-qualified name of the on-premises directory, such as corp.example.com.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DirectoryName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The fully-qualified name of the on-premises directory, such as corp.example.com.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The fully-qualified name of the on-premises directory, such as corp.example.com.

\n@param name The fully-qualified name of the on-premises directory, such as corp.example.com.*/", "getterDocumentation" : "/**

The fully-qualified name of the on-premises directory, such as corp.example.com.

\n@return The fully-qualified name of the on-premises directory, such as corp.example.com.*/", "fluentSetterDocumentation" : "/**

The fully-qualified name of the on-premises directory, such as corp.example.com.

\n@param name The fully-qualified name of the on-premises directory, such as corp.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The fully-qualified name of the on-premises directory, such as corp.example.com.

\n@param name The fully-qualified name of the on-premises directory, such as corp.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

A textual description for the directory.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A textual description for the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A textual description for the directory.

\n@param description A textual description for the directory.*/", "getterDocumentation" : "/**

A textual description for the directory.

\n@return A textual description for the directory.*/", "fluentSetterDocumentation" : "/**

A textual description for the directory.

\n@param description A textual description for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A textual description for the directory.

\n@param description A textual description for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Password" : { "documentation" : "

The password for the on-premises user account.

", "name" : "Password", "c2jName" : "Password", "c2jShape" : "ConnectPassword", "variable" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The password for the on-premises user account.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Password", "marshallLocationName" : "Password", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The password for the on-premises user account.

\n@param password The password for the on-premises user account.*/", "getterDocumentation" : "/**

The password for the on-premises user account.

\n@return The password for the on-premises user account.*/", "fluentSetterDocumentation" : "/**

The password for the on-premises user account.

\n@param password The password for the on-premises user account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The password for the on-premises user account.

\n@param password The password for the on-premises user account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ShortName" : { "documentation" : "

The NetBIOS name of the on-premises directory, such as CORP.

", "name" : "ShortName", "c2jName" : "ShortName", "c2jShape" : "DirectoryShortName", "variable" : { "variableName" : "shortName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The NetBIOS name of the on-premises directory, such as CORP.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "shortName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ShortName", "marshallLocationName" : "ShortName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The NetBIOS name of the on-premises directory, such as CORP.

\n@param shortName The NetBIOS name of the on-premises directory, such as CORP.*/", "getterDocumentation" : "/**

The NetBIOS name of the on-premises directory, such as CORP.

\n@return The NetBIOS name of the on-premises directory, such as CORP.*/", "fluentSetterDocumentation" : "/**

The NetBIOS name of the on-premises directory, such as CORP.

\n@param shortName The NetBIOS name of the on-premises directory, such as CORP.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The NetBIOS name of the on-premises directory, such as CORP.

\n@param shortName The NetBIOS name of the on-premises directory, such as CORP.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Size" : { "documentation" : "

The size of the directory.

", "name" : "Size", "c2jName" : "Size", "c2jShape" : "DirectorySize", "variable" : { "variableName" : "size", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The size of the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "size", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Size", "marshallLocationName" : "Size", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "DirectorySize", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The size of the directory.

\n@param size The size of the directory.\n@see DirectorySize*/", "getterDocumentation" : "/**

The size of the directory.

\n@return The size of the directory.\n@see DirectorySize*/", "fluentSetterDocumentation" : "/**

The size of the directory.

\n@param size The size of the directory.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectorySize*/", "varargSetterDocumentation" : "/**

The size of the directory.

\n@param size The size of the directory.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectorySize*/" } } }, "DescribeConditionalForwardersResult" : { "c2jName" : "DescribeConditionalForwardersResult", "documentation" : "

The result of a DescribeConditionalForwarder request.

", "shapeName" : "DescribeConditionalForwardersResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The list of conditional forwarders that have been created.

", "name" : "ConditionalForwarders", "c2jName" : "ConditionalForwarders", "c2jShape" : "ConditionalForwarders", "variable" : { "variableName" : "conditionalForwarders", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of conditional forwarders that have been created.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "conditionalForwarders", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConditionalForwarders", "marshallLocationName" : "ConditionalForwarders", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "ConditionalForwarder", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ConditionalForwarder", "variable" : { "variableName" : "member", "variableType" : "ConditionalForwarder", "variableDeclarationType" : "ConditionalForwarder", "documentation" : "", "simpleType" : "ConditionalForwarder", "variableSetterType" : "ConditionalForwarder" }, "setterModel" : { "variableName" : "member", "variableType" : "ConditionalForwarder", "variableDeclarationType" : "ConditionalForwarder", "documentation" : "", "simpleType" : "ConditionalForwarder", "variableSetterType" : "ConditionalForwarder" }, "getterModel" : { "returnType" : "ConditionalForwarder", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ConditionalForwarder", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of conditional forwarders that have been created.

\n@param conditionalForwarders The list of conditional forwarders that have been created.*/", "getterDocumentation" : "/**

The list of conditional forwarders that have been created.

\n@return The list of conditional forwarders that have been created.*/", "fluentSetterDocumentation" : "/**

The list of conditional forwarders that have been created.

\n@param conditionalForwarders The list of conditional forwarders that have been created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of conditional forwarders that have been created.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setConditionalForwarders(java.util.Collection)} or {@link #withConditionalForwarders(java.util.Collection)} if you want to override the existing values.

\n@param conditionalForwarders The list of conditional forwarders that have been created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeConditionalForwardersResult", "variableType" : "DescribeConditionalForwardersResult", "variableDeclarationType" : "DescribeConditionalForwardersResult", "documentation" : null, "simpleType" : "DescribeConditionalForwardersResult", "variableSetterType" : "DescribeConditionalForwardersResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ConditionalForwarders" : { "documentation" : "

The list of conditional forwarders that have been created.

", "name" : "ConditionalForwarders", "c2jName" : "ConditionalForwarders", "c2jShape" : "ConditionalForwarders", "variable" : { "variableName" : "conditionalForwarders", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The list of conditional forwarders that have been created.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "conditionalForwarders", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConditionalForwarders", "marshallLocationName" : "ConditionalForwarders", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "ConditionalForwarder", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "ConditionalForwarder", "variable" : { "variableName" : "member", "variableType" : "ConditionalForwarder", "variableDeclarationType" : "ConditionalForwarder", "documentation" : "", "simpleType" : "ConditionalForwarder", "variableSetterType" : "ConditionalForwarder" }, "setterModel" : { "variableName" : "member", "variableType" : "ConditionalForwarder", "variableDeclarationType" : "ConditionalForwarder", "documentation" : "", "simpleType" : "ConditionalForwarder", "variableSetterType" : "ConditionalForwarder" }, "getterModel" : { "returnType" : "ConditionalForwarder", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "ConditionalForwarder", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The list of conditional forwarders that have been created.

\n@param conditionalForwarders The list of conditional forwarders that have been created.*/", "getterDocumentation" : "/**

The list of conditional forwarders that have been created.

\n@return The list of conditional forwarders that have been created.*/", "fluentSetterDocumentation" : "/**

The list of conditional forwarders that have been created.

\n@param conditionalForwarders The list of conditional forwarders that have been created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The list of conditional forwarders that have been created.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setConditionalForwarders(java.util.Collection)} or {@link #withConditionalForwarders(java.util.Collection)} if you want to override the existing values.

\n@param conditionalForwarders The list of conditional forwarders that have been created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "Tag" : { "c2jName" : "Tag", "documentation" : "

Metadata assigned to an Amazon Directory Services directory consisting of a key-value pair.

", "shapeName" : "Tag", "deprecated" : false, "required" : [ "Key", "Value" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

", "name" : "Key", "c2jName" : "Key", "c2jShape" : "TagKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

\n@param key A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").*/", "getterDocumentation" : "/**

A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

\n@return A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").*/", "fluentSetterDocumentation" : "/**

A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

\n@param key A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

\n@param key A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "TagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

\n@param value A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").*/", "getterDocumentation" : "/**

A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

\n@return A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").*/", "fluentSetterDocumentation" : "/**

A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

\n@param value A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

\n@param value A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "tag", "variableType" : "Tag", "variableDeclarationType" : "Tag", "documentation" : null, "simpleType" : "Tag", "variableSetterType" : "Tag" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Value" : { "documentation" : "

A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

", "name" : "Value", "c2jName" : "Value", "c2jShape" : "TagValue", "variable" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "value", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Value", "marshallLocationName" : "Value", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

\n@param value A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").*/", "getterDocumentation" : "/**

A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

\n@return A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").*/", "fluentSetterDocumentation" : "/**

A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

\n@param value A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

\n@param value A value is the optional value of the tag. The string value can be from 1 to 256 Unicode characters in length. The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Key" : { "documentation" : "

A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

", "name" : "Key", "c2jName" : "Key", "c2jShape" : "TagKey", "variable" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "key", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Key", "marshallLocationName" : "Key", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

\n@param key A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").*/", "getterDocumentation" : "/**

A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

\n@return A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").*/", "fluentSetterDocumentation" : "/**

A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

\n@param key A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").

\n@param key A key is the required name of the tag. The string value can be from 1 to 128 Unicode characters in length and cannot be prefixed with \"aws:\". The string can only contain only the set of Unicode letters, digits, white-space, '_', '.', '/', '=', '+', '-' (Java regex: \"^([\\\\p{L}\\\\p{Z}\\\\p{N}_.:/=+\\\\-]*)$\").\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DisableSsoResult" : { "c2jName" : "DisableSsoResult", "documentation" : "

Contains the results of the DisableSso operation.

", "shapeName" : "DisableSsoResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "disableSsoResult", "variableType" : "DisableSsoResult", "variableDeclarationType" : "DisableSsoResult", "documentation" : null, "simpleType" : "DisableSsoResult", "variableSetterType" : "DisableSsoResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeregisterEventTopicResult" : { "c2jName" : "DeregisterEventTopicResult", "documentation" : "

The result of a DeregisterEventTopic request.

", "shapeName" : "DeregisterEventTopicResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "deregisterEventTopicResult", "variableType" : "DeregisterEventTopicResult", "variableDeclarationType" : "DeregisterEventTopicResult", "documentation" : null, "simpleType" : "DeregisterEventTopicResult", "variableSetterType" : "DeregisterEventTopicResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "UpdateConditionalForwarderRequest" : { "c2jName" : "UpdateConditionalForwarderRequest", "documentation" : "

Updates a conditional forwarder.

", "shapeName" : "UpdateConditionalForwarderRequest", "deprecated" : false, "required" : [ "DirectoryId", "RemoteDomainName", "DnsIpAddrs" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The directory ID of the AWS directory for which to update the conditional forwarder.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The directory ID of the AWS directory for which to update the conditional forwarder.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The directory ID of the AWS directory for which to update the conditional forwarder.

\n@param directoryId The directory ID of the AWS directory for which to update the conditional forwarder.*/", "getterDocumentation" : "/**

The directory ID of the AWS directory for which to update the conditional forwarder.

\n@return The directory ID of the AWS directory for which to update the conditional forwarder.*/", "fluentSetterDocumentation" : "/**

The directory ID of the AWS directory for which to update the conditional forwarder.

\n@param directoryId The directory ID of the AWS directory for which to update the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The directory ID of the AWS directory for which to update the conditional forwarder.

\n@param directoryId The directory ID of the AWS directory for which to update the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

", "name" : "RemoteDomainName", "c2jName" : "RemoteDomainName", "c2jShape" : "RemoteDomainName", "variable" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RemoteDomainName", "marshallLocationName" : "RemoteDomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.*/", "getterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

\n@return The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.*/", "fluentSetterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The updated IP addresses of the remote DNS server associated with the conditional forwarder.

", "name" : "DnsIpAddrs", "c2jName" : "DnsIpAddrs", "c2jShape" : "DnsIpAddrs", "variable" : { "variableName" : "dnsIpAddrs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The updated IP addresses of the remote DNS server associated with the conditional forwarder.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dnsIpAddrs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DnsIpAddrs", "marshallLocationName" : "DnsIpAddrs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IpAddr", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The updated IP addresses of the remote DNS server associated with the conditional forwarder.

\n@param dnsIpAddrs The updated IP addresses of the remote DNS server associated with the conditional forwarder.*/", "getterDocumentation" : "/**

The updated IP addresses of the remote DNS server associated with the conditional forwarder.

\n@return The updated IP addresses of the remote DNS server associated with the conditional forwarder.*/", "fluentSetterDocumentation" : "/**

The updated IP addresses of the remote DNS server associated with the conditional forwarder.

\n@param dnsIpAddrs The updated IP addresses of the remote DNS server associated with the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The updated IP addresses of the remote DNS server associated with the conditional forwarder.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDnsIpAddrs(java.util.Collection)} or {@link #withDnsIpAddrs(java.util.Collection)} if you want to override the existing values.

\n@param dnsIpAddrs The updated IP addresses of the remote DNS server associated with the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "updateConditionalForwarderRequest", "variableType" : "UpdateConditionalForwarderRequest", "variableDeclarationType" : "UpdateConditionalForwarderRequest", "documentation" : null, "simpleType" : "UpdateConditionalForwarderRequest", "variableSetterType" : "UpdateConditionalForwarderRequest" }, "marshaller" : { "action" : "UpdateConditionalForwarder", "verb" : "POST", "target" : "DirectoryService_20150416.UpdateConditionalForwarder", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DirectoryId" : { "documentation" : "

The directory ID of the AWS directory for which to update the conditional forwarder.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The directory ID of the AWS directory for which to update the conditional forwarder.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The directory ID of the AWS directory for which to update the conditional forwarder.

\n@param directoryId The directory ID of the AWS directory for which to update the conditional forwarder.*/", "getterDocumentation" : "/**

The directory ID of the AWS directory for which to update the conditional forwarder.

\n@return The directory ID of the AWS directory for which to update the conditional forwarder.*/", "fluentSetterDocumentation" : "/**

The directory ID of the AWS directory for which to update the conditional forwarder.

\n@param directoryId The directory ID of the AWS directory for which to update the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The directory ID of the AWS directory for which to update the conditional forwarder.

\n@param directoryId The directory ID of the AWS directory for which to update the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RemoteDomainName" : { "documentation" : "

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

", "name" : "RemoteDomainName", "c2jName" : "RemoteDomainName", "c2jShape" : "RemoteDomainName", "variable" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RemoteDomainName", "marshallLocationName" : "RemoteDomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.*/", "getterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

\n@return The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.*/", "fluentSetterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DnsIpAddrs" : { "documentation" : "

The updated IP addresses of the remote DNS server associated with the conditional forwarder.

", "name" : "DnsIpAddrs", "c2jName" : "DnsIpAddrs", "c2jShape" : "DnsIpAddrs", "variable" : { "variableName" : "dnsIpAddrs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The updated IP addresses of the remote DNS server associated with the conditional forwarder.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dnsIpAddrs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DnsIpAddrs", "marshallLocationName" : "DnsIpAddrs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IpAddr", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The updated IP addresses of the remote DNS server associated with the conditional forwarder.

\n@param dnsIpAddrs The updated IP addresses of the remote DNS server associated with the conditional forwarder.*/", "getterDocumentation" : "/**

The updated IP addresses of the remote DNS server associated with the conditional forwarder.

\n@return The updated IP addresses of the remote DNS server associated with the conditional forwarder.*/", "fluentSetterDocumentation" : "/**

The updated IP addresses of the remote DNS server associated with the conditional forwarder.

\n@param dnsIpAddrs The updated IP addresses of the remote DNS server associated with the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The updated IP addresses of the remote DNS server associated with the conditional forwarder.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDnsIpAddrs(java.util.Collection)} or {@link #withDnsIpAddrs(java.util.Collection)} if you want to override the existing values.

\n@param dnsIpAddrs The updated IP addresses of the remote DNS server associated with the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ServiceException" : { "c2jName" : "ServiceException", "documentation" : "

An exception has occurred in AWS Directory Service.

", "shapeName" : "ServiceException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "serviceException", "variableType" : "ServiceException", "variableDeclarationType" : "ServiceException", "documentation" : null, "simpleType" : "ServiceException", "variableSetterType" : "ServiceException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ServiceException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RequestId" : { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateMicrosoftADRequest" : { "c2jName" : "CreateMicrosoftADRequest", "documentation" : "

Creates a Microsoft AD in the AWS cloud.

", "shapeName" : "CreateMicrosoftADRequest", "deprecated" : false, "required" : [ "Name", "Password", "VpcSettings" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The fully qualified domain name for the directory, such as corp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DirectoryName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The fully qualified domain name for the directory, such as corp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The fully qualified domain name for the directory, such as corp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.

\n@param name The fully qualified domain name for the directory, such as corp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.*/", "getterDocumentation" : "/**

The fully qualified domain name for the directory, such as corp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.

\n@return The fully qualified domain name for the directory, such as corp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.*/", "fluentSetterDocumentation" : "/**

The fully qualified domain name for the directory, such as corp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.

\n@param name The fully qualified domain name for the directory, such as corp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The fully qualified domain name for the directory, such as corp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.

\n@param name The fully qualified domain name for the directory, such as corp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The NetBIOS name for your domain. A short identifier for your domain, such as CORP. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com.

", "name" : "ShortName", "c2jName" : "ShortName", "c2jShape" : "DirectoryShortName", "variable" : { "variableName" : "shortName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The NetBIOS name for your domain. A short identifier for your domain, such as CORP. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "shortName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ShortName", "marshallLocationName" : "ShortName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The NetBIOS name for your domain. A short identifier for your domain, such as CORP. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com.

\n@param shortName The NetBIOS name for your domain. A short identifier for your domain, such as CORP. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com.*/", "getterDocumentation" : "/**

The NetBIOS name for your domain. A short identifier for your domain, such as CORP. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com.

\n@return The NetBIOS name for your domain. A short identifier for your domain, such as CORP. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com.*/", "fluentSetterDocumentation" : "/**

The NetBIOS name for your domain. A short identifier for your domain, such as CORP. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com.

\n@param shortName The NetBIOS name for your domain. A short identifier for your domain, such as CORP. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The NetBIOS name for your domain. A short identifier for your domain, such as CORP. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com.

\n@param shortName The NetBIOS name for your domain. A short identifier for your domain, such as CORP. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The password for the default administrative user named Admin.

", "name" : "Password", "c2jName" : "Password", "c2jShape" : "Password", "variable" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The password for the default administrative user named Admin.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Password", "marshallLocationName" : "Password", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The password for the default administrative user named Admin.

\n@param password The password for the default administrative user named Admin.*/", "getterDocumentation" : "/**

The password for the default administrative user named Admin.

\n@return The password for the default administrative user named Admin.*/", "fluentSetterDocumentation" : "/**

The password for the default administrative user named Admin.

\n@param password The password for the default administrative user named Admin.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The password for the default administrative user named Admin.

\n@param password The password for the default administrative user named Admin.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A textual description for the directory. This label will appear on the AWS console Directory Details page after the directory is created.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A textual description for the directory. This label will appear on the AWS console Directory Details page after the directory is created.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A textual description for the directory. This label will appear on the AWS console Directory Details page after the directory is created.

\n@param description A textual description for the directory. This label will appear on the AWS console Directory Details page after the directory is created.*/", "getterDocumentation" : "/**

A textual description for the directory. This label will appear on the AWS console Directory Details page after the directory is created.

\n@return A textual description for the directory. This label will appear on the AWS console Directory Details page after the directory is created.*/", "fluentSetterDocumentation" : "/**

A textual description for the directory. This label will appear on the AWS console Directory Details page after the directory is created.

\n@param description A textual description for the directory. This label will appear on the AWS console Directory Details page after the directory is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A textual description for the directory. This label will appear on the AWS console Directory Details page after the directory is created.

\n@param description A textual description for the directory. This label will appear on the AWS console Directory Details page after the directory is created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "", "name" : "VpcSettings", "c2jName" : "VpcSettings", "c2jShape" : "DirectoryVpcSettings", "variable" : { "variableName" : "vpcSettings", "variableType" : "DirectoryVpcSettings", "variableDeclarationType" : "DirectoryVpcSettings", "documentation" : "", "simpleType" : "DirectoryVpcSettings", "variableSetterType" : "DirectoryVpcSettings" }, "setterModel" : { "variableName" : "vpcSettings", "variableType" : "DirectoryVpcSettings", "variableDeclarationType" : "DirectoryVpcSettings", "documentation" : "", "simpleType" : "DirectoryVpcSettings", "variableSetterType" : "DirectoryVpcSettings" }, "getterModel" : { "returnType" : "DirectoryVpcSettings", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSettings", "marshallLocationName" : "VpcSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param vpcSettings */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param vpcSettings \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param vpcSettings \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createMicrosoftADRequest", "variableType" : "CreateMicrosoftADRequest", "variableDeclarationType" : "CreateMicrosoftADRequest", "documentation" : null, "simpleType" : "CreateMicrosoftADRequest", "variableSetterType" : "CreateMicrosoftADRequest" }, "marshaller" : { "action" : "CreateMicrosoftAD", "verb" : "POST", "target" : "DirectoryService_20150416.CreateMicrosoftAD", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

The fully qualified domain name for the directory, such as corp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DirectoryName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The fully qualified domain name for the directory, such as corp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The fully qualified domain name for the directory, such as corp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.

\n@param name The fully qualified domain name for the directory, such as corp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.*/", "getterDocumentation" : "/**

The fully qualified domain name for the directory, such as corp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.

\n@return The fully qualified domain name for the directory, such as corp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.*/", "fluentSetterDocumentation" : "/**

The fully qualified domain name for the directory, such as corp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.

\n@param name The fully qualified domain name for the directory, such as corp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The fully qualified domain name for the directory, such as corp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.

\n@param name The fully qualified domain name for the directory, such as corp.example.com. This name will resolve inside your VPC only. It does not need to be publicly resolvable.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

A textual description for the directory. This label will appear on the AWS console Directory Details page after the directory is created.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A textual description for the directory. This label will appear on the AWS console Directory Details page after the directory is created.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A textual description for the directory. This label will appear on the AWS console Directory Details page after the directory is created.

\n@param description A textual description for the directory. This label will appear on the AWS console Directory Details page after the directory is created.*/", "getterDocumentation" : "/**

A textual description for the directory. This label will appear on the AWS console Directory Details page after the directory is created.

\n@return A textual description for the directory. This label will appear on the AWS console Directory Details page after the directory is created.*/", "fluentSetterDocumentation" : "/**

A textual description for the directory. This label will appear on the AWS console Directory Details page after the directory is created.

\n@param description A textual description for the directory. This label will appear on the AWS console Directory Details page after the directory is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A textual description for the directory. This label will appear on the AWS console Directory Details page after the directory is created.

\n@param description A textual description for the directory. This label will appear on the AWS console Directory Details page after the directory is created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Password" : { "documentation" : "

The password for the default administrative user named Admin.

", "name" : "Password", "c2jName" : "Password", "c2jShape" : "Password", "variable" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The password for the default administrative user named Admin.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Password", "marshallLocationName" : "Password", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The password for the default administrative user named Admin.

\n@param password The password for the default administrative user named Admin.*/", "getterDocumentation" : "/**

The password for the default administrative user named Admin.

\n@return The password for the default administrative user named Admin.*/", "fluentSetterDocumentation" : "/**

The password for the default administrative user named Admin.

\n@param password The password for the default administrative user named Admin.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The password for the default administrative user named Admin.

\n@param password The password for the default administrative user named Admin.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ShortName" : { "documentation" : "

The NetBIOS name for your domain. A short identifier for your domain, such as CORP. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com.

", "name" : "ShortName", "c2jName" : "ShortName", "c2jShape" : "DirectoryShortName", "variable" : { "variableName" : "shortName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The NetBIOS name for your domain. A short identifier for your domain, such as CORP. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "shortName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ShortName", "marshallLocationName" : "ShortName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The NetBIOS name for your domain. A short identifier for your domain, such as CORP. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com.

\n@param shortName The NetBIOS name for your domain. A short identifier for your domain, such as CORP. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com.*/", "getterDocumentation" : "/**

The NetBIOS name for your domain. A short identifier for your domain, such as CORP. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com.

\n@return The NetBIOS name for your domain. A short identifier for your domain, such as CORP. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com.*/", "fluentSetterDocumentation" : "/**

The NetBIOS name for your domain. A short identifier for your domain, such as CORP. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com.

\n@param shortName The NetBIOS name for your domain. A short identifier for your domain, such as CORP. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The NetBIOS name for your domain. A short identifier for your domain, such as CORP. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com.

\n@param shortName The NetBIOS name for your domain. A short identifier for your domain, such as CORP. If you don't specify a NetBIOS name, it will default to the first part of your directory DNS. For example, CORP for the directory DNS corp.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VpcSettings" : { "documentation" : "", "name" : "VpcSettings", "c2jName" : "VpcSettings", "c2jShape" : "DirectoryVpcSettings", "variable" : { "variableName" : "vpcSettings", "variableType" : "DirectoryVpcSettings", "variableDeclarationType" : "DirectoryVpcSettings", "documentation" : "", "simpleType" : "DirectoryVpcSettings", "variableSetterType" : "DirectoryVpcSettings" }, "setterModel" : { "variableName" : "vpcSettings", "variableType" : "DirectoryVpcSettings", "variableDeclarationType" : "DirectoryVpcSettings", "documentation" : "", "simpleType" : "DirectoryVpcSettings", "variableSetterType" : "DirectoryVpcSettings" }, "getterModel" : { "returnType" : "DirectoryVpcSettings", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSettings", "marshallLocationName" : "VpcSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param vpcSettings */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param vpcSettings \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param vpcSettings \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "InvalidParameterException" : { "c2jName" : "InvalidParameterException", "documentation" : "

One or more parameters are not valid.

", "shapeName" : "InvalidParameterException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "invalidParameterException", "variableType" : "InvalidParameterException", "variableDeclarationType" : "InvalidParameterException", "documentation" : null, "simpleType" : "InvalidParameterException", "variableSetterType" : "InvalidParameterException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InvalidParameterException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RequestId" : { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SnapshotLimitExceededException" : { "c2jName" : "SnapshotLimitExceededException", "documentation" : "

The maximum number of manual snapshots for the directory has been reached. You can use the GetSnapshotLimits operation to determine the snapshot limits for a directory.

", "shapeName" : "SnapshotLimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "snapshotLimitExceededException", "variableType" : "SnapshotLimitExceededException", "variableDeclarationType" : "SnapshotLimitExceededException", "documentation" : null, "simpleType" : "SnapshotLimitExceededException", "variableSetterType" : "SnapshotLimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "SnapshotLimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RequestId" : { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateSnapshotResult" : { "c2jName" : "CreateSnapshotResult", "documentation" : "

Contains the results of the CreateSnapshot operation.

", "shapeName" : "CreateSnapshotResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the snapshot that was created.

", "name" : "SnapshotId", "c2jName" : "SnapshotId", "c2jShape" : "SnapshotId", "variable" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the snapshot that was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotId", "marshallLocationName" : "SnapshotId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the snapshot that was created.

\n@param snapshotId The identifier of the snapshot that was created.*/", "getterDocumentation" : "/**

The identifier of the snapshot that was created.

\n@return The identifier of the snapshot that was created.*/", "fluentSetterDocumentation" : "/**

The identifier of the snapshot that was created.

\n@param snapshotId The identifier of the snapshot that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the snapshot that was created.

\n@param snapshotId The identifier of the snapshot that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createSnapshotResult", "variableType" : "CreateSnapshotResult", "variableDeclarationType" : "CreateSnapshotResult", "documentation" : null, "simpleType" : "CreateSnapshotResult", "variableSetterType" : "CreateSnapshotResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SnapshotId" : { "documentation" : "

The identifier of the snapshot that was created.

", "name" : "SnapshotId", "c2jName" : "SnapshotId", "c2jShape" : "SnapshotId", "variable" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the snapshot that was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotId", "marshallLocationName" : "SnapshotId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the snapshot that was created.

\n@param snapshotId The identifier of the snapshot that was created.*/", "getterDocumentation" : "/**

The identifier of the snapshot that was created.

\n@return The identifier of the snapshot that was created.*/", "fluentSetterDocumentation" : "/**

The identifier of the snapshot that was created.

\n@param snapshotId The identifier of the snapshot that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the snapshot that was created.

\n@param snapshotId The identifier of the snapshot that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DisableRadiusRequest" : { "c2jName" : "DisableRadiusRequest", "documentation" : "

Contains the inputs for the DisableRadius operation.

", "shapeName" : "DisableRadiusRequest", "deprecated" : false, "required" : [ "DirectoryId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the directory for which to disable MFA.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory for which to disable MFA.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory for which to disable MFA.

\n@param directoryId The identifier of the directory for which to disable MFA.*/", "getterDocumentation" : "/**

The identifier of the directory for which to disable MFA.

\n@return The identifier of the directory for which to disable MFA.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory for which to disable MFA.

\n@param directoryId The identifier of the directory for which to disable MFA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory for which to disable MFA.

\n@param directoryId The identifier of the directory for which to disable MFA.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "disableRadiusRequest", "variableType" : "DisableRadiusRequest", "variableDeclarationType" : "DisableRadiusRequest", "documentation" : null, "simpleType" : "DisableRadiusRequest", "variableSetterType" : "DisableRadiusRequest" }, "marshaller" : { "action" : "DisableRadius", "verb" : "POST", "target" : "DirectoryService_20150416.DisableRadius", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DirectoryId" : { "documentation" : "

The identifier of the directory for which to disable MFA.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory for which to disable MFA.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory for which to disable MFA.

\n@param directoryId The identifier of the directory for which to disable MFA.*/", "getterDocumentation" : "/**

The identifier of the directory for which to disable MFA.

\n@return The identifier of the directory for which to disable MFA.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory for which to disable MFA.

\n@param directoryId The identifier of the directory for which to disable MFA.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory for which to disable MFA.

\n@param directoryId The identifier of the directory for which to disable MFA.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UnsupportedOperationException" : { "c2jName" : "UnsupportedOperationException", "documentation" : "

The operation is not supported.

", "shapeName" : "UnsupportedOperationException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "unsupportedOperationException", "variableType" : "UnsupportedOperationException", "variableDeclarationType" : "UnsupportedOperationException", "documentation" : null, "simpleType" : "UnsupportedOperationException", "variableSetterType" : "UnsupportedOperationException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "UnsupportedOperationException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RequestId" : { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EnableSsoResult" : { "c2jName" : "EnableSsoResult", "documentation" : "

Contains the results of the EnableSso operation.

", "shapeName" : "EnableSsoResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "enableSsoResult", "variableType" : "EnableSsoResult", "variableDeclarationType" : "EnableSsoResult", "documentation" : null, "simpleType" : "EnableSsoResult", "variableSetterType" : "EnableSsoResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateSnapshotRequest" : { "c2jName" : "CreateSnapshotRequest", "documentation" : "

Contains the inputs for the CreateSnapshot operation.

", "shapeName" : "CreateSnapshotRequest", "deprecated" : false, "required" : [ "DirectoryId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the directory of which to take a snapshot.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory of which to take a snapshot.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory of which to take a snapshot.

\n@param directoryId The identifier of the directory of which to take a snapshot.*/", "getterDocumentation" : "/**

The identifier of the directory of which to take a snapshot.

\n@return The identifier of the directory of which to take a snapshot.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory of which to take a snapshot.

\n@param directoryId The identifier of the directory of which to take a snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory of which to take a snapshot.

\n@param directoryId The identifier of the directory of which to take a snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The descriptive name to apply to the snapshot.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "SnapshotName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The descriptive name to apply to the snapshot.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The descriptive name to apply to the snapshot.

\n@param name The descriptive name to apply to the snapshot.*/", "getterDocumentation" : "/**

The descriptive name to apply to the snapshot.

\n@return The descriptive name to apply to the snapshot.*/", "fluentSetterDocumentation" : "/**

The descriptive name to apply to the snapshot.

\n@param name The descriptive name to apply to the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The descriptive name to apply to the snapshot.

\n@param name The descriptive name to apply to the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createSnapshotRequest", "variableType" : "CreateSnapshotRequest", "variableDeclarationType" : "CreateSnapshotRequest", "documentation" : null, "simpleType" : "CreateSnapshotRequest", "variableSetterType" : "CreateSnapshotRequest" }, "marshaller" : { "action" : "CreateSnapshot", "verb" : "POST", "target" : "DirectoryService_20150416.CreateSnapshot", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

The descriptive name to apply to the snapshot.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "SnapshotName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The descriptive name to apply to the snapshot.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The descriptive name to apply to the snapshot.

\n@param name The descriptive name to apply to the snapshot.*/", "getterDocumentation" : "/**

The descriptive name to apply to the snapshot.

\n@return The descriptive name to apply to the snapshot.*/", "fluentSetterDocumentation" : "/**

The descriptive name to apply to the snapshot.

\n@param name The descriptive name to apply to the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The descriptive name to apply to the snapshot.

\n@param name The descriptive name to apply to the snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DirectoryId" : { "documentation" : "

The identifier of the directory of which to take a snapshot.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory of which to take a snapshot.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory of which to take a snapshot.

\n@param directoryId The identifier of the directory of which to take a snapshot.*/", "getterDocumentation" : "/**

The identifier of the directory of which to take a snapshot.

\n@return The identifier of the directory of which to take a snapshot.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory of which to take a snapshot.

\n@param directoryId The identifier of the directory of which to take a snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory of which to take a snapshot.

\n@param directoryId The identifier of the directory of which to take a snapshot.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeEventTopicsRequest" : { "c2jName" : "DescribeEventTopicsRequest", "documentation" : "

Describes event topics.

", "shapeName" : "DescribeEventTopicsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.

\n@param directoryId The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.*/", "getterDocumentation" : "/**

The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.

\n@return The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.*/", "fluentSetterDocumentation" : "/**

The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.

\n@param directoryId The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.

\n@param directoryId The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

An empty list results in an InvalidParameterException being thrown.

", "name" : "TopicNames", "c2jName" : "TopicNames", "c2jShape" : "TopicNames", "variable" : { "variableName" : "topicNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

An empty list results in an InvalidParameterException being thrown.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "topicNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicNames", "marshallLocationName" : "TopicNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TopicName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

An empty list results in an InvalidParameterException being thrown.

\n@param topicNames A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

An empty list results in an InvalidParameterException being thrown.*/", "getterDocumentation" : "/**

A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

An empty list results in an InvalidParameterException being thrown.

\n@return A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

An empty list results in an InvalidParameterException being thrown.*/", "fluentSetterDocumentation" : "/**

A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

An empty list results in an InvalidParameterException being thrown.

\n@param topicNames A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

An empty list results in an InvalidParameterException being thrown.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

An empty list results in an InvalidParameterException being thrown.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTopicNames(java.util.Collection)} or {@link #withTopicNames(java.util.Collection)} if you want to override the existing values.

\n@param topicNames A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

An empty list results in an InvalidParameterException being thrown.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeEventTopicsRequest", "variableType" : "DescribeEventTopicsRequest", "variableDeclarationType" : "DescribeEventTopicsRequest", "documentation" : null, "simpleType" : "DescribeEventTopicsRequest", "variableSetterType" : "DescribeEventTopicsRequest" }, "marshaller" : { "action" : "DescribeEventTopics", "verb" : "POST", "target" : "DirectoryService_20150416.DescribeEventTopics", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DirectoryId" : { "documentation" : "

The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.

\n@param directoryId The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.*/", "getterDocumentation" : "/**

The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.

\n@return The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.*/", "fluentSetterDocumentation" : "/**

The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.

\n@param directoryId The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.

\n@param directoryId The Directory ID for which to get the list of associated SNS topics. If this member is null, associations for all Directory IDs are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TopicNames" : { "documentation" : "

A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

An empty list results in an InvalidParameterException being thrown.

", "name" : "TopicNames", "c2jName" : "TopicNames", "c2jShape" : "TopicNames", "variable" : { "variableName" : "topicNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

An empty list results in an InvalidParameterException being thrown.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "topicNames", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicNames", "marshallLocationName" : "TopicNames", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "TopicName", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

An empty list results in an InvalidParameterException being thrown.

\n@param topicNames A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

An empty list results in an InvalidParameterException being thrown.*/", "getterDocumentation" : "/**

A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

An empty list results in an InvalidParameterException being thrown.

\n@return A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

An empty list results in an InvalidParameterException being thrown.*/", "fluentSetterDocumentation" : "/**

A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

An empty list results in an InvalidParameterException being thrown.

\n@param topicNames A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

An empty list results in an InvalidParameterException being thrown.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

An empty list results in an InvalidParameterException being thrown.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setTopicNames(java.util.Collection)} or {@link #withTopicNames(java.util.Collection)} if you want to override the existing values.

\n@param topicNames A list of SNS topic names for which to obtain the information. If this member is null, all associations for the specified Directory ID are returned.

An empty list results in an InvalidParameterException being thrown.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateConditionalForwarderResult" : { "c2jName" : "UpdateConditionalForwarderResult", "documentation" : "

The result of an UpdateConditionalForwarder request.

", "shapeName" : "UpdateConditionalForwarderResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "updateConditionalForwarderResult", "variableType" : "UpdateConditionalForwarderResult", "variableDeclarationType" : "UpdateConditionalForwarderResult", "documentation" : null, "simpleType" : "UpdateConditionalForwarderResult", "variableSetterType" : "UpdateConditionalForwarderResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeregisterEventTopicRequest" : { "c2jName" : "DeregisterEventTopicRequest", "documentation" : "

Removes the specified directory as a publisher to the specified SNS topic.

", "shapeName" : "DeregisterEventTopicRequest", "deprecated" : false, "required" : [ "DirectoryId", "TopicName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.

\n@param directoryId The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.*/", "getterDocumentation" : "/**

The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.

\n@return The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.*/", "fluentSetterDocumentation" : "/**

The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.

\n@param directoryId The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.

\n@param directoryId The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the SNS topic from which to remove the directory as a publisher.

", "name" : "TopicName", "c2jName" : "TopicName", "c2jShape" : "TopicName", "variable" : { "variableName" : "topicName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the SNS topic from which to remove the directory as a publisher.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicName", "marshallLocationName" : "TopicName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the SNS topic from which to remove the directory as a publisher.

\n@param topicName The name of the SNS topic from which to remove the directory as a publisher.*/", "getterDocumentation" : "/**

The name of the SNS topic from which to remove the directory as a publisher.

\n@return The name of the SNS topic from which to remove the directory as a publisher.*/", "fluentSetterDocumentation" : "/**

The name of the SNS topic from which to remove the directory as a publisher.

\n@param topicName The name of the SNS topic from which to remove the directory as a publisher.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the SNS topic from which to remove the directory as a publisher.

\n@param topicName The name of the SNS topic from which to remove the directory as a publisher.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deregisterEventTopicRequest", "variableType" : "DeregisterEventTopicRequest", "variableDeclarationType" : "DeregisterEventTopicRequest", "documentation" : null, "simpleType" : "DeregisterEventTopicRequest", "variableSetterType" : "DeregisterEventTopicRequest" }, "marshaller" : { "action" : "DeregisterEventTopic", "verb" : "POST", "target" : "DirectoryService_20150416.DeregisterEventTopic", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DirectoryId" : { "documentation" : "

The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.

\n@param directoryId The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.*/", "getterDocumentation" : "/**

The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.

\n@return The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.*/", "fluentSetterDocumentation" : "/**

The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.

\n@param directoryId The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.

\n@param directoryId The Directory ID to remove as a publisher. This directory will no longer send messages to the specified SNS topic.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TopicName" : { "documentation" : "

The name of the SNS topic from which to remove the directory as a publisher.

", "name" : "TopicName", "c2jName" : "TopicName", "c2jShape" : "TopicName", "variable" : { "variableName" : "topicName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the SNS topic from which to remove the directory as a publisher.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "topicName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TopicName", "marshallLocationName" : "TopicName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the SNS topic from which to remove the directory as a publisher.

\n@param topicName The name of the SNS topic from which to remove the directory as a publisher.*/", "getterDocumentation" : "/**

The name of the SNS topic from which to remove the directory as a publisher.

\n@return The name of the SNS topic from which to remove the directory as a publisher.*/", "fluentSetterDocumentation" : "/**

The name of the SNS topic from which to remove the directory as a publisher.

\n@param topicName The name of the SNS topic from which to remove the directory as a publisher.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the SNS topic from which to remove the directory as a publisher.

\n@param topicName The name of the SNS topic from which to remove the directory as a publisher.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "SnapshotStatus" : { "c2jName" : "SnapshotStatus", "documentation" : "", "shapeName" : "SnapshotStatus", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Creating", "value" : "Creating" }, { "name" : "Completed", "value" : "Completed" }, { "name" : "Failed", "value" : "Failed" } ], "variable" : { "variableName" : "snapshotStatus", "variableType" : "SnapshotStatus", "variableDeclarationType" : "SnapshotStatus", "documentation" : null, "simpleType" : "SnapshotStatus", "variableSetterType" : "SnapshotStatus" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DirectorySize" : { "c2jName" : "DirectorySize", "documentation" : "", "shapeName" : "DirectorySize", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Small", "value" : "Small" }, { "name" : "Large", "value" : "Large" } ], "variable" : { "variableName" : "directorySize", "variableType" : "DirectorySize", "variableDeclarationType" : "DirectorySize", "documentation" : null, "simpleType" : "DirectorySize", "variableSetterType" : "DirectorySize" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateDirectoryResult" : { "c2jName" : "CreateDirectoryResult", "documentation" : "

Contains the results of the CreateDirectory operation.

", "shapeName" : "CreateDirectoryResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the directory that was created.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory that was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory that was created.

\n@param directoryId The identifier of the directory that was created.*/", "getterDocumentation" : "/**

The identifier of the directory that was created.

\n@return The identifier of the directory that was created.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory that was created.

\n@param directoryId The identifier of the directory that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory that was created.

\n@param directoryId The identifier of the directory that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createDirectoryResult", "variableType" : "CreateDirectoryResult", "variableDeclarationType" : "CreateDirectoryResult", "documentation" : null, "simpleType" : "CreateDirectoryResult", "variableSetterType" : "CreateDirectoryResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DirectoryId" : { "documentation" : "

The identifier of the directory that was created.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory that was created.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory that was created.

\n@param directoryId The identifier of the directory that was created.*/", "getterDocumentation" : "/**

The identifier of the directory that was created.

\n@return The identifier of the directory that was created.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory that was created.

\n@param directoryId The identifier of the directory that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory that was created.

\n@param directoryId The identifier of the directory that was created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DisableSsoRequest" : { "c2jName" : "DisableSsoRequest", "documentation" : "

Contains the inputs for the DisableSso operation.

", "shapeName" : "DisableSsoRequest", "deprecated" : false, "required" : [ "DirectoryId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the directory for which to disable single-sign on.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory for which to disable single-sign on.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory for which to disable single-sign on.

\n@param directoryId The identifier of the directory for which to disable single-sign on.*/", "getterDocumentation" : "/**

The identifier of the directory for which to disable single-sign on.

\n@return The identifier of the directory for which to disable single-sign on.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory for which to disable single-sign on.

\n@param directoryId The identifier of the directory for which to disable single-sign on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory for which to disable single-sign on.

\n@param directoryId The identifier of the directory for which to disable single-sign on.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password 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.

", "name" : "UserName", "c2jName" : "UserName", "c2jShape" : "UserName", "variable" : { "variableName" : "userName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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.

If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "userName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserName", "marshallLocationName" : "UserName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password 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.

\n@param userName 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.

If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password 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.*/", "getterDocumentation" : "/**

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.

If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password 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.

\n@return 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.

If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password 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.*/", "fluentSetterDocumentation" : "/**

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.

If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password 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.

\n@param userName 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.

If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password 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.

\n@param userName 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.

If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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 UserName parameter.

", "name" : "Password", "c2jName" : "Password", "c2jShape" : "ConnectPassword", "variable" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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 UserName parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Password", "marshallLocationName" : "Password", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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 UserName parameter.

\n@param password 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 UserName parameter.*/", "getterDocumentation" : "/**

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 UserName parameter.

\n@return 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 UserName parameter.*/", "fluentSetterDocumentation" : "/**

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 UserName parameter.

\n@param password 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 UserName parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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 UserName parameter.

\n@param password 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 UserName parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "disableSsoRequest", "variableType" : "DisableSsoRequest", "variableDeclarationType" : "DisableSsoRequest", "documentation" : null, "simpleType" : "DisableSsoRequest", "variableSetterType" : "DisableSsoRequest" }, "marshaller" : { "action" : "DisableSso", "verb" : "POST", "target" : "DirectoryService_20150416.DisableSso", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DirectoryId" : { "documentation" : "

The identifier of the directory for which to disable single-sign on.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory for which to disable single-sign on.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory for which to disable single-sign on.

\n@param directoryId The identifier of the directory for which to disable single-sign on.*/", "getterDocumentation" : "/**

The identifier of the directory for which to disable single-sign on.

\n@return The identifier of the directory for which to disable single-sign on.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory for which to disable single-sign on.

\n@param directoryId The identifier of the directory for which to disable single-sign on.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory for which to disable single-sign on.

\n@param directoryId The identifier of the directory for which to disable single-sign on.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Password" : { "documentation" : "

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 UserName parameter.

", "name" : "Password", "c2jName" : "Password", "c2jShape" : "ConnectPassword", "variable" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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 UserName parameter.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Password", "marshallLocationName" : "Password", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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 UserName parameter.

\n@param password 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 UserName parameter.*/", "getterDocumentation" : "/**

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 UserName parameter.

\n@return 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 UserName parameter.*/", "fluentSetterDocumentation" : "/**

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 UserName parameter.

\n@param password 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 UserName parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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 UserName parameter.

\n@param password 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 UserName parameter.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "UserName" : { "documentation" : "

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.

If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password 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.

", "name" : "UserName", "c2jName" : "UserName", "c2jShape" : "UserName", "variable" : { "variableName" : "userName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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.

If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password 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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "userName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "UserName", "marshallLocationName" : "UserName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password 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.

\n@param userName 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.

If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password 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.*/", "getterDocumentation" : "/**

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.

If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password 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.

\n@return 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.

If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password 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.*/", "fluentSetterDocumentation" : "/**

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.

If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password 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.

\n@param userName 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.

If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password 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.

\n@param userName 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.

If the AD Connector service account does not have privileges to remove a service principal name, you can specify an alternate account with the UserName and Password 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "EntityDoesNotExistException" : { "c2jName" : "EntityDoesNotExistException", "documentation" : "

The specified entity could not be found.

", "shapeName" : "EntityDoesNotExistException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "entityDoesNotExistException", "variableType" : "EntityDoesNotExistException", "variableDeclarationType" : "EntityDoesNotExistException", "documentation" : null, "simpleType" : "EntityDoesNotExistException", "variableSetterType" : "EntityDoesNotExistException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "EntityDoesNotExistException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RequestId" : { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TrustType" : { "c2jName" : "TrustType", "documentation" : "", "shapeName" : "TrustType", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Forest", "value" : "Forest" } ], "variable" : { "variableName" : "trustType", "variableType" : "TrustType", "variableDeclarationType" : "TrustType", "documentation" : null, "simpleType" : "TrustType", "variableSetterType" : "TrustType" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "CreateDirectoryRequest" : { "c2jName" : "CreateDirectoryRequest", "documentation" : "

Contains the inputs for the CreateDirectory operation.

", "shapeName" : "CreateDirectoryRequest", "deprecated" : false, "required" : [ "Name", "Password", "Size" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The fully qualified name for the directory, such as corp.example.com.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DirectoryName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The fully qualified name for the directory, such as corp.example.com.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The fully qualified name for the directory, such as corp.example.com.

\n@param name The fully qualified name for the directory, such as corp.example.com.*/", "getterDocumentation" : "/**

The fully qualified name for the directory, such as corp.example.com.

\n@return The fully qualified name for the directory, such as corp.example.com.*/", "fluentSetterDocumentation" : "/**

The fully qualified name for the directory, such as corp.example.com.

\n@param name The fully qualified name for the directory, such as corp.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The fully qualified name for the directory, such as corp.example.com.

\n@param name The fully qualified name for the directory, such as corp.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The short name of the directory, such as CORP.

", "name" : "ShortName", "c2jName" : "ShortName", "c2jShape" : "DirectoryShortName", "variable" : { "variableName" : "shortName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The short name of the directory, such as CORP.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "shortName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ShortName", "marshallLocationName" : "ShortName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The short name of the directory, such as CORP.

\n@param shortName The short name of the directory, such as CORP.*/", "getterDocumentation" : "/**

The short name of the directory, such as CORP.

\n@return The short name of the directory, such as CORP.*/", "fluentSetterDocumentation" : "/**

The short name of the directory, such as CORP.

\n@param shortName The short name of the directory, such as CORP.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The short name of the directory, such as CORP.

\n@param shortName The short name of the directory, such as CORP.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.

", "name" : "Password", "c2jName" : "Password", "c2jShape" : "Password", "variable" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Password", "marshallLocationName" : "Password", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.

\n@param password The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.*/", "getterDocumentation" : "/**

The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.

\n@return The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.*/", "fluentSetterDocumentation" : "/**

The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.

\n@param password The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.

\n@param password The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A textual description for the directory.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A textual description for the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A textual description for the directory.

\n@param description A textual description for the directory.*/", "getterDocumentation" : "/**

A textual description for the directory.

\n@return A textual description for the directory.*/", "fluentSetterDocumentation" : "/**

A textual description for the directory.

\n@param description A textual description for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A textual description for the directory.

\n@param description A textual description for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The size of the directory.

", "name" : "Size", "c2jName" : "Size", "c2jShape" : "DirectorySize", "variable" : { "variableName" : "size", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The size of the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "size", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Size", "marshallLocationName" : "Size", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "DirectorySize", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The size of the directory.

\n@param size The size of the directory.\n@see DirectorySize*/", "getterDocumentation" : "/**

The size of the directory.

\n@return The size of the directory.\n@see DirectorySize*/", "fluentSetterDocumentation" : "/**

The size of the directory.

\n@param size The size of the directory.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectorySize*/", "varargSetterDocumentation" : "/**

The size of the directory.

\n@param size The size of the directory.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectorySize*/" }, { "documentation" : "

A DirectoryVpcSettings object that contains additional information for the operation.

", "name" : "VpcSettings", "c2jName" : "VpcSettings", "c2jShape" : "DirectoryVpcSettings", "variable" : { "variableName" : "vpcSettings", "variableType" : "DirectoryVpcSettings", "variableDeclarationType" : "DirectoryVpcSettings", "documentation" : "

A DirectoryVpcSettings object that contains additional information for the operation.

", "simpleType" : "DirectoryVpcSettings", "variableSetterType" : "DirectoryVpcSettings" }, "setterModel" : { "variableName" : "vpcSettings", "variableType" : "DirectoryVpcSettings", "variableDeclarationType" : "DirectoryVpcSettings", "documentation" : "", "simpleType" : "DirectoryVpcSettings", "variableSetterType" : "DirectoryVpcSettings" }, "getterModel" : { "returnType" : "DirectoryVpcSettings", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSettings", "marshallLocationName" : "VpcSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

A DirectoryVpcSettings object that contains additional information for the operation.

\n@param vpcSettings A DirectoryVpcSettings object that contains additional information for the operation.*/", "getterDocumentation" : "/**

A DirectoryVpcSettings object that contains additional information for the operation.

\n@return A DirectoryVpcSettings object that contains additional information for the operation.*/", "fluentSetterDocumentation" : "/**

A DirectoryVpcSettings object that contains additional information for the operation.

\n@param vpcSettings A DirectoryVpcSettings object that contains additional information for the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A DirectoryVpcSettings object that contains additional information for the operation.

\n@param vpcSettings A DirectoryVpcSettings object that contains additional information for the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createDirectoryRequest", "variableType" : "CreateDirectoryRequest", "variableDeclarationType" : "CreateDirectoryRequest", "documentation" : null, "simpleType" : "CreateDirectoryRequest", "variableSetterType" : "CreateDirectoryRequest" }, "marshaller" : { "action" : "CreateDirectory", "verb" : "POST", "target" : "DirectoryService_20150416.CreateDirectory", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Name" : { "documentation" : "

The fully qualified name for the directory, such as corp.example.com.

", "name" : "Name", "c2jName" : "Name", "c2jShape" : "DirectoryName", "variable" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The fully qualified name for the directory, such as corp.example.com.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "name", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Name", "marshallLocationName" : "Name", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The fully qualified name for the directory, such as corp.example.com.

\n@param name The fully qualified name for the directory, such as corp.example.com.*/", "getterDocumentation" : "/**

The fully qualified name for the directory, such as corp.example.com.

\n@return The fully qualified name for the directory, such as corp.example.com.*/", "fluentSetterDocumentation" : "/**

The fully qualified name for the directory, such as corp.example.com.

\n@param name The fully qualified name for the directory, such as corp.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The fully qualified name for the directory, such as corp.example.com.

\n@param name The fully qualified name for the directory, such as corp.example.com.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Description" : { "documentation" : "

A textual description for the directory.

", "name" : "Description", "c2jName" : "Description", "c2jShape" : "Description", "variable" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

A textual description for the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "description", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Description", "marshallLocationName" : "Description", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

A textual description for the directory.

\n@param description A textual description for the directory.*/", "getterDocumentation" : "/**

A textual description for the directory.

\n@return A textual description for the directory.*/", "fluentSetterDocumentation" : "/**

A textual description for the directory.

\n@param description A textual description for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A textual description for the directory.

\n@param description A textual description for the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Password" : { "documentation" : "

The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.

", "name" : "Password", "c2jName" : "Password", "c2jShape" : "Password", "variable" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Password", "marshallLocationName" : "Password", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.

\n@param password The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.*/", "getterDocumentation" : "/**

The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.

\n@return The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.*/", "fluentSetterDocumentation" : "/**

The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.

\n@param password The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.

\n@param password The password for the directory administrator. The directory creation process creates a directory administrator account with the username Administrator and this password.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ShortName" : { "documentation" : "

The short name of the directory, such as CORP.

", "name" : "ShortName", "c2jName" : "ShortName", "c2jShape" : "DirectoryShortName", "variable" : { "variableName" : "shortName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The short name of the directory, such as CORP.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "shortName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ShortName", "marshallLocationName" : "ShortName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The short name of the directory, such as CORP.

\n@param shortName The short name of the directory, such as CORP.*/", "getterDocumentation" : "/**

The short name of the directory, such as CORP.

\n@return The short name of the directory, such as CORP.*/", "fluentSetterDocumentation" : "/**

The short name of the directory, such as CORP.

\n@param shortName The short name of the directory, such as CORP.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The short name of the directory, such as CORP.

\n@param shortName The short name of the directory, such as CORP.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VpcSettings" : { "documentation" : "

A DirectoryVpcSettings object that contains additional information for the operation.

", "name" : "VpcSettings", "c2jName" : "VpcSettings", "c2jShape" : "DirectoryVpcSettings", "variable" : { "variableName" : "vpcSettings", "variableType" : "DirectoryVpcSettings", "variableDeclarationType" : "DirectoryVpcSettings", "documentation" : "

A DirectoryVpcSettings object that contains additional information for the operation.

", "simpleType" : "DirectoryVpcSettings", "variableSetterType" : "DirectoryVpcSettings" }, "setterModel" : { "variableName" : "vpcSettings", "variableType" : "DirectoryVpcSettings", "variableDeclarationType" : "DirectoryVpcSettings", "documentation" : "", "simpleType" : "DirectoryVpcSettings", "variableSetterType" : "DirectoryVpcSettings" }, "getterModel" : { "returnType" : "DirectoryVpcSettings", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcSettings", "marshallLocationName" : "VpcSettings", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

A DirectoryVpcSettings object that contains additional information for the operation.

\n@param vpcSettings A DirectoryVpcSettings object that contains additional information for the operation.*/", "getterDocumentation" : "/**

A DirectoryVpcSettings object that contains additional information for the operation.

\n@return A DirectoryVpcSettings object that contains additional information for the operation.*/", "fluentSetterDocumentation" : "/**

A DirectoryVpcSettings object that contains additional information for the operation.

\n@param vpcSettings A DirectoryVpcSettings object that contains additional information for the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A DirectoryVpcSettings object that contains additional information for the operation.

\n@param vpcSettings A DirectoryVpcSettings object that contains additional information for the operation.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Size" : { "documentation" : "

The size of the directory.

", "name" : "Size", "c2jName" : "Size", "c2jShape" : "DirectorySize", "variable" : { "variableName" : "size", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The size of the directory.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "size", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Size", "marshallLocationName" : "Size", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "DirectorySize", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The size of the directory.

\n@param size The size of the directory.\n@see DirectorySize*/", "getterDocumentation" : "/**

The size of the directory.

\n@return The size of the directory.\n@see DirectorySize*/", "fluentSetterDocumentation" : "/**

The size of the directory.

\n@param size The size of the directory.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectorySize*/", "varargSetterDocumentation" : "/**

The size of the directory.

\n@param size The size of the directory.\n@return Returns a reference to this object so that method calls can be chained together.\n@see DirectorySize*/" } } }, "DescribeDirectoriesRequest" : { "c2jName" : "DescribeDirectoriesRequest", "documentation" : "

Contains the inputs for the DescribeDirectories operation.

", "shapeName" : "DescribeDirectoriesRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

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.

An empty list results in an InvalidParameterException being thrown.

", "name" : "DirectoryIds", "c2jName" : "DirectoryIds", "c2jShape" : "DirectoryIds", "variable" : { "variableName" : "directoryIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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.

An empty list results in an InvalidParameterException being thrown.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "directoryIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryIds", "marshallLocationName" : "DirectoryIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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.

An empty list results in an InvalidParameterException being thrown.

\n@param directoryIds 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.

An empty list results in an InvalidParameterException being thrown.*/", "getterDocumentation" : "/**

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.

An empty list results in an InvalidParameterException being thrown.

\n@return 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.

An empty list results in an InvalidParameterException being thrown.*/", "fluentSetterDocumentation" : "/**

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.

An empty list results in an InvalidParameterException being thrown.

\n@param directoryIds 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.

An empty list results in an InvalidParameterException being thrown.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

An empty list results in an InvalidParameterException being thrown.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDirectoryIds(java.util.Collection)} or {@link #withDirectoryIds(java.util.Collection)} if you want to override the existing values.

\n@param directoryIds 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.

An empty list results in an InvalidParameterException being thrown.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories. Pass null if this is the first call.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories. Pass null if this is the first call.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories. Pass null if this is the first call.

\n@param nextToken The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories. Pass null if this is the first call.*/", "getterDocumentation" : "/**

The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories. Pass null if this is the first call.

\n@return The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories. Pass null if this is the first call.*/", "fluentSetterDocumentation" : "/**

The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories. Pass null if this is the first call.

\n@param nextToken The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories. Pass null if this is the first call.

\n@param nextToken The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "Limit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param limit 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param limit 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param limit 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeDirectoriesRequest", "variableType" : "DescribeDirectoriesRequest", "variableDeclarationType" : "DescribeDirectoriesRequest", "documentation" : null, "simpleType" : "DescribeDirectoriesRequest", "variableSetterType" : "DescribeDirectoriesRequest" }, "marshaller" : { "action" : "DescribeDirectories", "verb" : "POST", "target" : "DirectoryService_20150416.DescribeDirectories", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories. Pass null if this is the first call.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories. Pass null if this is the first call.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories. Pass null if this is the first call.

\n@param nextToken The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories. Pass null if this is the first call.*/", "getterDocumentation" : "/**

The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories. Pass null if this is the first call.

\n@return The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories. Pass null if this is the first call.*/", "fluentSetterDocumentation" : "/**

The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories. Pass null if this is the first call.

\n@param nextToken The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories. Pass null if this is the first call.

\n@param nextToken The DescribeDirectoriesResult.NextToken value from a previous call to DescribeDirectories. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DirectoryIds" : { "documentation" : "

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.

An empty list results in an InvalidParameterException being thrown.

", "name" : "DirectoryIds", "c2jName" : "DirectoryIds", "c2jShape" : "DirectoryIds", "variable" : { "variableName" : "directoryIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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.

An empty list results in an InvalidParameterException being thrown.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "directoryIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryIds", "marshallLocationName" : "DirectoryIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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.

An empty list results in an InvalidParameterException being thrown.

\n@param directoryIds 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.

An empty list results in an InvalidParameterException being thrown.*/", "getterDocumentation" : "/**

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.

An empty list results in an InvalidParameterException being thrown.

\n@return 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.

An empty list results in an InvalidParameterException being thrown.*/", "fluentSetterDocumentation" : "/**

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.

An empty list results in an InvalidParameterException being thrown.

\n@param directoryIds 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.

An empty list results in an InvalidParameterException being thrown.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

An empty list results in an InvalidParameterException being thrown.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDirectoryIds(java.util.Collection)} or {@link #withDirectoryIds(java.util.Collection)} if you want to override the existing values.

\n@param directoryIds 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.

An empty list results in an InvalidParameterException being thrown.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

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.

", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "Limit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

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.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param limit 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param limit 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param limit 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateConditionalForwarderRequest" : { "c2jName" : "CreateConditionalForwarderRequest", "documentation" : "

Initiates the creation of a conditional forwarder for your AWS Directory Service for Microsoft Active Directory. Conditional forwarders are required in order to set up a trust relationship with another domain.

", "shapeName" : "CreateConditionalForwarderRequest", "deprecated" : false, "required" : [ "DirectoryId", "RemoteDomainName", "DnsIpAddrs" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The directory ID of the AWS directory for which you are creating the conditional forwarder.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The directory ID of the AWS directory for which you are creating the conditional forwarder.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The directory ID of the AWS directory for which you are creating the conditional forwarder.

\n@param directoryId The directory ID of the AWS directory for which you are creating the conditional forwarder.*/", "getterDocumentation" : "/**

The directory ID of the AWS directory for which you are creating the conditional forwarder.

\n@return The directory ID of the AWS directory for which you are creating the conditional forwarder.*/", "fluentSetterDocumentation" : "/**

The directory ID of the AWS directory for which you are creating the conditional forwarder.

\n@param directoryId The directory ID of the AWS directory for which you are creating the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The directory ID of the AWS directory for which you are creating the conditional forwarder.

\n@param directoryId The directory ID of the AWS directory for which you are creating the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

", "name" : "RemoteDomainName", "c2jName" : "RemoteDomainName", "c2jShape" : "RemoteDomainName", "variable" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RemoteDomainName", "marshallLocationName" : "RemoteDomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.*/", "getterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

\n@return The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.*/", "fluentSetterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The IP addresses of the remote DNS server associated with RemoteDomainName.

", "name" : "DnsIpAddrs", "c2jName" : "DnsIpAddrs", "c2jShape" : "DnsIpAddrs", "variable" : { "variableName" : "dnsIpAddrs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The IP addresses of the remote DNS server associated with RemoteDomainName.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dnsIpAddrs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DnsIpAddrs", "marshallLocationName" : "DnsIpAddrs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IpAddr", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName.

\n@param dnsIpAddrs The IP addresses of the remote DNS server associated with RemoteDomainName.*/", "getterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName.

\n@return The IP addresses of the remote DNS server associated with RemoteDomainName.*/", "fluentSetterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName.

\n@param dnsIpAddrs The IP addresses of the remote DNS server associated with RemoteDomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDnsIpAddrs(java.util.Collection)} or {@link #withDnsIpAddrs(java.util.Collection)} if you want to override the existing values.

\n@param dnsIpAddrs The IP addresses of the remote DNS server associated with RemoteDomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createConditionalForwarderRequest", "variableType" : "CreateConditionalForwarderRequest", "variableDeclarationType" : "CreateConditionalForwarderRequest", "documentation" : null, "simpleType" : "CreateConditionalForwarderRequest", "variableSetterType" : "CreateConditionalForwarderRequest" }, "marshaller" : { "action" : "CreateConditionalForwarder", "verb" : "POST", "target" : "DirectoryService_20150416.CreateConditionalForwarder", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DirectoryId" : { "documentation" : "

The directory ID of the AWS directory for which you are creating the conditional forwarder.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The directory ID of the AWS directory for which you are creating the conditional forwarder.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The directory ID of the AWS directory for which you are creating the conditional forwarder.

\n@param directoryId The directory ID of the AWS directory for which you are creating the conditional forwarder.*/", "getterDocumentation" : "/**

The directory ID of the AWS directory for which you are creating the conditional forwarder.

\n@return The directory ID of the AWS directory for which you are creating the conditional forwarder.*/", "fluentSetterDocumentation" : "/**

The directory ID of the AWS directory for which you are creating the conditional forwarder.

\n@param directoryId The directory ID of the AWS directory for which you are creating the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The directory ID of the AWS directory for which you are creating the conditional forwarder.

\n@param directoryId The directory ID of the AWS directory for which you are creating the conditional forwarder.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RemoteDomainName" : { "documentation" : "

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

", "name" : "RemoteDomainName", "c2jName" : "RemoteDomainName", "c2jShape" : "RemoteDomainName", "variable" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RemoteDomainName", "marshallLocationName" : "RemoteDomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.*/", "getterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

\n@return The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.*/", "fluentSetterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.

\n@param remoteDomainName The fully qualified domain name (FQDN) of the remote domain with which you will set up a trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DnsIpAddrs" : { "documentation" : "

The IP addresses of the remote DNS server associated with RemoteDomainName.

", "name" : "DnsIpAddrs", "c2jName" : "DnsIpAddrs", "c2jShape" : "DnsIpAddrs", "variable" : { "variableName" : "dnsIpAddrs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The IP addresses of the remote DNS server associated with RemoteDomainName.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "dnsIpAddrs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "DnsIpAddrs", "marshallLocationName" : "DnsIpAddrs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IpAddr", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName.

\n@param dnsIpAddrs The IP addresses of the remote DNS server associated with RemoteDomainName.*/", "getterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName.

\n@return The IP addresses of the remote DNS server associated with RemoteDomainName.*/", "fluentSetterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName.

\n@param dnsIpAddrs The IP addresses of the remote DNS server associated with RemoteDomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setDnsIpAddrs(java.util.Collection)} or {@link #withDnsIpAddrs(java.util.Collection)} if you want to override the existing values.

\n@param dnsIpAddrs The IP addresses of the remote DNS server associated with RemoteDomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteTrustResult" : { "c2jName" : "DeleteTrustResult", "documentation" : "

The result of a DeleteTrust request.

", "shapeName" : "DeleteTrustResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The Trust ID of the trust relationship that was deleted.

", "name" : "TrustId", "c2jName" : "TrustId", "c2jShape" : "TrustId", "variable" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Trust ID of the trust relationship that was deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustId", "marshallLocationName" : "TrustId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Trust ID of the trust relationship that was deleted.

\n@param trustId The Trust ID of the trust relationship that was deleted.*/", "getterDocumentation" : "/**

The Trust ID of the trust relationship that was deleted.

\n@return The Trust ID of the trust relationship that was deleted.*/", "fluentSetterDocumentation" : "/**

The Trust ID of the trust relationship that was deleted.

\n@param trustId The Trust ID of the trust relationship that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Trust ID of the trust relationship that was deleted.

\n@param trustId The Trust ID of the trust relationship that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteTrustResult", "variableType" : "DeleteTrustResult", "variableDeclarationType" : "DeleteTrustResult", "documentation" : null, "simpleType" : "DeleteTrustResult", "variableSetterType" : "DeleteTrustResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrustId" : { "documentation" : "

The Trust ID of the trust relationship that was deleted.

", "name" : "TrustId", "c2jName" : "TrustId", "c2jShape" : "TrustId", "variable" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Trust ID of the trust relationship that was deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustId", "marshallLocationName" : "TrustId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Trust ID of the trust relationship that was deleted.

\n@param trustId The Trust ID of the trust relationship that was deleted.*/", "getterDocumentation" : "/**

The Trust ID of the trust relationship that was deleted.

\n@return The Trust ID of the trust relationship that was deleted.*/", "fluentSetterDocumentation" : "/**

The Trust ID of the trust relationship that was deleted.

\n@param trustId The Trust ID of the trust relationship that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Trust ID of the trust relationship that was deleted.

\n@param trustId The Trust ID of the trust relationship that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RestoreFromSnapshotResult" : { "c2jName" : "RestoreFromSnapshotResult", "documentation" : "

Contains the results of the RestoreFromSnapshot operation.

", "shapeName" : "RestoreFromSnapshotResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "restoreFromSnapshotResult", "variableType" : "RestoreFromSnapshotResult", "variableDeclarationType" : "RestoreFromSnapshotResult", "documentation" : null, "simpleType" : "RestoreFromSnapshotResult", "variableSetterType" : "RestoreFromSnapshotResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "InsufficientPermissionsException" : { "c2jName" : "InsufficientPermissionsException", "documentation" : "

The account does not have sufficient permission to perform the operation.

", "shapeName" : "InsufficientPermissionsException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "insufficientPermissionsException", "variableType" : "InsufficientPermissionsException", "variableDeclarationType" : "InsufficientPermissionsException", "documentation" : null, "simpleType" : "InsufficientPermissionsException", "variableSetterType" : "InsufficientPermissionsException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "InsufficientPermissionsException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RequestId" : { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "VerifyTrustRequest" : { "c2jName" : "VerifyTrustRequest", "documentation" : "

Initiates the verification of an existing trust relationship between a Microsoft AD in the AWS cloud and an external domain.

", "shapeName" : "VerifyTrustRequest", "deprecated" : false, "required" : [ "TrustId" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The unique Trust ID of the trust relationship to verify.

", "name" : "TrustId", "c2jName" : "TrustId", "c2jShape" : "TrustId", "variable" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique Trust ID of the trust relationship to verify.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustId", "marshallLocationName" : "TrustId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique Trust ID of the trust relationship to verify.

\n@param trustId The unique Trust ID of the trust relationship to verify.*/", "getterDocumentation" : "/**

The unique Trust ID of the trust relationship to verify.

\n@return The unique Trust ID of the trust relationship to verify.*/", "fluentSetterDocumentation" : "/**

The unique Trust ID of the trust relationship to verify.

\n@param trustId The unique Trust ID of the trust relationship to verify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique Trust ID of the trust relationship to verify.

\n@param trustId The unique Trust ID of the trust relationship to verify.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "verifyTrustRequest", "variableType" : "VerifyTrustRequest", "variableDeclarationType" : "VerifyTrustRequest", "documentation" : null, "simpleType" : "VerifyTrustRequest", "variableSetterType" : "VerifyTrustRequest" }, "marshaller" : { "action" : "VerifyTrust", "verb" : "POST", "target" : "DirectoryService_20150416.VerifyTrust", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrustId" : { "documentation" : "

The unique Trust ID of the trust relationship to verify.

", "name" : "TrustId", "c2jName" : "TrustId", "c2jShape" : "TrustId", "variable" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique Trust ID of the trust relationship to verify.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustId", "marshallLocationName" : "TrustId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique Trust ID of the trust relationship to verify.

\n@param trustId The unique Trust ID of the trust relationship to verify.*/", "getterDocumentation" : "/**

The unique Trust ID of the trust relationship to verify.

\n@return The unique Trust ID of the trust relationship to verify.*/", "fluentSetterDocumentation" : "/**

The unique Trust ID of the trust relationship to verify.

\n@param trustId The unique Trust ID of the trust relationship to verify.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique Trust ID of the trust relationship to verify.

\n@param trustId The unique Trust ID of the trust relationship to verify.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "RemoveTagsFromResourceResult" : { "c2jName" : "RemoveTagsFromResourceResult", "documentation" : "", "shapeName" : "RemoveTagsFromResourceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "removeTagsFromResourceResult", "variableType" : "RemoveTagsFromResourceResult", "variableDeclarationType" : "RemoveTagsFromResourceResult", "documentation" : null, "simpleType" : "RemoveTagsFromResourceResult", "variableSetterType" : "RemoveTagsFromResourceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "GetDirectoryLimitsResult" : { "c2jName" : "GetDirectoryLimitsResult", "documentation" : "

Contains the results of the GetDirectoryLimits operation.

", "shapeName" : "GetDirectoryLimitsResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

A DirectoryLimits object that contains the directory limits for the current region.

", "name" : "DirectoryLimits", "c2jName" : "DirectoryLimits", "c2jShape" : "DirectoryLimits", "variable" : { "variableName" : "directoryLimits", "variableType" : "DirectoryLimits", "variableDeclarationType" : "DirectoryLimits", "documentation" : "

A DirectoryLimits object that contains the directory limits for the current region.

", "simpleType" : "DirectoryLimits", "variableSetterType" : "DirectoryLimits" }, "setterModel" : { "variableName" : "directoryLimits", "variableType" : "DirectoryLimits", "variableDeclarationType" : "DirectoryLimits", "documentation" : "", "simpleType" : "DirectoryLimits", "variableSetterType" : "DirectoryLimits" }, "getterModel" : { "returnType" : "DirectoryLimits", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryLimits", "marshallLocationName" : "DirectoryLimits", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

A DirectoryLimits object that contains the directory limits for the current region.

\n@param directoryLimits A DirectoryLimits object that contains the directory limits for the current region.*/", "getterDocumentation" : "/**

A DirectoryLimits object that contains the directory limits for the current region.

\n@return A DirectoryLimits object that contains the directory limits for the current region.*/", "fluentSetterDocumentation" : "/**

A DirectoryLimits object that contains the directory limits for the current region.

\n@param directoryLimits A DirectoryLimits object that contains the directory limits for the current region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A DirectoryLimits object that contains the directory limits for the current region.

\n@param directoryLimits A DirectoryLimits object that contains the directory limits for the current region.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "getDirectoryLimitsResult", "variableType" : "GetDirectoryLimitsResult", "variableDeclarationType" : "GetDirectoryLimitsResult", "documentation" : null, "simpleType" : "GetDirectoryLimitsResult", "variableSetterType" : "GetDirectoryLimitsResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DirectoryLimits" : { "documentation" : "

A DirectoryLimits object that contains the directory limits for the current region.

", "name" : "DirectoryLimits", "c2jName" : "DirectoryLimits", "c2jShape" : "DirectoryLimits", "variable" : { "variableName" : "directoryLimits", "variableType" : "DirectoryLimits", "variableDeclarationType" : "DirectoryLimits", "documentation" : "

A DirectoryLimits object that contains the directory limits for the current region.

", "simpleType" : "DirectoryLimits", "variableSetterType" : "DirectoryLimits" }, "setterModel" : { "variableName" : "directoryLimits", "variableType" : "DirectoryLimits", "variableDeclarationType" : "DirectoryLimits", "documentation" : "", "simpleType" : "DirectoryLimits", "variableSetterType" : "DirectoryLimits" }, "getterModel" : { "returnType" : "DirectoryLimits", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryLimits", "marshallLocationName" : "DirectoryLimits", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

A DirectoryLimits object that contains the directory limits for the current region.

\n@param directoryLimits A DirectoryLimits object that contains the directory limits for the current region.*/", "getterDocumentation" : "/**

A DirectoryLimits object that contains the directory limits for the current region.

\n@return A DirectoryLimits object that contains the directory limits for the current region.*/", "fluentSetterDocumentation" : "/**

A DirectoryLimits object that contains the directory limits for the current region.

\n@param directoryLimits A DirectoryLimits object that contains the directory limits for the current region.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A DirectoryLimits object that contains the directory limits for the current region.

\n@param directoryLimits A DirectoryLimits object that contains the directory limits for the current region.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "UpdateRadiusResult" : { "c2jName" : "UpdateRadiusResult", "documentation" : "

Contains the results of the UpdateRadius operation.

", "shapeName" : "UpdateRadiusResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "updateRadiusResult", "variableType" : "UpdateRadiusResult", "variableDeclarationType" : "UpdateRadiusResult", "documentation" : null, "simpleType" : "UpdateRadiusResult", "variableSetterType" : "UpdateRadiusResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "ClientException" : { "c2jName" : "ClientException", "documentation" : "

A client exception has occurred.

", "shapeName" : "ClientException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "clientException", "variableType" : "ClientException", "variableDeclarationType" : "ClientException", "documentation" : null, "simpleType" : "ClientException", "variableSetterType" : "ClientException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "ClientException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RequestId" : { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateTrustRequest" : { "c2jName" : "CreateTrustRequest", "documentation" : "

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.

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.

", "shapeName" : "CreateTrustRequest", "deprecated" : false, "required" : [ "DirectoryId", "RemoteDomainName", "TrustPassword", "TrustDirection" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.

\n@param directoryId The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.*/", "getterDocumentation" : "/**

The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.

\n@return The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.*/", "fluentSetterDocumentation" : "/**

The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.

\n@param directoryId The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.

\n@param directoryId The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.

", "name" : "RemoteDomainName", "c2jName" : "RemoteDomainName", "c2jShape" : "RemoteDomainName", "variable" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RemoteDomainName", "marshallLocationName" : "RemoteDomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.

\n@param remoteDomainName The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.*/", "getterDocumentation" : "/**

The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.

\n@return The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.*/", "fluentSetterDocumentation" : "/**

The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.

\n@param remoteDomainName The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.

\n@param remoteDomainName The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The trust password. The must be the same password that was used when creating the trust relationship on the external domain.

", "name" : "TrustPassword", "c2jName" : "TrustPassword", "c2jShape" : "TrustPassword", "variable" : { "variableName" : "trustPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The trust password. The must be the same password that was used when creating the trust relationship on the external domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustPassword", "marshallLocationName" : "TrustPassword", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The trust password. The must be the same password that was used when creating the trust relationship on the external domain.

\n@param trustPassword The trust password. The must be the same password that was used when creating the trust relationship on the external domain.*/", "getterDocumentation" : "/**

The trust password. The must be the same password that was used when creating the trust relationship on the external domain.

\n@return The trust password. The must be the same password that was used when creating the trust relationship on the external domain.*/", "fluentSetterDocumentation" : "/**

The trust password. The must be the same password that was used when creating the trust relationship on the external domain.

\n@param trustPassword The trust password. The must be the same password that was used when creating the trust relationship on the external domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The trust password. The must be the same password that was used when creating the trust relationship on the external domain.

\n@param trustPassword The trust password. The must be the same password that was used when creating the trust relationship on the external domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The direction of the trust relationship.

", "name" : "TrustDirection", "c2jName" : "TrustDirection", "c2jShape" : "TrustDirection", "variable" : { "variableName" : "trustDirection", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The direction of the trust relationship.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustDirection", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustDirection", "marshallLocationName" : "TrustDirection", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TrustDirection", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The direction of the trust relationship.

\n@param trustDirection The direction of the trust relationship.\n@see TrustDirection*/", "getterDocumentation" : "/**

The direction of the trust relationship.

\n@return The direction of the trust relationship.\n@see TrustDirection*/", "fluentSetterDocumentation" : "/**

The direction of the trust relationship.

\n@param trustDirection The direction of the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustDirection*/", "varargSetterDocumentation" : "/**

The direction of the trust relationship.

\n@param trustDirection The direction of the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustDirection*/" }, { "documentation" : "

The trust relationship type.

", "name" : "TrustType", "c2jName" : "TrustType", "c2jShape" : "TrustType", "variable" : { "variableName" : "trustType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The trust relationship type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustType", "marshallLocationName" : "TrustType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TrustType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The trust relationship type.

\n@param trustType The trust relationship type.\n@see TrustType*/", "getterDocumentation" : "/**

The trust relationship type.

\n@return The trust relationship type.\n@see TrustType*/", "fluentSetterDocumentation" : "/**

The trust relationship type.

\n@param trustType The trust relationship type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustType*/", "varargSetterDocumentation" : "/**

The trust relationship type.

\n@param trustType The trust relationship type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustType*/" }, { "documentation" : "

The IP addresses of the remote DNS server associated with RemoteDomainName.

", "name" : "ConditionalForwarderIpAddrs", "c2jName" : "ConditionalForwarderIpAddrs", "c2jShape" : "DnsIpAddrs", "variable" : { "variableName" : "conditionalForwarderIpAddrs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The IP addresses of the remote DNS server associated with RemoteDomainName.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "conditionalForwarderIpAddrs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConditionalForwarderIpAddrs", "marshallLocationName" : "ConditionalForwarderIpAddrs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IpAddr", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName.

\n@param conditionalForwarderIpAddrs The IP addresses of the remote DNS server associated with RemoteDomainName.*/", "getterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName.

\n@return The IP addresses of the remote DNS server associated with RemoteDomainName.*/", "fluentSetterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName.

\n@param conditionalForwarderIpAddrs The IP addresses of the remote DNS server associated with RemoteDomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setConditionalForwarderIpAddrs(java.util.Collection)} or {@link #withConditionalForwarderIpAddrs(java.util.Collection)} if you want to override the existing values.

\n@param conditionalForwarderIpAddrs The IP addresses of the remote DNS server associated with RemoteDomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createTrustRequest", "variableType" : "CreateTrustRequest", "variableDeclarationType" : "CreateTrustRequest", "documentation" : null, "simpleType" : "CreateTrustRequest", "variableSetterType" : "CreateTrustRequest" }, "marshaller" : { "action" : "CreateTrust", "verb" : "POST", "target" : "DirectoryService_20150416.CreateTrust", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrustDirection" : { "documentation" : "

The direction of the trust relationship.

", "name" : "TrustDirection", "c2jName" : "TrustDirection", "c2jShape" : "TrustDirection", "variable" : { "variableName" : "trustDirection", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The direction of the trust relationship.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustDirection", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustDirection", "marshallLocationName" : "TrustDirection", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TrustDirection", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The direction of the trust relationship.

\n@param trustDirection The direction of the trust relationship.\n@see TrustDirection*/", "getterDocumentation" : "/**

The direction of the trust relationship.

\n@return The direction of the trust relationship.\n@see TrustDirection*/", "fluentSetterDocumentation" : "/**

The direction of the trust relationship.

\n@param trustDirection The direction of the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustDirection*/", "varargSetterDocumentation" : "/**

The direction of the trust relationship.

\n@param trustDirection The direction of the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustDirection*/" }, "DirectoryId" : { "documentation" : "

The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.

\n@param directoryId The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.*/", "getterDocumentation" : "/**

The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.

\n@return The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.*/", "fluentSetterDocumentation" : "/**

The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.

\n@param directoryId The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.

\n@param directoryId The Directory ID of the Microsoft AD in the AWS cloud for which to establish the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "RemoteDomainName" : { "documentation" : "

The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.

", "name" : "RemoteDomainName", "c2jName" : "RemoteDomainName", "c2jShape" : "RemoteDomainName", "variable" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "remoteDomainName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RemoteDomainName", "marshallLocationName" : "RemoteDomainName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.

\n@param remoteDomainName The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.*/", "getterDocumentation" : "/**

The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.

\n@return The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.*/", "fluentSetterDocumentation" : "/**

The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.

\n@param remoteDomainName The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.

\n@param remoteDomainName The Fully Qualified Domain Name (FQDN) of the external domain for which to create the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrustPassword" : { "documentation" : "

The trust password. The must be the same password that was used when creating the trust relationship on the external domain.

", "name" : "TrustPassword", "c2jName" : "TrustPassword", "c2jShape" : "TrustPassword", "variable" : { "variableName" : "trustPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The trust password. The must be the same password that was used when creating the trust relationship on the external domain.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustPassword", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustPassword", "marshallLocationName" : "TrustPassword", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The trust password. The must be the same password that was used when creating the trust relationship on the external domain.

\n@param trustPassword The trust password. The must be the same password that was used when creating the trust relationship on the external domain.*/", "getterDocumentation" : "/**

The trust password. The must be the same password that was used when creating the trust relationship on the external domain.

\n@return The trust password. The must be the same password that was used when creating the trust relationship on the external domain.*/", "fluentSetterDocumentation" : "/**

The trust password. The must be the same password that was used when creating the trust relationship on the external domain.

\n@param trustPassword The trust password. The must be the same password that was used when creating the trust relationship on the external domain.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The trust password. The must be the same password that was used when creating the trust relationship on the external domain.

\n@param trustPassword The trust password. The must be the same password that was used when creating the trust relationship on the external domain.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ConditionalForwarderIpAddrs" : { "documentation" : "

The IP addresses of the remote DNS server associated with RemoteDomainName.

", "name" : "ConditionalForwarderIpAddrs", "c2jName" : "ConditionalForwarderIpAddrs", "c2jShape" : "DnsIpAddrs", "variable" : { "variableName" : "conditionalForwarderIpAddrs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

The IP addresses of the remote DNS server associated with RemoteDomainName.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "conditionalForwarderIpAddrs", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ConditionalForwarderIpAddrs", "marshallLocationName" : "ConditionalForwarderIpAddrs", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IpAddr", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName.

\n@param conditionalForwarderIpAddrs The IP addresses of the remote DNS server associated with RemoteDomainName.*/", "getterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName.

\n@return The IP addresses of the remote DNS server associated with RemoteDomainName.*/", "fluentSetterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName.

\n@param conditionalForwarderIpAddrs The IP addresses of the remote DNS server associated with RemoteDomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The IP addresses of the remote DNS server associated with RemoteDomainName.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setConditionalForwarderIpAddrs(java.util.Collection)} or {@link #withConditionalForwarderIpAddrs(java.util.Collection)} if you want to override the existing values.

\n@param conditionalForwarderIpAddrs The IP addresses of the remote DNS server associated with RemoteDomainName.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "TrustType" : { "documentation" : "

The trust relationship type.

", "name" : "TrustType", "c2jName" : "TrustType", "c2jShape" : "TrustType", "variable" : { "variableName" : "trustType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The trust relationship type.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustType", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustType", "marshallLocationName" : "TrustType", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : "TrustType", "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The trust relationship type.

\n@param trustType The trust relationship type.\n@see TrustType*/", "getterDocumentation" : "/**

The trust relationship type.

\n@return The trust relationship type.\n@see TrustType*/", "fluentSetterDocumentation" : "/**

The trust relationship type.

\n@param trustType The trust relationship type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustType*/", "varargSetterDocumentation" : "/**

The trust relationship type.

\n@param trustType The trust relationship type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustType*/" } } }, "RadiusAuthenticationProtocol" : { "c2jName" : "RadiusAuthenticationProtocol", "documentation" : "", "shapeName" : "RadiusAuthenticationProtocol", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "PAP", "value" : "PAP" }, { "name" : "CHAP", "value" : "CHAP" }, { "name" : "MSCHAPv1", "value" : "MS-CHAPv1" }, { "name" : "MSCHAPv2", "value" : "MS-CHAPv2" } ], "variable" : { "variableName" : "radiusAuthenticationProtocol", "variableType" : "RadiusAuthenticationProtocol", "variableDeclarationType" : "RadiusAuthenticationProtocol", "documentation" : null, "simpleType" : "RadiusAuthenticationProtocol", "variableSetterType" : "RadiusAuthenticationProtocol" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DirectoryLimitExceededException" : { "c2jName" : "DirectoryLimitExceededException", "documentation" : "

The maximum number of directories in the region has been reached. You can use the GetDirectoryLimits operation to determine your directory limits in the region.

", "shapeName" : "DirectoryLimitExceededException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "directoryLimitExceededException", "variableType" : "DirectoryLimitExceededException", "variableDeclarationType" : "DirectoryLimitExceededException", "documentation" : null, "simpleType" : "DirectoryLimitExceededException", "variableSetterType" : "DirectoryLimitExceededException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "DirectoryLimitExceededException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RequestId" : { "documentation" : "", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param requestId */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateComputerRequest" : { "c2jName" : "CreateComputerRequest", "documentation" : "

Contains the inputs for the CreateComputer operation.

", "shapeName" : "CreateComputerRequest", "deprecated" : false, "required" : [ "DirectoryId", "ComputerName", "Password" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the directory in which to create the computer account.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory in which to create the computer account.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory in which to create the computer account.

\n@param directoryId The identifier of the directory in which to create the computer account.*/", "getterDocumentation" : "/**

The identifier of the directory in which to create the computer account.

\n@return The identifier of the directory in which to create the computer account.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory in which to create the computer account.

\n@param directoryId The identifier of the directory in which to create the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory in which to create the computer account.

\n@param directoryId The identifier of the directory in which to create the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The name of the computer account.

", "name" : "ComputerName", "c2jName" : "ComputerName", "c2jShape" : "ComputerName", "variable" : { "variableName" : "computerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the computer account.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "computerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComputerName", "marshallLocationName" : "ComputerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the computer account.

\n@param computerName The name of the computer account.*/", "getterDocumentation" : "/**

The name of the computer account.

\n@return The name of the computer account.*/", "fluentSetterDocumentation" : "/**

The name of the computer account.

\n@param computerName The name of the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the computer account.

\n@param computerName The name of the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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.

", "name" : "Password", "c2jName" : "Password", "c2jShape" : "ComputerPassword", "variable" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Password", "marshallLocationName" : "Password", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param password 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param password 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param password 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The fully-qualified distinguished name of the organizational unit to place the computer account in.

", "name" : "OrganizationalUnitDistinguishedName", "c2jName" : "OrganizationalUnitDistinguishedName", "c2jShape" : "OrganizationalUnitDN", "variable" : { "variableName" : "organizationalUnitDistinguishedName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The fully-qualified distinguished name of the organizational unit to place the computer account in.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "organizationalUnitDistinguishedName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OrganizationalUnitDistinguishedName", "marshallLocationName" : "OrganizationalUnitDistinguishedName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The fully-qualified distinguished name of the organizational unit to place the computer account in.

\n@param organizationalUnitDistinguishedName The fully-qualified distinguished name of the organizational unit to place the computer account in.*/", "getterDocumentation" : "/**

The fully-qualified distinguished name of the organizational unit to place the computer account in.

\n@return The fully-qualified distinguished name of the organizational unit to place the computer account in.*/", "fluentSetterDocumentation" : "/**

The fully-qualified distinguished name of the organizational unit to place the computer account in.

\n@param organizationalUnitDistinguishedName The fully-qualified distinguished name of the organizational unit to place the computer account in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The fully-qualified distinguished name of the organizational unit to place the computer account in.

\n@param organizationalUnitDistinguishedName The fully-qualified distinguished name of the organizational unit to place the computer account in.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

An array of Attribute objects that contain any LDAP attributes to apply to the computer account.

", "name" : "ComputerAttributes", "c2jName" : "ComputerAttributes", "c2jShape" : "Attributes", "variable" : { "variableName" : "computerAttributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

An array of Attribute objects that contain any LDAP attributes to apply to the computer account.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "computerAttributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComputerAttributes", "marshallLocationName" : "ComputerAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "Attribute", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Attribute", "variable" : { "variableName" : "member", "variableType" : "Attribute", "variableDeclarationType" : "Attribute", "documentation" : "", "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "setterModel" : { "variableName" : "member", "variableType" : "Attribute", "variableDeclarationType" : "Attribute", "documentation" : "", "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "getterModel" : { "returnType" : "Attribute", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Attribute", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of Attribute objects that contain any LDAP attributes to apply to the computer account.

\n@param computerAttributes An array of Attribute objects that contain any LDAP attributes to apply to the computer account.*/", "getterDocumentation" : "/**

An array of Attribute objects that contain any LDAP attributes to apply to the computer account.

\n@return An array of Attribute objects that contain any LDAP attributes to apply to the computer account.*/", "fluentSetterDocumentation" : "/**

An array of Attribute objects that contain any LDAP attributes to apply to the computer account.

\n@param computerAttributes An array of Attribute objects that contain any LDAP attributes to apply to the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of Attribute objects that contain any LDAP attributes to apply to the computer account.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setComputerAttributes(java.util.Collection)} or {@link #withComputerAttributes(java.util.Collection)} if you want to override the existing values.

\n@param computerAttributes An array of Attribute objects that contain any LDAP attributes to apply to the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createComputerRequest", "variableType" : "CreateComputerRequest", "variableDeclarationType" : "CreateComputerRequest", "documentation" : null, "simpleType" : "CreateComputerRequest", "variableSetterType" : "CreateComputerRequest" }, "marshaller" : { "action" : "CreateComputer", "verb" : "POST", "target" : "DirectoryService_20150416.CreateComputer", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "ComputerName" : { "documentation" : "

The name of the computer account.

", "name" : "ComputerName", "c2jName" : "ComputerName", "c2jShape" : "ComputerName", "variable" : { "variableName" : "computerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The name of the computer account.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "computerName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComputerName", "marshallLocationName" : "ComputerName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The name of the computer account.

\n@param computerName The name of the computer account.*/", "getterDocumentation" : "/**

The name of the computer account.

\n@return The name of the computer account.*/", "fluentSetterDocumentation" : "/**

The name of the computer account.

\n@param computerName The name of the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The name of the computer account.

\n@param computerName The name of the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "ComputerAttributes" : { "documentation" : "

An array of Attribute objects that contain any LDAP attributes to apply to the computer account.

", "name" : "ComputerAttributes", "c2jName" : "ComputerAttributes", "c2jShape" : "Attributes", "variable" : { "variableName" : "computerAttributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

An array of Attribute objects that contain any LDAP attributes to apply to the computer account.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "computerAttributes", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "ComputerAttributes", "marshallLocationName" : "ComputerAttributes", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "Attribute", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "Attribute", "variable" : { "variableName" : "member", "variableType" : "Attribute", "variableDeclarationType" : "Attribute", "documentation" : "", "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "setterModel" : { "variableName" : "member", "variableType" : "Attribute", "variableDeclarationType" : "Attribute", "documentation" : "", "simpleType" : "Attribute", "variableSetterType" : "Attribute" }, "getterModel" : { "returnType" : "Attribute", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : false, "map" : false, "simpleType" : "Attribute", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

An array of Attribute objects that contain any LDAP attributes to apply to the computer account.

\n@param computerAttributes An array of Attribute objects that contain any LDAP attributes to apply to the computer account.*/", "getterDocumentation" : "/**

An array of Attribute objects that contain any LDAP attributes to apply to the computer account.

\n@return An array of Attribute objects that contain any LDAP attributes to apply to the computer account.*/", "fluentSetterDocumentation" : "/**

An array of Attribute objects that contain any LDAP attributes to apply to the computer account.

\n@param computerAttributes An array of Attribute objects that contain any LDAP attributes to apply to the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

An array of Attribute objects that contain any LDAP attributes to apply to the computer account.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setComputerAttributes(java.util.Collection)} or {@link #withComputerAttributes(java.util.Collection)} if you want to override the existing values.

\n@param computerAttributes An array of Attribute objects that contain any LDAP attributes to apply to the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DirectoryId" : { "documentation" : "

The identifier of the directory in which to create the computer account.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory in which to create the computer account.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory in which to create the computer account.

\n@param directoryId The identifier of the directory in which to create the computer account.*/", "getterDocumentation" : "/**

The identifier of the directory in which to create the computer account.

\n@return The identifier of the directory in which to create the computer account.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory in which to create the computer account.

\n@param directoryId The identifier of the directory in which to create the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory in which to create the computer account.

\n@param directoryId The identifier of the directory in which to create the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Password" : { "documentation" : "

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.

", "name" : "Password", "c2jName" : "Password", "c2jShape" : "ComputerPassword", "variable" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "password", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Password", "marshallLocationName" : "Password", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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.

\n@param password 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.*/", "getterDocumentation" : "/**

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.

\n@return 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.*/", "fluentSetterDocumentation" : "/**

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.

\n@param password 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.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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.

\n@param password 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.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "OrganizationalUnitDistinguishedName" : { "documentation" : "

The fully-qualified distinguished name of the organizational unit to place the computer account in.

", "name" : "OrganizationalUnitDistinguishedName", "c2jName" : "OrganizationalUnitDistinguishedName", "c2jShape" : "OrganizationalUnitDN", "variable" : { "variableName" : "organizationalUnitDistinguishedName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The fully-qualified distinguished name of the organizational unit to place the computer account in.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "organizationalUnitDistinguishedName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "OrganizationalUnitDistinguishedName", "marshallLocationName" : "OrganizationalUnitDistinguishedName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The fully-qualified distinguished name of the organizational unit to place the computer account in.

\n@param organizationalUnitDistinguishedName The fully-qualified distinguished name of the organizational unit to place the computer account in.*/", "getterDocumentation" : "/**

The fully-qualified distinguished name of the organizational unit to place the computer account in.

\n@return The fully-qualified distinguished name of the organizational unit to place the computer account in.*/", "fluentSetterDocumentation" : "/**

The fully-qualified distinguished name of the organizational unit to place the computer account in.

\n@param organizationalUnitDistinguishedName The fully-qualified distinguished name of the organizational unit to place the computer account in.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The fully-qualified distinguished name of the organizational unit to place the computer account in.

\n@param organizationalUnitDistinguishedName The fully-qualified distinguished name of the organizational unit to place the computer account in.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DescribeSnapshotsRequest" : { "c2jName" : "DescribeSnapshotsRequest", "documentation" : "

Contains the inputs for the DescribeSnapshots operation.

", "shapeName" : "DescribeSnapshotsRequest", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the directory for which to retrieve snapshot information.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory for which to retrieve snapshot information.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory for which to retrieve snapshot information.

\n@param directoryId The identifier of the directory for which to retrieve snapshot information.*/", "getterDocumentation" : "/**

The identifier of the directory for which to retrieve snapshot information.

\n@return The identifier of the directory for which to retrieve snapshot information.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory for which to retrieve snapshot information.

\n@param directoryId The identifier of the directory for which to retrieve snapshot information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory for which to retrieve snapshot information.

\n@param directoryId The identifier of the directory for which to retrieve snapshot information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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 Limit and NextToken members.

", "name" : "SnapshotIds", "c2jName" : "SnapshotIds", "c2jShape" : "SnapshotIds", "variable" : { "variableName" : "snapshotIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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 Limit and NextToken members.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "snapshotIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotIds", "marshallLocationName" : "SnapshotIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SnapshotId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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 Limit and NextToken members.

\n@param snapshotIds 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 Limit and NextToken members.*/", "getterDocumentation" : "/**

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 Limit and NextToken members.

\n@return 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 Limit and NextToken members.*/", "fluentSetterDocumentation" : "/**

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 Limit and NextToken members.

\n@param snapshotIds 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 Limit and NextToken members.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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 Limit and NextToken members.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSnapshotIds(java.util.Collection)} or {@link #withSnapshotIds(java.util.Collection)} if you want to override the existing values.

\n@param snapshotIds 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 Limit and NextToken members.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.

\n@param nextToken The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.*/", "getterDocumentation" : "/**

The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.

\n@return The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.*/", "fluentSetterDocumentation" : "/**

The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.

\n@param nextToken The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.

\n@param nextToken The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The maximum number of objects to return.

", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "Limit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of objects to return.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of objects to return.

\n@param limit The maximum number of objects to return.*/", "getterDocumentation" : "/**

The maximum number of objects to return.

\n@return The maximum number of objects to return.*/", "fluentSetterDocumentation" : "/**

The maximum number of objects to return.

\n@param limit The maximum number of objects to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of objects to return.

\n@param limit The maximum number of objects to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "describeSnapshotsRequest", "variableType" : "DescribeSnapshotsRequest", "variableDeclarationType" : "DescribeSnapshotsRequest", "documentation" : null, "simpleType" : "DescribeSnapshotsRequest", "variableSetterType" : "DescribeSnapshotsRequest" }, "marshaller" : { "action" : "DescribeSnapshots", "verb" : "POST", "target" : "DirectoryService_20150416.DescribeSnapshots", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "NextToken" : { "documentation" : "

The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.

", "name" : "NextToken", "c2jName" : "NextToken", "c2jShape" : "NextToken", "variable" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "nextToken", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "NextToken", "marshallLocationName" : "NextToken", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.

\n@param nextToken The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.*/", "getterDocumentation" : "/**

The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.

\n@return The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.*/", "fluentSetterDocumentation" : "/**

The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.

\n@param nextToken The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.

\n@param nextToken The DescribeSnapshotsResult.NextToken value from a previous call to DescribeSnapshots. Pass null if this is the first call.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "DirectoryId" : { "documentation" : "

The identifier of the directory for which to retrieve snapshot information.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory for which to retrieve snapshot information.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory for which to retrieve snapshot information.

\n@param directoryId The identifier of the directory for which to retrieve snapshot information.*/", "getterDocumentation" : "/**

The identifier of the directory for which to retrieve snapshot information.

\n@return The identifier of the directory for which to retrieve snapshot information.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory for which to retrieve snapshot information.

\n@param directoryId The identifier of the directory for which to retrieve snapshot information.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory for which to retrieve snapshot information.

\n@param directoryId The identifier of the directory for which to retrieve snapshot information.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "SnapshotIds" : { "documentation" : "

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 Limit and NextToken members.

", "name" : "SnapshotIds", "c2jName" : "SnapshotIds", "c2jShape" : "SnapshotIds", "variable" : { "variableName" : "snapshotIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

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 Limit and NextToken members.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "snapshotIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotIds", "marshallLocationName" : "SnapshotIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SnapshotId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

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 Limit and NextToken members.

\n@param snapshotIds 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 Limit and NextToken members.*/", "getterDocumentation" : "/**

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 Limit and NextToken members.

\n@return 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 Limit and NextToken members.*/", "fluentSetterDocumentation" : "/**

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 Limit and NextToken members.

\n@param snapshotIds 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 Limit and NextToken members.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

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 Limit and NextToken members.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSnapshotIds(java.util.Collection)} or {@link #withSnapshotIds(java.util.Collection)} if you want to override the existing values.

\n@param snapshotIds 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 Limit and NextToken members.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Limit" : { "documentation" : "

The maximum number of objects to return.

", "name" : "Limit", "c2jName" : "Limit", "c2jShape" : "Limit", "variable" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "

The maximum number of objects to return.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "setterModel" : { "variableName" : "limit", "variableType" : "Integer", "variableDeclarationType" : "Integer", "documentation" : "", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Limit", "marshallLocationName" : "Limit", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The maximum number of objects to return.

\n@param limit The maximum number of objects to return.*/", "getterDocumentation" : "/**

The maximum number of objects to return.

\n@return The maximum number of objects to return.*/", "fluentSetterDocumentation" : "/**

The maximum number of objects to return.

\n@param limit The maximum number of objects to return.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The maximum number of objects to return.

\n@param limit The maximum number of objects to return.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateAliasRequest" : { "c2jName" : "CreateAliasRequest", "documentation" : "

Contains the inputs for the CreateAlias operation.

", "shapeName" : "CreateAliasRequest", "deprecated" : false, "required" : [ "DirectoryId", "Alias" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the directory for which to create the alias.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory for which to create the alias.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory for which to create the alias.

\n@param directoryId The identifier of the directory for which to create the alias.*/", "getterDocumentation" : "/**

The identifier of the directory for which to create the alias.

\n@return The identifier of the directory for which to create the alias.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory for which to create the alias.

\n@param directoryId The identifier of the directory for which to create the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory for which to create the alias.

\n@param directoryId The identifier of the directory for which to create the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

The requested alias.

The alias must be unique amongst all aliases in AWS. This operation throws an EntityAlreadyExistsException error if the alias already exists.

", "name" : "Alias", "c2jName" : "Alias", "c2jShape" : "AliasName", "variable" : { "variableName" : "alias", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The requested alias.

The alias must be unique amongst all aliases in AWS. This operation throws an EntityAlreadyExistsException error if the alias already exists.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alias", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Alias", "marshallLocationName" : "Alias", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The requested alias.

The alias must be unique amongst all aliases in AWS. This operation throws an EntityAlreadyExistsException error if the alias already exists.

\n@param alias The requested alias.

The alias must be unique amongst all aliases in AWS. This operation throws an EntityAlreadyExistsException error if the alias already exists.*/", "getterDocumentation" : "/**

The requested alias.

The alias must be unique amongst all aliases in AWS. This operation throws an EntityAlreadyExistsException error if the alias already exists.

\n@return The requested alias.

The alias must be unique amongst all aliases in AWS. This operation throws an EntityAlreadyExistsException error if the alias already exists.*/", "fluentSetterDocumentation" : "/**

The requested alias.

The alias must be unique amongst all aliases in AWS. This operation throws an EntityAlreadyExistsException error if the alias already exists.

\n@param alias The requested alias.

The alias must be unique amongst all aliases in AWS. This operation throws an EntityAlreadyExistsException error if the alias already exists.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The requested alias.

The alias must be unique amongst all aliases in AWS. This operation throws an EntityAlreadyExistsException error if the alias already exists.

\n@param alias The requested alias.

The alias must be unique amongst all aliases in AWS. This operation throws an EntityAlreadyExistsException error if the alias already exists.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createAliasRequest", "variableType" : "CreateAliasRequest", "variableDeclarationType" : "CreateAliasRequest", "documentation" : null, "simpleType" : "CreateAliasRequest", "variableSetterType" : "CreateAliasRequest" }, "marshaller" : { "action" : "CreateAlias", "verb" : "POST", "target" : "DirectoryService_20150416.CreateAlias", "requestUri" : "/", "locationName" : null, "xmlNameSpaceUri" : null }, "unmarshaller" : null, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DirectoryId" : { "documentation" : "

The identifier of the directory for which to create the alias.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory for which to create the alias.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory for which to create the alias.

\n@param directoryId The identifier of the directory for which to create the alias.*/", "getterDocumentation" : "/**

The identifier of the directory for which to create the alias.

\n@return The identifier of the directory for which to create the alias.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory for which to create the alias.

\n@param directoryId The identifier of the directory for which to create the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory for which to create the alias.

\n@param directoryId The identifier of the directory for which to create the alias.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "Alias" : { "documentation" : "

The requested alias.

The alias must be unique amongst all aliases in AWS. This operation throws an EntityAlreadyExistsException error if the alias already exists.

", "name" : "Alias", "c2jName" : "Alias", "c2jShape" : "AliasName", "variable" : { "variableName" : "alias", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The requested alias.

The alias must be unique amongst all aliases in AWS. This operation throws an EntityAlreadyExistsException error if the alias already exists.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "alias", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "Alias", "marshallLocationName" : "Alias", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The requested alias.

The alias must be unique amongst all aliases in AWS. This operation throws an EntityAlreadyExistsException error if the alias already exists.

\n@param alias The requested alias.

The alias must be unique amongst all aliases in AWS. This operation throws an EntityAlreadyExistsException error if the alias already exists.*/", "getterDocumentation" : "/**

The requested alias.

The alias must be unique amongst all aliases in AWS. This operation throws an EntityAlreadyExistsException error if the alias already exists.

\n@return The requested alias.

The alias must be unique amongst all aliases in AWS. This operation throws an EntityAlreadyExistsException error if the alias already exists.*/", "fluentSetterDocumentation" : "/**

The requested alias.

The alias must be unique amongst all aliases in AWS. This operation throws an EntityAlreadyExistsException error if the alias already exists.

\n@param alias The requested alias.

The alias must be unique amongst all aliases in AWS. This operation throws an EntityAlreadyExistsException error if the alias already exists.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The requested alias.

The alias must be unique amongst all aliases in AWS. This operation throws an EntityAlreadyExistsException error if the alias already exists.

\n@param alias The requested alias.

The alias must be unique amongst all aliases in AWS. This operation throws an EntityAlreadyExistsException error if the alias already exists.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AuthenticationFailedException" : { "c2jName" : "AuthenticationFailedException", "documentation" : "

An authentication error occurred.

", "shapeName" : "AuthenticationFailedException", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the request that caused the exception.

", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the request that caused the exception.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the request that caused the exception.

\n@param requestId The identifier of the request that caused the exception.*/", "getterDocumentation" : "/**

The identifier of the request that caused the exception.

\n@return The identifier of the request that caused the exception.*/", "fluentSetterDocumentation" : "/**

The identifier of the request that caused the exception.

\n@param requestId The identifier of the request that caused the exception.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the request that caused the exception.

\n@param requestId The identifier of the request that caused the exception.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "authenticationFailedException", "variableType" : "AuthenticationFailedException", "variableDeclarationType" : "AuthenticationFailedException", "documentation" : null, "simpleType" : "AuthenticationFailedException", "variableSetterType" : "AuthenticationFailedException" }, "marshaller" : null, "unmarshaller" : null, "errorCode" : "AuthenticationFailedException", "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "RequestId" : { "documentation" : "

The identifier of the request that caused the exception.

", "name" : "RequestId", "c2jName" : "RequestId", "c2jShape" : "RequestId", "variable" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the request that caused the exception.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "requestId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "RequestId", "marshallLocationName" : "RequestId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the request that caused the exception.

\n@param requestId The identifier of the request that caused the exception.*/", "getterDocumentation" : "/**

The identifier of the request that caused the exception.

\n@return The identifier of the request that caused the exception.*/", "fluentSetterDocumentation" : "/**

The identifier of the request that caused the exception.

\n@param requestId The identifier of the request that caused the exception.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the request that caused the exception.

\n@param requestId The identifier of the request that caused the exception.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "ReplicationScope" : { "c2jName" : "ReplicationScope", "documentation" : "", "shapeName" : "ReplicationScope", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Domain", "value" : "Domain" } ], "variable" : { "variableName" : "replicationScope", "variableType" : "ReplicationScope", "variableDeclarationType" : "ReplicationScope", "documentation" : null, "simpleType" : "ReplicationScope", "variableSetterType" : "ReplicationScope" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DeleteSnapshotResult" : { "c2jName" : "DeleteSnapshotResult", "documentation" : "

Contains the results of the DeleteSnapshot operation.

", "shapeName" : "DeleteSnapshotResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the directory snapshot that was deleted.

", "name" : "SnapshotId", "c2jName" : "SnapshotId", "c2jShape" : "SnapshotId", "variable" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory snapshot that was deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotId", "marshallLocationName" : "SnapshotId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory snapshot that was deleted.

\n@param snapshotId The identifier of the directory snapshot that was deleted.*/", "getterDocumentation" : "/**

The identifier of the directory snapshot that was deleted.

\n@return The identifier of the directory snapshot that was deleted.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory snapshot that was deleted.

\n@param snapshotId The identifier of the directory snapshot that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory snapshot that was deleted.

\n@param snapshotId The identifier of the directory snapshot that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteSnapshotResult", "variableType" : "DeleteSnapshotResult", "variableDeclarationType" : "DeleteSnapshotResult", "documentation" : null, "simpleType" : "DeleteSnapshotResult", "variableSetterType" : "DeleteSnapshotResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SnapshotId" : { "documentation" : "

The identifier of the directory snapshot that was deleted.

", "name" : "SnapshotId", "c2jName" : "SnapshotId", "c2jShape" : "SnapshotId", "variable" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the directory snapshot that was deleted.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "snapshotId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "SnapshotId", "marshallLocationName" : "SnapshotId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the directory snapshot that was deleted.

\n@param snapshotId The identifier of the directory snapshot that was deleted.*/", "getterDocumentation" : "/**

The identifier of the directory snapshot that was deleted.

\n@return The identifier of the directory snapshot that was deleted.*/", "fluentSetterDocumentation" : "/**

The identifier of the directory snapshot that was deleted.

\n@param snapshotId The identifier of the directory snapshot that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the directory snapshot that was deleted.

\n@param snapshotId The identifier of the directory snapshot that was deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "VerifyTrustResult" : { "c2jName" : "VerifyTrustResult", "documentation" : "

Result of a VerifyTrust request.

", "shapeName" : "VerifyTrustResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The unique Trust ID of the trust relationship that was verified.

", "name" : "TrustId", "c2jName" : "TrustId", "c2jShape" : "TrustId", "variable" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique Trust ID of the trust relationship that was verified.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustId", "marshallLocationName" : "TrustId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique Trust ID of the trust relationship that was verified.

\n@param trustId The unique Trust ID of the trust relationship that was verified.*/", "getterDocumentation" : "/**

The unique Trust ID of the trust relationship that was verified.

\n@return The unique Trust ID of the trust relationship that was verified.*/", "fluentSetterDocumentation" : "/**

The unique Trust ID of the trust relationship that was verified.

\n@param trustId The unique Trust ID of the trust relationship that was verified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique Trust ID of the trust relationship that was verified.

\n@param trustId The unique Trust ID of the trust relationship that was verified.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "verifyTrustResult", "variableType" : "VerifyTrustResult", "variableDeclarationType" : "VerifyTrustResult", "documentation" : null, "simpleType" : "VerifyTrustResult", "variableSetterType" : "VerifyTrustResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "TrustId" : { "documentation" : "

The unique Trust ID of the trust relationship that was verified.

", "name" : "TrustId", "c2jName" : "TrustId", "c2jShape" : "TrustId", "variable" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The unique Trust ID of the trust relationship that was verified.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "trustId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "TrustId", "marshallLocationName" : "TrustId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The unique Trust ID of the trust relationship that was verified.

\n@param trustId The unique Trust ID of the trust relationship that was verified.*/", "getterDocumentation" : "/**

The unique Trust ID of the trust relationship that was verified.

\n@return The unique Trust ID of the trust relationship that was verified.*/", "fluentSetterDocumentation" : "/**

The unique Trust ID of the trust relationship that was verified.

\n@param trustId The unique Trust ID of the trust relationship that was verified.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The unique Trust ID of the trust relationship that was verified.

\n@param trustId The unique Trust ID of the trust relationship that was verified.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "DeleteDirectoryResult" : { "c2jName" : "DeleteDirectoryResult", "documentation" : "

Contains the results of the DeleteDirectory operation.

", "shapeName" : "DeleteDirectoryResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The directory identifier.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The directory identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The directory identifier.

\n@param directoryId The directory identifier.*/", "getterDocumentation" : "/**

The directory identifier.

\n@return The directory identifier.*/", "fluentSetterDocumentation" : "/**

The directory identifier.

\n@param directoryId The directory identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The directory identifier.

\n@param directoryId The directory identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "deleteDirectoryResult", "variableType" : "DeleteDirectoryResult", "variableDeclarationType" : "DeleteDirectoryResult", "documentation" : null, "simpleType" : "DeleteDirectoryResult", "variableSetterType" : "DeleteDirectoryResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "DirectoryId" : { "documentation" : "

The directory identifier.

", "name" : "DirectoryId", "c2jName" : "DirectoryId", "c2jShape" : "DirectoryId", "variable" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The directory identifier.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "directoryId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "DirectoryId", "marshallLocationName" : "DirectoryId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The directory identifier.

\n@param directoryId The directory identifier.*/", "getterDocumentation" : "/**

The directory identifier.

\n@return The directory identifier.*/", "fluentSetterDocumentation" : "/**

The directory identifier.

\n@param directoryId The directory identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The directory identifier.

\n@param directoryId The directory identifier.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "AddTagsToResourceResult" : { "c2jName" : "AddTagsToResourceResult", "documentation" : "", "shapeName" : "AddTagsToResourceResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : null, "variable" : { "variableName" : "addTagsToResourceResult", "variableType" : "AddTagsToResourceResult", "variableDeclarationType" : "AddTagsToResourceResult", "documentation" : null, "simpleType" : "AddTagsToResourceResult", "variableSetterType" : "AddTagsToResourceResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } }, "DirectoryConnectSettings" : { "c2jName" : "DirectoryConnectSettings", "documentation" : "

Contains information for the ConnectDirectory operation when an AD Connector directory is being created.

", "shapeName" : "DirectoryConnectSettings", "deprecated" : false, "required" : [ "VpcId", "SubnetIds", "CustomerDnsIps", "CustomerUserName" ], "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

The identifier of the VPC in which the AD Connector is created.

", "name" : "VpcId", "c2jName" : "VpcId", "c2jShape" : "VpcId", "variable" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

The identifier of the VPC in which the AD Connector is created.

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcId", "marshallLocationName" : "VpcId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

The identifier of the VPC in which the AD Connector is created.

\n@param vpcId The identifier of the VPC in which the AD Connector is created.*/", "getterDocumentation" : "/**

The identifier of the VPC in which the AD Connector is created.

\n@return The identifier of the VPC in which the AD Connector is created.*/", "fluentSetterDocumentation" : "/**

The identifier of the VPC in which the AD Connector is created.

\n@param vpcId The identifier of the VPC in which the AD Connector is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

The identifier of the VPC in which the AD Connector is created.

\n@param vpcId The identifier of the VPC in which the AD Connector is created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of subnet identifiers in the VPC in which the AD Connector is created.

", "name" : "SubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIds", "variable" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of subnet identifiers in the VPC in which the AD Connector is created.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIds", "marshallLocationName" : "SubnetIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SubnetId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of subnet identifiers in the VPC in which the AD Connector is created.

\n@param subnetIds A list of subnet identifiers in the VPC in which the AD Connector is created.*/", "getterDocumentation" : "/**

A list of subnet identifiers in the VPC in which the AD Connector is created.

\n@return A list of subnet identifiers in the VPC in which the AD Connector is created.*/", "fluentSetterDocumentation" : "/**

A list of subnet identifiers in the VPC in which the AD Connector is created.

\n@param subnetIds A list of subnet identifiers in the VPC in which the AD Connector is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of subnet identifiers in the VPC in which the AD Connector is created.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnetIds(java.util.Collection)} or {@link #withSubnetIds(java.util.Collection)} if you want to override the existing values.

\n@param subnetIds A list of subnet identifiers in the VPC in which the AD Connector is created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.

", "name" : "CustomerDnsIps", "c2jName" : "CustomerDnsIps", "c2jShape" : "DnsIpAddrs", "variable" : { "variableName" : "customerDnsIps", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.

", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "customerDnsIps", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomerDnsIps", "marshallLocationName" : "CustomerDnsIps", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IpAddr", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.

\n@param customerDnsIps A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.*/", "getterDocumentation" : "/**

A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.

\n@return A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.*/", "fluentSetterDocumentation" : "/**

A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.

\n@param customerDnsIps A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.

\n

NOTE: This method appends the values to the existing list (if any). Use {@link #setCustomerDnsIps(java.util.Collection)} or {@link #withCustomerDnsIps(java.util.Collection)} if you want to override the existing values.

\n@param customerDnsIps A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, { "documentation" : "

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:

  • Read users and groups

  • Create computer objects

  • Join computers to the domain

", "name" : "CustomerUserName", "c2jName" : "CustomerUserName", "c2jShape" : "UserName", "variable" : { "variableName" : "customerUserName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

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:

  • Read users and groups

  • Create computer objects

  • Join computers to the domain

", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "customerUserName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomerUserName", "marshallLocationName" : "CustomerUserName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

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:

  • Read users and groups

  • Create computer objects

  • Join computers to the domain

\n@param customerUserName 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:

  • Read users and groups

  • Create computer objects

  • Join computers to the domain

  • */", "getterDocumentation" : "/**

    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:

    • Read users and groups

    • Create computer objects

    • Join computers to the domain

    \n@return 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:

    • Read users and groups

    • Create computer objects

    • Join computers to the domain

    • */", "fluentSetterDocumentation" : "/**

      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:

      • Read users and groups

      • Create computer objects

      • Join computers to the domain

      \n@param customerUserName 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:

      • Read users and groups

      • Create computer objects

      • Join computers to the domain

      • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

        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:

        • Read users and groups

        • Create computer objects

        • Join computers to the domain

        \n@param customerUserName 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:

        • Read users and groups

        • Create computer objects

        • Join computers to the domain

        • \n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "directoryConnectSettings", "variableType" : "DirectoryConnectSettings", "variableDeclarationType" : "DirectoryConnectSettings", "documentation" : null, "simpleType" : "DirectoryConnectSettings", "variableSetterType" : "DirectoryConnectSettings" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "SubnetIds" : { "documentation" : "

          A list of subnet identifiers in the VPC in which the AD Connector is created.

          ", "name" : "SubnetIds", "c2jName" : "SubnetIds", "c2jShape" : "SubnetIds", "variable" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

          A list of subnet identifiers in the VPC in which the AD Connector is created.

          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "subnetIds", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "SubnetIds", "marshallLocationName" : "SubnetIds", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "SubnetId", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

          A list of subnet identifiers in the VPC in which the AD Connector is created.

          \n@param subnetIds A list of subnet identifiers in the VPC in which the AD Connector is created.*/", "getterDocumentation" : "/**

          A list of subnet identifiers in the VPC in which the AD Connector is created.

          \n@return A list of subnet identifiers in the VPC in which the AD Connector is created.*/", "fluentSetterDocumentation" : "/**

          A list of subnet identifiers in the VPC in which the AD Connector is created.

          \n@param subnetIds A list of subnet identifiers in the VPC in which the AD Connector is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          A list of subnet identifiers in the VPC in which the AD Connector is created.

          \n

          NOTE: This method appends the values to the existing list (if any). Use {@link #setSubnetIds(java.util.Collection)} or {@link #withSubnetIds(java.util.Collection)} if you want to override the existing values.

          \n@param subnetIds A list of subnet identifiers in the VPC in which the AD Connector is created.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CustomerDnsIps" : { "documentation" : "

          A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.

          ", "name" : "CustomerDnsIps", "c2jName" : "CustomerDnsIps", "c2jShape" : "DnsIpAddrs", "variable" : { "variableName" : "customerDnsIps", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "

          A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.

          ", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "setterModel" : { "variableName" : "customerDnsIps", "variableType" : "java.util.List", "variableDeclarationType" : "com.amazonaws.internal.SdkInternalList", "documentation" : "", "simpleType" : "List", "variableSetterType" : "java.util.Collection" }, "getterModel" : { "returnType" : "java.util.List", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomerDnsIps", "marshallLocationName" : "CustomerDnsIps", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : { "memberType" : "String", "memberLocationName" : null, "implType" : "com.amazonaws.internal.SdkInternalList", "interfaceType" : "java.util.List", "listMemberModel" : { "documentation" : "", "name" : "Member", "c2jName" : "member", "c2jShape" : "IpAddr", "variable" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "member", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "member", "marshallLocationName" : "member", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**\n@param member */", "getterDocumentation" : "/**\n@return */", "fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "memberAdditionalMarshallingPath" : null, "memberAdditionalUnmarshallingPath" : null, "sendEmptyQueryString" : false, "simple" : true, "map" : false, "simpleType" : "String", "templateType" : "java.util.List", "templateImplType" : "com.amazonaws.internal.SdkInternalList" }, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : true, "map" : false, "setterDocumentation" : "/**

          A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.

          \n@param customerDnsIps A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.*/", "getterDocumentation" : "/**

          A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.

          \n@return A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.*/", "fluentSetterDocumentation" : "/**

          A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.

          \n@param customerDnsIps A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

          A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.

          \n

          NOTE: This method appends the values to the existing list (if any). Use {@link #setCustomerDnsIps(java.util.Collection)} or {@link #withCustomerDnsIps(java.util.Collection)} if you want to override the existing values.

          \n@param customerDnsIps A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.\n@return Returns a reference to this object so that method calls can be chained together.*/" }, "CustomerUserName" : { "documentation" : "

          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:

          • Read users and groups

          • Create computer objects

          • Join computers to the domain

          ", "name" : "CustomerUserName", "c2jName" : "CustomerUserName", "c2jShape" : "UserName", "variable" : { "variableName" : "customerUserName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

          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:

          • Read users and groups

          • Create computer objects

          • Join computers to the domain

          ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "customerUserName", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "CustomerUserName", "marshallLocationName" : "CustomerUserName", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

          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:

          • Read users and groups

          • Create computer objects

          • Join computers to the domain

          \n@param customerUserName 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:

          • Read users and groups

          • Create computer objects

          • Join computers to the domain

          • */", "getterDocumentation" : "/**

            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:

            • Read users and groups

            • Create computer objects

            • Join computers to the domain

            \n@return 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:

            • Read users and groups

            • Create computer objects

            • Join computers to the domain

            • */", "fluentSetterDocumentation" : "/**

              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:

              • Read users and groups

              • Create computer objects

              • Join computers to the domain

              \n@param customerUserName 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:

              • Read users and groups

              • Create computer objects

              • Join computers to the domain

              • \n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                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:

                • Read users and groups

                • Create computer objects

                • Join computers to the domain

                \n@param customerUserName 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:

                • Read users and groups

                • Create computer objects

                • Join computers to the domain

                • \n@return Returns a reference to this object so that method calls can be chained together.*/" }, "VpcId" : { "documentation" : "

                  The identifier of the VPC in which the AD Connector is created.

                  ", "name" : "VpcId", "c2jName" : "VpcId", "c2jShape" : "VpcId", "variable" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "

                  The identifier of the VPC in which the AD Connector is created.

                  ", "simpleType" : "String", "variableSetterType" : "String" }, "setterModel" : { "variableName" : "vpcId", "variableType" : "String", "variableDeclarationType" : "String", "documentation" : "", "simpleType" : "String", "variableSetterType" : "String" }, "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "unmarshallLocationName" : "VpcId", "marshallLocationName" : "VpcId", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : true, "list" : false, "map" : false, "setterDocumentation" : "/**

                  The identifier of the VPC in which the AD Connector is created.

                  \n@param vpcId The identifier of the VPC in which the AD Connector is created.*/", "getterDocumentation" : "/**

                  The identifier of the VPC in which the AD Connector is created.

                  \n@return The identifier of the VPC in which the AD Connector is created.*/", "fluentSetterDocumentation" : "/**

                  The identifier of the VPC in which the AD Connector is created.

                  \n@param vpcId The identifier of the VPC in which the AD Connector is created.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  The identifier of the VPC in which the AD Connector is created.

                  \n@param vpcId The identifier of the VPC in which the AD Connector is created.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "CreateComputerResult" : { "c2jName" : "CreateComputerResult", "documentation" : "

                  Contains the results for the CreateComputer operation.

                  ", "shapeName" : "CreateComputerResult", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : [ { "documentation" : "

                  A Computer object that represents the computer account.

                  ", "name" : "Computer", "c2jName" : "Computer", "c2jShape" : "Computer", "variable" : { "variableName" : "computer", "variableType" : "Computer", "variableDeclarationType" : "Computer", "documentation" : "

                  A Computer object that represents the computer account.

                  ", "simpleType" : "Computer", "variableSetterType" : "Computer" }, "setterModel" : { "variableName" : "computer", "variableType" : "Computer", "variableDeclarationType" : "Computer", "documentation" : "", "simpleType" : "Computer", "variableSetterType" : "Computer" }, "getterModel" : { "returnType" : "Computer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Computer", "marshallLocationName" : "Computer", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                  A Computer object that represents the computer account.

                  \n@param computer A Computer object that represents the computer account.*/", "getterDocumentation" : "/**

                  A Computer object that represents the computer account.

                  \n@return A Computer object that represents the computer account.*/", "fluentSetterDocumentation" : "/**

                  A Computer object that represents the computer account.

                  \n@param computer A Computer object that represents the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A Computer object that represents the computer account.

                  \n@param computer A Computer object that represents the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } ], "enums" : null, "variable" : { "variableName" : "createComputerResult", "variableType" : "CreateComputerResult", "variableDeclarationType" : "CreateComputerResult", "documentation" : null, "simpleType" : "CreateComputerResult", "variableSetterType" : "CreateComputerResult" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { "Computer" : { "documentation" : "

                  A Computer object that represents the computer account.

                  ", "name" : "Computer", "c2jName" : "Computer", "c2jShape" : "Computer", "variable" : { "variableName" : "computer", "variableType" : "Computer", "variableDeclarationType" : "Computer", "documentation" : "

                  A Computer object that represents the computer account.

                  ", "simpleType" : "Computer", "variableSetterType" : "Computer" }, "setterModel" : { "variableName" : "computer", "variableType" : "Computer", "variableDeclarationType" : "Computer", "documentation" : "", "simpleType" : "Computer", "variableSetterType" : "Computer" }, "getterModel" : { "returnType" : "Computer", "documentation" : null }, "http" : { "unmarshallLocationName" : "Computer", "marshallLocationName" : "Computer", "additionalUnmarshallingPath" : null, "additionalMarshallingPath" : null, "isPayload" : false, "isStreaming" : false, "location" : null, "flattened" : false, "statusCode" : false, "queryString" : false, "uri" : false, "header" : false }, "deprecated" : false, "listModel" : null, "mapModel" : null, "enumType" : null, "xmlNameSpaceUri" : null, "idempotencyToken" : false, "simple" : false, "list" : false, "map" : false, "setterDocumentation" : "/**

                  A Computer object that represents the computer account.

                  \n@param computer A Computer object that represents the computer account.*/", "getterDocumentation" : "/**

                  A Computer object that represents the computer account.

                  \n@return A Computer object that represents the computer account.*/", "fluentSetterDocumentation" : "/**

                  A Computer object that represents the computer account.

                  \n@param computer A Computer object that represents the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/", "varargSetterDocumentation" : "/**

                  A Computer object that represents the computer account.

                  \n@param computer A Computer object that represents the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/" } } }, "TrustState" : { "c2jName" : "TrustState", "documentation" : "", "shapeName" : "TrustState", "deprecated" : false, "required" : null, "hasPayloadMember" : false, "hasHeaderMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "wrapper" : false, "members" : null, "enums" : [ { "name" : "Creating", "value" : "Creating" }, { "name" : "Created", "value" : "Created" }, { "name" : "Verifying", "value" : "Verifying" }, { "name" : "VerifyFailed", "value" : "VerifyFailed" }, { "name" : "Verified", "value" : "Verified" }, { "name" : "Deleting", "value" : "Deleting" }, { "name" : "Deleted", "value" : "Deleted" }, { "name" : "Failed", "value" : "Failed" } ], "variable" : { "variableName" : "trustState", "variableType" : "TrustState", "variableDeclarationType" : "TrustState", "documentation" : null, "simpleType" : "TrustState", "variableSetterType" : "TrustState" }, "marshaller" : null, "unmarshaller" : { "resultWrapper" : null, "flattened" : false }, "errorCode" : null, "customization" : { "artificialResultWrapper" : null, "skipGeneratingModelClass" : false, "skipGeneratingMarshaller" : false, "skipGeneratingUnmarshaller" : false }, "membersAsMap" : { } } }, "customizationConfig" : { "requestMetrics" : null, "useAutoConstructList" : true, "useAutoConstructMap" : false, "serviceClientHoldInputStream" : false, "operationsWithResponseStreamContentLengthValidation" : null, "customExceptionUnmarshallerImpl" : null, "customClientConfigFactory" : null, "customResponseMetadataClassName" : null, "skipInterfaceAdditions" : false, "customServiceNameForRequest" : null, "requiredParamValidationEnabled" : false, "additionalShapeConstructors" : null, "simpleMethods" : { "DescribeSnapshots" : { "methodForms" : [ [ ] ] }, "DescribeDirectories" : { "methodForms" : [ [ ] ] }, "GetDirectoryLimits" : { "methodForms" : [ [ ] ] } }, "renameShapes" : null, "sendEmptyAutoConstructedListAsEmptyList" : null, "authPolicyActions" : { "skip" : true, "actionPrefix" : null, "fileNamePrefix" : null }, "customServiceMetadata" : null, "customCodeTemplates" : null, "operationModifiers" : null, "shapeSubstitutions" : null, "shapeModifiers" : null, "customErrorCodeFieldName" : null, "convenienceTypeOverloads" : [ ] }, "examples" : { "version" : "1.0", "operationExamples" : { } }, "clientConfigFactory" : "ClientConfigurationFactory", "exceptionUnmarshallerImpl" : null }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy