
models.ds-2015-04-16-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-directory Show documentation
{
"metadata" : {
"apiVersion" : "2015-04-16",
"exceptionUnmarshallerImpl" : null,
"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,
"jsonContentVersion" : "application/x-amz-json-1.1",
"jsonVersion" : "1.1",
"endpointPrefix" : "ds",
"signingName" : "ds",
"jsonProtocol" : true,
"serviceName" : "Directory Service",
"xmlProtocol" : false,
"cborProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"protocolDefaultExceptionUnmarshallerType" : "JsonErrorUnmarshaller"
},
"operations" : {
"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" : null
},
"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" : null
},
"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" : null
},
"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" : "",
"simpleType" : "DeleteConditionalForwarderRequest",
"variableSetterType" : "DeleteConditionalForwarderRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteConditionalForwarderResult",
"documentation" : null
},
"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" : 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.
"
}, {
"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" : 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" : "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" : "",
"simpleType" : "DescribeConditionalForwardersRequest",
"variableSetterType" : "DescribeConditionalForwardersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeConditionalForwardersResult",
"documentation" : null
},
"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" : "",
"simpleType" : "DescribeEventTopicsRequest",
"variableSetterType" : "DescribeEventTopicsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeEventTopicsResult",
"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" : "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" : 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.
"
}, {
"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"
},
"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" : "",
"simpleType" : "RegisterEventTopicRequest",
"variableSetterType" : "RegisterEventTopicRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RegisterEventTopicResult",
"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" : "RegisterEventTopicResult",
"asyncReturnType" : "RegisterEventTopicResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "registerEventTopic"
},
"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" : "",
"simpleType" : "UpdateConditionalForwarderRequest",
"variableSetterType" : "UpdateConditionalForwarderRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateConditionalForwarderResult",
"documentation" : null
},
"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" : 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.
"
}, {
"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.
\nNOTE: 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.
\nNOTE: 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" : "",
"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.
\nNOTE: 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.
\nNOTE: 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.*/"
}
}
},
"CreateMicrosoftADResult" : {
"c2jName" : "CreateMicrosoftADResult",
"documentation" : "",
"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.*/"
}
}
},
"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.*/"
}
}
},
"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.*/"
}
}
},
"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" : "",
"name" : "DeleteAssociatedConditionalForwarder",
"c2jName" : "DeleteAssociatedConditionalForwarder",
"c2jShape" : "DeleteAssociatedConditionalForwarder",
"variable" : {
"variableName" : "deleteAssociatedConditionalForwarder",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"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" : "/**\n@param deleteAssociatedConditionalForwarder */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param deleteAssociatedConditionalForwarder \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param deleteAssociatedConditionalForwarder \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" : "",
"name" : "DeleteAssociatedConditionalForwarder",
"c2jName" : "DeleteAssociatedConditionalForwarder",
"c2jShape" : "DeleteAssociatedConditionalForwarder",
"variable" : {
"variableName" : "deleteAssociatedConditionalForwarder",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"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" : "/**\n@param deleteAssociatedConditionalForwarder */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param deleteAssociatedConditionalForwarder \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param deleteAssociatedConditionalForwarder \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.*/"
}
}
},
"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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.
\nNOTE: 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.*/"
}
}
},
"DeleteConditionalForwarderResult" : {
"c2jName" : "DeleteConditionalForwarderResult",
"documentation" : "",
"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" : { }
},
"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*/"
}
}
},
"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*/"
}
}
},
"DescribeConditionalForwardersResult" : {
"c2jName" : "DescribeConditionalForwardersResult",
"documentation" : "",
"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.
\nNOTE: 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.
\nNOTE: 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.*/"
}
}
},
"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" : { }
},
"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.*/"
}
}
},
"DeregisterEventTopicResult" : {
"c2jName" : "DeregisterEventTopicResult",
"documentation" : "",
"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" : "",
"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.
\nNOTE: 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.
\nNOTE: 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.*/"
}
}
},
"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" : { }
},
"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.*/"
}
}
},
"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.
\nNOTE: 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.
\nNOTE: 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.*/"
}
}
},
"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" : { }
},
"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.*/"
}
}
},
"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