
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",
"protocol" : "json",
"checksumFormat" : null,
"documentation" : "AWS Directory Service This is the AWS Directory Service API Reference. This guide provides detailed information about AWS Directory Service operations, data types, parameters, and errors.
",
"defaultEndpoint" : "https://ds.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "ds.us-east-1.amazonaws.com",
"syncInterface" : "AWSDirectoryService",
"syncClient" : "AWSDirectoryServiceClient",
"asyncInterface" : "AWSDirectoryServiceAsync",
"asyncClient" : "AWSDirectoryServiceAsyncClient",
"packageName" : "com.amazonaws.services.directory",
"packagePath" : "com/amazonaws/services/directory",
"serviceAbbreviation" : "Directory Service",
"serviceFullName" : "AWS Directory Service",
"hasApiWithStreamInput" : false,
"contentType" : null,
"jsonVersion" : "1.1",
"endpointPrefix" : "ds",
"signingName" : "ds",
"protocolDefaultExceptionUmarshallerImpl" : null,
"serviceName" : "Directory Service",
"cborProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"jsonProtocol" : true,
"xmlProtocol" : false
},
"operations" : {
"AddTagsToResource" : {
"documentation" : "Adds or overwrites one or more tags for the specified Amazon Directory Services directory. Each directory can have a maximum of 10 tags. Each tag consists of a key and optional value. Tag keys must be unique per resource.
",
"operationName" : "AddTagsToResource",
"deprecated" : false,
"input" : {
"variableName" : "addTagsToResourceRequest",
"variableType" : "AddTagsToResourceRequest",
"variableDeclarationType" : "AddTagsToResourceRequest",
"documentation" : "",
"simpleType" : "AddTagsToResourceRequest",
"variableSetterType" : "AddTagsToResourceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AddTagsToResourceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "TagLimitExceededException",
"documentation" : "The maximum allowed number of tags was exceeded.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "AddTagsToResourceResult",
"asyncReturnType" : "AddTagsToResourceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "addTagsToResource"
},
"ConnectDirectory" : {
"documentation" : "Creates an AD Connector to connect to an on-premises directory.
",
"operationName" : "ConnectDirectory",
"deprecated" : false,
"input" : {
"variableName" : "connectDirectoryRequest",
"variableType" : "ConnectDirectoryRequest",
"variableDeclarationType" : "ConnectDirectoryRequest",
"documentation" : "Contains the inputs for the ConnectDirectory operation.
",
"simpleType" : "ConnectDirectoryRequest",
"variableSetterType" : "ConnectDirectoryRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ConnectDirectoryResult",
"documentation" : "Contains the results of the ConnectDirectory operation.
"
},
"exceptions" : [ {
"exceptionName" : "DirectoryLimitExceededException",
"documentation" : "The maximum number of directories in the region has been reached. You can use the GetDirectoryLimits operation to determine your directory limits in the region.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ConnectDirectoryResult",
"asyncReturnType" : "ConnectDirectoryResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "connectDirectory"
},
"CreateAlias" : {
"documentation" : "Creates an alias for a directory and assigns the alias to the directory. The alias is used to construct the access URL for the directory, such as http://<alias>.awsapps.com
.
After an alias has been created, it cannot be deleted or reused, so this operation should only be used when absolutely necessary.
",
"operationName" : "CreateAlias",
"deprecated" : false,
"input" : {
"variableName" : "createAliasRequest",
"variableType" : "CreateAliasRequest",
"variableDeclarationType" : "CreateAliasRequest",
"documentation" : "Contains the inputs for the CreateAlias operation.
",
"simpleType" : "CreateAliasRequest",
"variableSetterType" : "CreateAliasRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateAliasResult",
"documentation" : "Contains the results of the CreateAlias operation.
"
},
"exceptions" : [ {
"exceptionName" : "EntityAlreadyExistsException",
"documentation" : "The specified entity already exists.
"
}, {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateAliasResult",
"asyncReturnType" : "CreateAliasResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createAlias"
},
"CreateComputer" : {
"documentation" : "Creates a computer account in the specified directory, and joins the computer to the directory.
",
"operationName" : "CreateComputer",
"deprecated" : false,
"input" : {
"variableName" : "createComputerRequest",
"variableType" : "CreateComputerRequest",
"variableDeclarationType" : "CreateComputerRequest",
"documentation" : "Contains the inputs for the CreateComputer operation.
",
"simpleType" : "CreateComputerRequest",
"variableSetterType" : "CreateComputerRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateComputerResult",
"documentation" : "Contains the results for the CreateComputer operation.
"
},
"exceptions" : [ {
"exceptionName" : "AuthenticationFailedException",
"documentation" : "An authentication error occurred.
"
}, {
"exceptionName" : "DirectoryUnavailableException",
"documentation" : "The specified directory is unavailable or could not be found.
"
}, {
"exceptionName" : "EntityAlreadyExistsException",
"documentation" : "The specified entity already exists.
"
}, {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "UnsupportedOperationException",
"documentation" : "The operation is not supported.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateComputerResult",
"asyncReturnType" : "CreateComputerResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createComputer"
},
"CreateConditionalForwarder" : {
"documentation" : "Creates a conditional forwarder associated with your AWS directory. Conditional forwarders are required in order to set up a trust relationship with another domain. The conditional forwarder points to the trusted domain.
",
"operationName" : "CreateConditionalForwarder",
"deprecated" : false,
"input" : {
"variableName" : "createConditionalForwarderRequest",
"variableType" : "CreateConditionalForwarderRequest",
"variableDeclarationType" : "CreateConditionalForwarderRequest",
"documentation" : "Initiates the creation of a conditional forwarder for your AWS Directory Service for Microsoft Active Directory. Conditional forwarders are required in order to set up a trust relationship with another domain.
",
"simpleType" : "CreateConditionalForwarderRequest",
"variableSetterType" : "CreateConditionalForwarderRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateConditionalForwarderResult",
"documentation" : "The result of a CreateConditinalForwarder request.
"
},
"exceptions" : [ {
"exceptionName" : "EntityAlreadyExistsException",
"documentation" : "The specified entity already exists.
"
}, {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "DirectoryUnavailableException",
"documentation" : "The specified directory is unavailable or could not be found.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "UnsupportedOperationException",
"documentation" : "The operation is not supported.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateConditionalForwarderResult",
"asyncReturnType" : "CreateConditionalForwarderResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createConditionalForwarder"
},
"CreateDirectory" : {
"documentation" : "Creates a Simple AD directory.
",
"operationName" : "CreateDirectory",
"deprecated" : false,
"input" : {
"variableName" : "createDirectoryRequest",
"variableType" : "CreateDirectoryRequest",
"variableDeclarationType" : "CreateDirectoryRequest",
"documentation" : "Contains the inputs for the CreateDirectory operation.
",
"simpleType" : "CreateDirectoryRequest",
"variableSetterType" : "CreateDirectoryRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateDirectoryResult",
"documentation" : "Contains the results of the CreateDirectory operation.
"
},
"exceptions" : [ {
"exceptionName" : "DirectoryLimitExceededException",
"documentation" : "The maximum number of directories in the region has been reached. You can use the GetDirectoryLimits operation to determine your directory limits in the region.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateDirectoryResult",
"asyncReturnType" : "CreateDirectoryResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createDirectory"
},
"CreateMicrosoftAD" : {
"documentation" : "Creates a Microsoft AD in the AWS cloud.
",
"operationName" : "CreateMicrosoftAD",
"deprecated" : false,
"input" : {
"variableName" : "createMicrosoftADRequest",
"variableType" : "CreateMicrosoftADRequest",
"variableDeclarationType" : "CreateMicrosoftADRequest",
"documentation" : "Creates a Microsoft AD in the AWS cloud.
",
"simpleType" : "CreateMicrosoftADRequest",
"variableSetterType" : "CreateMicrosoftADRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateMicrosoftADResult",
"documentation" : "Result of a CreateMicrosoftAD request.
"
},
"exceptions" : [ {
"exceptionName" : "DirectoryLimitExceededException",
"documentation" : "The maximum number of directories in the region has been reached. You can use the GetDirectoryLimits operation to determine your directory limits in the region.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
}, {
"exceptionName" : "UnsupportedOperationException",
"documentation" : "The operation is not supported.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateMicrosoftADResult",
"asyncReturnType" : "CreateMicrosoftADResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createMicrosoftAD"
},
"CreateSnapshot" : {
"documentation" : "Creates a snapshot of a Simple AD or Microsoft AD directory in the AWS cloud.
You cannot take snapshots of AD Connector directories.
",
"operationName" : "CreateSnapshot",
"deprecated" : false,
"input" : {
"variableName" : "createSnapshotRequest",
"variableType" : "CreateSnapshotRequest",
"variableDeclarationType" : "CreateSnapshotRequest",
"documentation" : "Contains the inputs for the CreateSnapshot operation.
",
"simpleType" : "CreateSnapshotRequest",
"variableSetterType" : "CreateSnapshotRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateSnapshotResult",
"documentation" : "Contains the results of the CreateSnapshot operation.
"
},
"exceptions" : [ {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "SnapshotLimitExceededException",
"documentation" : "The maximum number of manual snapshots for the directory has been reached. You can use the GetSnapshotLimits operation to determine the snapshot limits for a directory.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateSnapshotResult",
"asyncReturnType" : "CreateSnapshotResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createSnapshot"
},
"CreateTrust" : {
"documentation" : "AWS Directory Service for Microsoft Active Directory allows you to configure trust relationships. For example, you can establish a trust between your Microsoft AD in the AWS cloud, and your existing on-premises Microsoft Active Directory. This would allow you to provide users and groups access to resources in either domain, with a single set of credentials.
This action initiates the creation of the AWS side of a trust relationship between a Microsoft AD in the AWS cloud and an external domain.
",
"operationName" : "CreateTrust",
"deprecated" : false,
"input" : {
"variableName" : "createTrustRequest",
"variableType" : "CreateTrustRequest",
"variableDeclarationType" : "CreateTrustRequest",
"documentation" : "AWS Directory Service for Microsoft Active Directory allows you to configure trust relationships. For example, you can establish a trust between your Microsoft AD in the AWS cloud, and your existing on-premises Microsoft Active Directory. This would allow you to provide users and groups access to resources in either domain, with a single set of credentials.
This action initiates the creation of the AWS side of a trust relationship between a Microsoft AD in the AWS cloud and an external domain.
",
"simpleType" : "CreateTrustRequest",
"variableSetterType" : "CreateTrustRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateTrustResult",
"documentation" : "The result of a CreateTrust request.
"
},
"exceptions" : [ {
"exceptionName" : "EntityAlreadyExistsException",
"documentation" : "The specified entity already exists.
"
}, {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
}, {
"exceptionName" : "UnsupportedOperationException",
"documentation" : "The operation is not supported.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "CreateTrustResult",
"asyncReturnType" : "CreateTrustResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "createTrust"
},
"DeleteConditionalForwarder" : {
"documentation" : "Deletes a conditional forwarder that has been set up for your AWS directory.
",
"operationName" : "DeleteConditionalForwarder",
"deprecated" : false,
"input" : {
"variableName" : "deleteConditionalForwarderRequest",
"variableType" : "DeleteConditionalForwarderRequest",
"variableDeclarationType" : "DeleteConditionalForwarderRequest",
"documentation" : "Deletes a conditional forwarder.
",
"simpleType" : "DeleteConditionalForwarderRequest",
"variableSetterType" : "DeleteConditionalForwarderRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteConditionalForwarderResult",
"documentation" : "The result of a DeleteConditionalForwarder request.
"
},
"exceptions" : [ {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "DirectoryUnavailableException",
"documentation" : "The specified directory is unavailable or could not be found.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "UnsupportedOperationException",
"documentation" : "The operation is not supported.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteConditionalForwarderResult",
"asyncReturnType" : "DeleteConditionalForwarderResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteConditionalForwarder"
},
"DeleteDirectory" : {
"documentation" : "Deletes an AWS Directory Service directory.
",
"operationName" : "DeleteDirectory",
"deprecated" : false,
"input" : {
"variableName" : "deleteDirectoryRequest",
"variableType" : "DeleteDirectoryRequest",
"variableDeclarationType" : "DeleteDirectoryRequest",
"documentation" : "Contains the inputs for the DeleteDirectory operation.
",
"simpleType" : "DeleteDirectoryRequest",
"variableSetterType" : "DeleteDirectoryRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteDirectoryResult",
"documentation" : "Contains the results of the DeleteDirectory operation.
"
},
"exceptions" : [ {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteDirectoryResult",
"asyncReturnType" : "DeleteDirectoryResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteDirectory"
},
"DeleteSnapshot" : {
"documentation" : "Deletes a directory snapshot.
",
"operationName" : "DeleteSnapshot",
"deprecated" : false,
"input" : {
"variableName" : "deleteSnapshotRequest",
"variableType" : "DeleteSnapshotRequest",
"variableDeclarationType" : "DeleteSnapshotRequest",
"documentation" : "Contains the inputs for the DeleteSnapshot operation.
",
"simpleType" : "DeleteSnapshotRequest",
"variableSetterType" : "DeleteSnapshotRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteSnapshotResult",
"documentation" : "Contains the results of the DeleteSnapshot operation.
"
},
"exceptions" : [ {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteSnapshotResult",
"asyncReturnType" : "DeleteSnapshotResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteSnapshot"
},
"DeleteTrust" : {
"documentation" : "Deletes an existing trust relationship between your Microsoft AD in the AWS cloud and an external domain.
",
"operationName" : "DeleteTrust",
"deprecated" : false,
"input" : {
"variableName" : "deleteTrustRequest",
"variableType" : "DeleteTrustRequest",
"variableDeclarationType" : "DeleteTrustRequest",
"documentation" : "Deletes the local side of an existing trust relationship between the Microsoft AD in the AWS cloud and the external domain.
",
"simpleType" : "DeleteTrustRequest",
"variableSetterType" : "DeleteTrustRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteTrustResult",
"documentation" : "The result of a DeleteTrust request.
"
},
"exceptions" : [ {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
}, {
"exceptionName" : "UnsupportedOperationException",
"documentation" : "The operation is not supported.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeleteTrustResult",
"asyncReturnType" : "DeleteTrustResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deleteTrust"
},
"DeregisterEventTopic" : {
"documentation" : "Removes the specified directory as a publisher to the specified SNS topic.
",
"operationName" : "DeregisterEventTopic",
"deprecated" : false,
"input" : {
"variableName" : "deregisterEventTopicRequest",
"variableType" : "DeregisterEventTopicRequest",
"variableDeclarationType" : "DeregisterEventTopicRequest",
"documentation" : "Removes the specified directory as a publisher to the specified SNS topic.
",
"simpleType" : "DeregisterEventTopicRequest",
"variableSetterType" : "DeregisterEventTopicRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeregisterEventTopicResult",
"documentation" : "The result of a DeregisterEventTopic request.
"
},
"exceptions" : [ {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DeregisterEventTopicResult",
"asyncReturnType" : "DeregisterEventTopicResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "deregisterEventTopic"
},
"DescribeConditionalForwarders" : {
"documentation" : "Obtains information about the conditional forwarders for this account.
If no input parameters are provided for RemoteDomainNames, this request describes all conditional forwarders for the specified directory ID.
",
"operationName" : "DescribeConditionalForwarders",
"deprecated" : false,
"input" : {
"variableName" : "describeConditionalForwardersRequest",
"variableType" : "DescribeConditionalForwardersRequest",
"variableDeclarationType" : "DescribeConditionalForwardersRequest",
"documentation" : "Describes a conditional forwarder.
",
"simpleType" : "DescribeConditionalForwardersRequest",
"variableSetterType" : "DescribeConditionalForwardersRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeConditionalForwardersResult",
"documentation" : "The result of a DescribeConditionalForwarder request.
"
},
"exceptions" : [ {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "DirectoryUnavailableException",
"documentation" : "The specified directory is unavailable or could not be found.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "UnsupportedOperationException",
"documentation" : "The operation is not supported.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeConditionalForwardersResult",
"asyncReturnType" : "DescribeConditionalForwardersResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeConditionalForwarders"
},
"DescribeDirectories" : {
"documentation" : "Obtains information about the directories that belong to this account.
You can retrieve information about specific directories by passing the directory identifiers in the DirectoryIds parameter. Otherwise, all directories that belong to the current account are returned.
This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the DescribeDirectoriesResult.NextToken member contains a token that you pass in the next call to DescribeDirectories to retrieve the next set of items.
You can also specify a maximum number of return results with the Limit parameter.
",
"operationName" : "DescribeDirectories",
"deprecated" : false,
"input" : {
"variableName" : "describeDirectoriesRequest",
"variableType" : "DescribeDirectoriesRequest",
"variableDeclarationType" : "DescribeDirectoriesRequest",
"documentation" : "Contains the inputs for the DescribeDirectories operation.
",
"simpleType" : "DescribeDirectoriesRequest",
"variableSetterType" : "DescribeDirectoriesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeDirectoriesResult",
"documentation" : "Contains the results of the DescribeDirectories operation.
"
},
"exceptions" : [ {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The NextToken value is not valid.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeDirectoriesResult",
"asyncReturnType" : "DescribeDirectoriesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeDirectories"
},
"DescribeEventTopics" : {
"documentation" : "Obtains information about which SNS topics receive status messages from the specified directory.
If no input parameters are provided, such as DirectoryId or TopicName, this request describes all of the associations in the account.
",
"operationName" : "DescribeEventTopics",
"deprecated" : false,
"input" : {
"variableName" : "describeEventTopicsRequest",
"variableType" : "DescribeEventTopicsRequest",
"variableDeclarationType" : "DescribeEventTopicsRequest",
"documentation" : "Describes event topics.
",
"simpleType" : "DescribeEventTopicsRequest",
"variableSetterType" : "DescribeEventTopicsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeEventTopicsResult",
"documentation" : "The result of a DescribeEventTopic request.
"
},
"exceptions" : [ {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeEventTopicsResult",
"asyncReturnType" : "DescribeEventTopicsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeEventTopics"
},
"DescribeSnapshots" : {
"documentation" : "Obtains information about the directory snapshots that belong to this account.
This operation supports pagination with the use of the NextToken request and response parameters. If more results are available, the DescribeSnapshots.NextToken member contains a token that you pass in the next call to DescribeSnapshots to retrieve the next set of items.
You can also specify a maximum number of return results with the Limit parameter.
",
"operationName" : "DescribeSnapshots",
"deprecated" : false,
"input" : {
"variableName" : "describeSnapshotsRequest",
"variableType" : "DescribeSnapshotsRequest",
"variableDeclarationType" : "DescribeSnapshotsRequest",
"documentation" : "Contains the inputs for the DescribeSnapshots operation.
",
"simpleType" : "DescribeSnapshotsRequest",
"variableSetterType" : "DescribeSnapshotsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeSnapshotsResult",
"documentation" : "Contains the results of the DescribeSnapshots operation.
"
},
"exceptions" : [ {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The NextToken value is not valid.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeSnapshotsResult",
"asyncReturnType" : "DescribeSnapshotsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeSnapshots"
},
"DescribeTrusts" : {
"documentation" : "Obtains information about the trust relationships for this account.
If no input parameters are provided, such as DirectoryId or TrustIds, this request describes all the trust relationships belonging to the account.
",
"operationName" : "DescribeTrusts",
"deprecated" : false,
"input" : {
"variableName" : "describeTrustsRequest",
"variableType" : "DescribeTrustsRequest",
"variableDeclarationType" : "DescribeTrustsRequest",
"documentation" : "Describes the trust relationships for a particular Microsoft AD in the AWS cloud. If no input parameters are are provided, such as directory ID or trust ID, this request describes all the trust relationships.
",
"simpleType" : "DescribeTrustsRequest",
"variableSetterType" : "DescribeTrustsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeTrustsResult",
"documentation" : "The result of a DescribeTrust request.
"
},
"exceptions" : [ {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The NextToken value is not valid.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
}, {
"exceptionName" : "UnsupportedOperationException",
"documentation" : "The operation is not supported.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DescribeTrustsResult",
"asyncReturnType" : "DescribeTrustsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "describeTrusts"
},
"DisableRadius" : {
"documentation" : "Disables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector directory.
",
"operationName" : "DisableRadius",
"deprecated" : false,
"input" : {
"variableName" : "disableRadiusRequest",
"variableType" : "DisableRadiusRequest",
"variableDeclarationType" : "DisableRadiusRequest",
"documentation" : "Contains the inputs for the DisableRadius operation.
",
"simpleType" : "DisableRadiusRequest",
"variableSetterType" : "DisableRadiusRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DisableRadiusResult",
"documentation" : "Contains the results of the DisableRadius operation.
"
},
"exceptions" : [ {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DisableRadiusResult",
"asyncReturnType" : "DisableRadiusResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "disableRadius"
},
"DisableSso" : {
"documentation" : "Disables single-sign on for a directory.
",
"operationName" : "DisableSso",
"deprecated" : false,
"input" : {
"variableName" : "disableSsoRequest",
"variableType" : "DisableSsoRequest",
"variableDeclarationType" : "DisableSsoRequest",
"documentation" : "Contains the inputs for the DisableSso operation.
",
"simpleType" : "DisableSsoRequest",
"variableSetterType" : "DisableSsoRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DisableSsoResult",
"documentation" : "Contains the results of the DisableSso operation.
"
},
"exceptions" : [ {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "InsufficientPermissionsException",
"documentation" : "The account does not have sufficient permission to perform the operation.
"
}, {
"exceptionName" : "AuthenticationFailedException",
"documentation" : "An authentication error occurred.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "DisableSsoResult",
"asyncReturnType" : "DisableSsoResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "disableSso"
},
"EnableRadius" : {
"documentation" : "Enables multi-factor authentication (MFA) with the Remote Authentication Dial In User Service (RADIUS) server for an AD Connector directory.
",
"operationName" : "EnableRadius",
"deprecated" : false,
"input" : {
"variableName" : "enableRadiusRequest",
"variableType" : "EnableRadiusRequest",
"variableDeclarationType" : "EnableRadiusRequest",
"documentation" : "Contains the inputs for the EnableRadius operation.
",
"simpleType" : "EnableRadiusRequest",
"variableSetterType" : "EnableRadiusRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "EnableRadiusResult",
"documentation" : "Contains the results of the EnableRadius operation.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "EntityAlreadyExistsException",
"documentation" : "The specified entity already exists.
"
}, {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "EnableRadiusResult",
"asyncReturnType" : "EnableRadiusResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "enableRadius"
},
"EnableSso" : {
"documentation" : "Enables single-sign on for a directory.
",
"operationName" : "EnableSso",
"deprecated" : false,
"input" : {
"variableName" : "enableSsoRequest",
"variableType" : "EnableSsoRequest",
"variableDeclarationType" : "EnableSsoRequest",
"documentation" : "Contains the inputs for the EnableSso operation.
",
"simpleType" : "EnableSsoRequest",
"variableSetterType" : "EnableSsoRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "EnableSsoResult",
"documentation" : "Contains the results of the EnableSso operation.
"
},
"exceptions" : [ {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "InsufficientPermissionsException",
"documentation" : "The account does not have sufficient permission to perform the operation.
"
}, {
"exceptionName" : "AuthenticationFailedException",
"documentation" : "An authentication error occurred.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "EnableSsoResult",
"asyncReturnType" : "EnableSsoResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "enableSso"
},
"GetDirectoryLimits" : {
"documentation" : "Obtains directory limit information for the current region.
",
"operationName" : "GetDirectoryLimits",
"deprecated" : false,
"input" : {
"variableName" : "getDirectoryLimitsRequest",
"variableType" : "GetDirectoryLimitsRequest",
"variableDeclarationType" : "GetDirectoryLimitsRequest",
"documentation" : "Contains the inputs for the GetDirectoryLimits operation.
",
"simpleType" : "GetDirectoryLimitsRequest",
"variableSetterType" : "GetDirectoryLimitsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetDirectoryLimitsResult",
"documentation" : "Contains the results of the GetDirectoryLimits operation.
"
},
"exceptions" : [ {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetDirectoryLimitsResult",
"asyncReturnType" : "GetDirectoryLimitsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getDirectoryLimits"
},
"GetSnapshotLimits" : {
"documentation" : "Obtains the manual snapshot limits for a directory.
",
"operationName" : "GetSnapshotLimits",
"deprecated" : false,
"input" : {
"variableName" : "getSnapshotLimitsRequest",
"variableType" : "GetSnapshotLimitsRequest",
"variableDeclarationType" : "GetSnapshotLimitsRequest",
"documentation" : "Contains the inputs for the GetSnapshotLimits operation.
",
"simpleType" : "GetSnapshotLimitsRequest",
"variableSetterType" : "GetSnapshotLimitsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetSnapshotLimitsResult",
"documentation" : "Contains the results of the GetSnapshotLimits operation.
"
},
"exceptions" : [ {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "GetSnapshotLimitsResult",
"asyncReturnType" : "GetSnapshotLimitsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "getSnapshotLimits"
},
"ListTagsForResource" : {
"documentation" : "Lists all tags on an Amazon Directory Services directory.
",
"operationName" : "ListTagsForResource",
"deprecated" : false,
"input" : {
"variableName" : "listTagsForResourceRequest",
"variableType" : "ListTagsForResourceRequest",
"variableDeclarationType" : "ListTagsForResourceRequest",
"documentation" : "",
"simpleType" : "ListTagsForResourceRequest",
"variableSetterType" : "ListTagsForResourceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "ListTagsForResourceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "InvalidNextTokenException",
"documentation" : "The NextToken value is not valid.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "ListTagsForResourceResult",
"asyncReturnType" : "ListTagsForResourceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "listTagsForResource"
},
"RegisterEventTopic" : {
"documentation" : "Associates a directory with an SNS topic. This establishes the directory as a publisher to the specified SNS topic. You can then receive email or text (SMS) messages when the status of your directory changes. You get notified if your directory goes from an Active status to an Impaired or Inoperable status. You also receive a notification when the directory returns to an Active status.
",
"operationName" : "RegisterEventTopic",
"deprecated" : false,
"input" : {
"variableName" : "registerEventTopicRequest",
"variableType" : "RegisterEventTopicRequest",
"variableDeclarationType" : "RegisterEventTopicRequest",
"documentation" : "Registers a new event topic.
",
"simpleType" : "RegisterEventTopicRequest",
"variableSetterType" : "RegisterEventTopicRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RegisterEventTopicResult",
"documentation" : "The result of a RegisterEventTopic request.
"
},
"exceptions" : [ {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "RegisterEventTopicResult",
"asyncReturnType" : "RegisterEventTopicResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "registerEventTopic"
},
"RemoveTagsFromResource" : {
"documentation" : "Removes tags from an Amazon Directory Services directory.
",
"operationName" : "RemoveTagsFromResource",
"deprecated" : false,
"input" : {
"variableName" : "removeTagsFromResourceRequest",
"variableType" : "RemoveTagsFromResourceRequest",
"variableDeclarationType" : "RemoveTagsFromResourceRequest",
"documentation" : "",
"simpleType" : "RemoveTagsFromResourceRequest",
"variableSetterType" : "RemoveTagsFromResourceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RemoveTagsFromResourceResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "RemoveTagsFromResourceResult",
"asyncReturnType" : "RemoveTagsFromResourceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "removeTagsFromResource"
},
"RestoreFromSnapshot" : {
"documentation" : "Restores a directory using an existing directory snapshot.
When you restore a directory from a snapshot, any changes made to the directory after the snapshot date are overwritten.
This action returns as soon as the restore operation is initiated. You can monitor the progress of the restore operation by calling the DescribeDirectories operation with the directory identifier. When the DirectoryDescription.Stage value changes to Active
, the restore operation is complete.
",
"operationName" : "RestoreFromSnapshot",
"deprecated" : false,
"input" : {
"variableName" : "restoreFromSnapshotRequest",
"variableType" : "RestoreFromSnapshotRequest",
"variableDeclarationType" : "RestoreFromSnapshotRequest",
"documentation" : "An object representing the inputs for the RestoreFromSnapshot operation.
",
"simpleType" : "RestoreFromSnapshotRequest",
"variableSetterType" : "RestoreFromSnapshotRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "RestoreFromSnapshotResult",
"documentation" : "Contains the results of the RestoreFromSnapshot operation.
"
},
"exceptions" : [ {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "RestoreFromSnapshotResult",
"asyncReturnType" : "RestoreFromSnapshotResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "restoreFromSnapshot"
},
"UpdateConditionalForwarder" : {
"documentation" : "Updates a conditional forwarder that has been set up for your AWS directory.
",
"operationName" : "UpdateConditionalForwarder",
"deprecated" : false,
"input" : {
"variableName" : "updateConditionalForwarderRequest",
"variableType" : "UpdateConditionalForwarderRequest",
"variableDeclarationType" : "UpdateConditionalForwarderRequest",
"documentation" : "Updates a conditional forwarder.
",
"simpleType" : "UpdateConditionalForwarderRequest",
"variableSetterType" : "UpdateConditionalForwarderRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateConditionalForwarderResult",
"documentation" : "The result of an UpdateConditionalForwarder request.
"
},
"exceptions" : [ {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "DirectoryUnavailableException",
"documentation" : "The specified directory is unavailable or could not be found.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "UnsupportedOperationException",
"documentation" : "The operation is not supported.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "UpdateConditionalForwarderResult",
"asyncReturnType" : "UpdateConditionalForwarderResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateConditionalForwarder"
},
"UpdateRadius" : {
"documentation" : "Updates the Remote Authentication Dial In User Service (RADIUS) server information for an AD Connector directory.
",
"operationName" : "UpdateRadius",
"deprecated" : false,
"input" : {
"variableName" : "updateRadiusRequest",
"variableType" : "UpdateRadiusRequest",
"variableDeclarationType" : "UpdateRadiusRequest",
"documentation" : "Contains the inputs for the UpdateRadius operation.
",
"simpleType" : "UpdateRadiusRequest",
"variableSetterType" : "UpdateRadiusRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateRadiusResult",
"documentation" : "Contains the results of the UpdateRadius operation.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "UpdateRadiusResult",
"asyncReturnType" : "UpdateRadiusResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "updateRadius"
},
"VerifyTrust" : {
"documentation" : "AWS Directory Service for Microsoft Active Directory allows you to configure and verify trust relationships.
This action verifies a trust relationship between your Microsoft AD in the AWS cloud and an external domain.
",
"operationName" : "VerifyTrust",
"deprecated" : false,
"input" : {
"variableName" : "verifyTrustRequest",
"variableType" : "VerifyTrustRequest",
"variableDeclarationType" : "VerifyTrustRequest",
"documentation" : "Initiates the verification of an existing trust relationship between a Microsoft AD in the AWS cloud and an external domain.
",
"simpleType" : "VerifyTrustRequest",
"variableSetterType" : "VerifyTrustRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "VerifyTrustResult",
"documentation" : "Result of a VerifyTrust request.
"
},
"exceptions" : [ {
"exceptionName" : "EntityDoesNotExistException",
"documentation" : "The specified entity could not be found.
"
}, {
"exceptionName" : "InvalidParameterException",
"documentation" : "One or more parameters are not valid.
"
}, {
"exceptionName" : "ClientException",
"documentation" : "A client exception has occurred.
"
}, {
"exceptionName" : "ServiceException",
"documentation" : "An exception has occurred in AWS Directory Service.
"
}, {
"exceptionName" : "UnsupportedOperationException",
"documentation" : "The operation is not supported.
"
} ],
"hasBlobMemberAsPayload" : false,
"authenticated" : true,
"syncReturnType" : "VerifyTrustResult",
"asyncReturnType" : "VerifyTrustResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"methodName" : "verifyTrust"
}
},
"shapes" : {
"RadiusSettings" : {
"c2jName" : "RadiusSettings",
"documentation" : "Contains information about a Remote Authentication Dial In User Service (RADIUS) server.
",
"shapeName" : "RadiusSettings",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.
",
"name" : "RadiusServers",
"c2jName" : "RadiusServers",
"c2jShape" : "Servers",
"variable" : {
"variableName" : "radiusServers",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "radiusServers",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RadiusServers",
"marshallLocationName" : "RadiusServers",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Server",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.
\n@param radiusServers An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.*/",
"getterDocumentation" : "/**An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.
\n@return An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.*/",
"fluentSetterDocumentation" : "/**An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.
\n@param radiusServers An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An array of strings that contains the IP addresses of the RADIUS server endpoints, or the IP addresses of your RADIUS server load balancer.
\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" : "Describes a conditional forwarder.
",
"shapeName" : "DescribeConditionalForwardersRequest",
"deprecated" : false,
"required" : [ "DirectoryId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The directory ID for which to get the list of associated conditional forwarders.
",
"name" : "DirectoryId",
"c2jName" : "DirectoryId",
"c2jShape" : "DirectoryId",
"variable" : {
"variableName" : "directoryId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The directory ID for which to get the list of associated conditional forwarders.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "directoryId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DirectoryId",
"marshallLocationName" : "DirectoryId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The directory ID for which to get the list of associated conditional forwarders.
\n@param directoryId The directory ID for which to get the list of associated conditional forwarders.*/",
"getterDocumentation" : "/**The directory ID for which to get the list of associated conditional forwarders.
\n@return The directory ID for which to get the list of associated conditional forwarders.*/",
"fluentSetterDocumentation" : "/**The directory ID for which to get the list of associated conditional forwarders.
\n@param directoryId The directory ID for which to get the list of associated conditional forwarders.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The directory ID for which to get the list of associated conditional forwarders.
\n@param directoryId The directory ID for which to get the list of associated conditional forwarders.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
",
"name" : "RemoteDomainNames",
"c2jName" : "RemoteDomainNames",
"c2jShape" : "RemoteDomainNames",
"variable" : {
"variableName" : "remoteDomainNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "remoteDomainNames",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RemoteDomainNames",
"marshallLocationName" : "RemoteDomainNames",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "RemoteDomainName",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
\n@param remoteDomainNames The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.*/",
"getterDocumentation" : "/**The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
\n@return The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.*/",
"fluentSetterDocumentation" : "/**The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
\n@param remoteDomainNames The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The fully qualified domain names (FQDN) of the remote domains for which to get the list of associated conditional forwarders. If this member is null, all conditional forwarders are returned.
\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.*/"
}
}
},
"EnableRadiusRequest" : {
"c2jName" : "EnableRadiusRequest",
"documentation" : "Contains the inputs for the EnableRadius operation.
",
"shapeName" : "EnableRadiusRequest",
"deprecated" : false,
"required" : [ "DirectoryId", "RadiusSettings" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The identifier of the directory for which to enable MFA.
",
"name" : "DirectoryId",
"c2jName" : "DirectoryId",
"c2jShape" : "DirectoryId",
"variable" : {
"variableName" : "directoryId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identifier of the directory for which to enable MFA.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "directoryId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DirectoryId",
"marshallLocationName" : "DirectoryId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The identifier of the directory for which to enable MFA.
\n@param directoryId The identifier of the directory for which to enable MFA.*/",
"getterDocumentation" : "/**The identifier of the directory for which to enable MFA.
\n@return The identifier of the directory for which to enable MFA.*/",
"fluentSetterDocumentation" : "/**The identifier of the directory for which to enable MFA.
\n@param directoryId The identifier of the directory for which to enable MFA.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The identifier of the directory for which to enable MFA.
\n@param directoryId The identifier of the directory for which to enable MFA.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A RadiusSettings object that contains information about the RADIUS server.
",
"name" : "RadiusSettings",
"c2jName" : "RadiusSettings",
"c2jShape" : "RadiusSettings",
"variable" : {
"variableName" : "radiusSettings",
"variableType" : "RadiusSettings",
"variableDeclarationType" : "RadiusSettings",
"documentation" : "A RadiusSettings object that contains information about the RADIUS server.
",
"simpleType" : "RadiusSettings",
"variableSetterType" : "RadiusSettings"
},
"setterModel" : {
"variableName" : "radiusSettings",
"variableType" : "RadiusSettings",
"variableDeclarationType" : "RadiusSettings",
"documentation" : "",
"simpleType" : "RadiusSettings",
"variableSetterType" : "RadiusSettings"
},
"getterModel" : {
"returnType" : "RadiusSettings",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RadiusSettings",
"marshallLocationName" : "RadiusSettings",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A RadiusSettings object that contains information about the RADIUS server.
\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server.*/",
"getterDocumentation" : "/**A RadiusSettings object that contains information about the RADIUS server.
\n@return A RadiusSettings object that contains information about the RADIUS server.*/",
"fluentSetterDocumentation" : "/**A RadiusSettings object that contains information about the RADIUS server.
\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A RadiusSettings object that contains information about the RADIUS server.
\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "enableRadiusRequest",
"variableType" : "EnableRadiusRequest",
"variableDeclarationType" : "EnableRadiusRequest",
"documentation" : null,
"simpleType" : "EnableRadiusRequest",
"variableSetterType" : "EnableRadiusRequest"
},
"marshaller" : {
"action" : "EnableRadius",
"verb" : "POST",
"target" : "DirectoryService_20150416.EnableRadius",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"RadiusSettings" : {
"documentation" : "A RadiusSettings object that contains information about the RADIUS server.
",
"name" : "RadiusSettings",
"c2jName" : "RadiusSettings",
"c2jShape" : "RadiusSettings",
"variable" : {
"variableName" : "radiusSettings",
"variableType" : "RadiusSettings",
"variableDeclarationType" : "RadiusSettings",
"documentation" : "A RadiusSettings object that contains information about the RADIUS server.
",
"simpleType" : "RadiusSettings",
"variableSetterType" : "RadiusSettings"
},
"setterModel" : {
"variableName" : "radiusSettings",
"variableType" : "RadiusSettings",
"variableDeclarationType" : "RadiusSettings",
"documentation" : "",
"simpleType" : "RadiusSettings",
"variableSetterType" : "RadiusSettings"
},
"getterModel" : {
"returnType" : "RadiusSettings",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RadiusSettings",
"marshallLocationName" : "RadiusSettings",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A RadiusSettings object that contains information about the RADIUS server.
\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server.*/",
"getterDocumentation" : "/**A RadiusSettings object that contains information about the RADIUS server.
\n@return A RadiusSettings object that contains information about the RADIUS server.*/",
"fluentSetterDocumentation" : "/**A RadiusSettings object that contains information about the RADIUS server.
\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A RadiusSettings object that contains information about the RADIUS server.
\n@param radiusSettings A RadiusSettings object that contains information about the RADIUS server.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DirectoryId" : {
"documentation" : "The identifier of the directory for which to enable MFA.
",
"name" : "DirectoryId",
"c2jName" : "DirectoryId",
"c2jShape" : "DirectoryId",
"variable" : {
"variableName" : "directoryId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identifier of the directory for which to enable MFA.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "directoryId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DirectoryId",
"marshallLocationName" : "DirectoryId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The identifier of the directory for which to enable MFA.
\n@param directoryId The identifier of the directory for which to enable MFA.*/",
"getterDocumentation" : "/**The identifier of the directory for which to enable MFA.
\n@return The identifier of the directory for which to enable MFA.*/",
"fluentSetterDocumentation" : "/**The identifier of the directory for which to enable MFA.
\n@param directoryId The identifier of the directory for which to enable MFA.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The identifier of the directory for which to enable MFA.
\n@param directoryId The identifier of the directory for which to enable MFA.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"RadiusStatus" : {
"c2jName" : "RadiusStatus",
"documentation" : "",
"shapeName" : "RadiusStatus",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "Creating",
"value" : "Creating"
}, {
"name" : "Completed",
"value" : "Completed"
}, {
"name" : "Failed",
"value" : "Failed"
} ],
"variable" : {
"variableName" : "radiusStatus",
"variableType" : "RadiusStatus",
"variableDeclarationType" : "RadiusStatus",
"documentation" : null,
"simpleType" : "RadiusStatus",
"variableSetterType" : "RadiusStatus"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"SnapshotLimits" : {
"c2jName" : "SnapshotLimits",
"documentation" : "Contains manual snapshot limit information for a directory.
",
"shapeName" : "SnapshotLimits",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The maximum number of manual snapshots allowed.
",
"name" : "ManualSnapshotsLimit",
"c2jName" : "ManualSnapshotsLimit",
"c2jShape" : "Limit",
"variable" : {
"variableName" : "manualSnapshotsLimit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The maximum number of manual snapshots allowed.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "manualSnapshotsLimit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ManualSnapshotsLimit",
"marshallLocationName" : "ManualSnapshotsLimit",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The maximum number of manual snapshots allowed.
\n@param manualSnapshotsLimit The maximum number of manual snapshots allowed.*/",
"getterDocumentation" : "/**The maximum number of manual snapshots allowed.
\n@return The maximum number of manual snapshots allowed.*/",
"fluentSetterDocumentation" : "/**The maximum number of manual snapshots allowed.
\n@param manualSnapshotsLimit The maximum number of manual snapshots allowed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum number of manual snapshots allowed.
\n@param manualSnapshotsLimit The maximum number of manual snapshots allowed.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The current number of manual snapshots of the directory.
",
"name" : "ManualSnapshotsCurrentCount",
"c2jName" : "ManualSnapshotsCurrentCount",
"c2jShape" : "Limit",
"variable" : {
"variableName" : "manualSnapshotsCurrentCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The current number of manual snapshots of the directory.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "manualSnapshotsCurrentCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ManualSnapshotsCurrentCount",
"marshallLocationName" : "ManualSnapshotsCurrentCount",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The current number of manual snapshots of the directory.
\n@param manualSnapshotsCurrentCount The current number of manual snapshots of the directory.*/",
"getterDocumentation" : "/**The current number of manual snapshots of the directory.
\n@return The current number of manual snapshots of the directory.*/",
"fluentSetterDocumentation" : "/**The current number of manual snapshots of the directory.
\n@param manualSnapshotsCurrentCount The current number of manual snapshots of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The current number of manual snapshots of the directory.
\n@param manualSnapshotsCurrentCount The current number of manual snapshots of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Indicates if the manual snapshot limit has been reached.
",
"name" : "ManualSnapshotsLimitReached",
"c2jName" : "ManualSnapshotsLimitReached",
"c2jShape" : "ManualSnapshotsLimitReached",
"variable" : {
"variableName" : "manualSnapshotsLimitReached",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Indicates if the manual snapshot limit has been reached.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "manualSnapshotsLimitReached",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ManualSnapshotsLimitReached",
"marshallLocationName" : "ManualSnapshotsLimitReached",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Indicates if the manual snapshot limit has been reached.
\n@param manualSnapshotsLimitReached Indicates if the manual snapshot limit has been reached.*/",
"getterDocumentation" : "/**Indicates if the manual snapshot limit has been reached.
\n@return Indicates if the manual snapshot limit has been reached.*/",
"fluentSetterDocumentation" : "/**Indicates if the manual snapshot limit has been reached.
\n@param manualSnapshotsLimitReached Indicates if the manual snapshot limit has been reached.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Indicates if the manual snapshot limit has been reached.
\n@param manualSnapshotsLimitReached Indicates if the manual snapshot limit has been reached.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "snapshotLimits",
"variableType" : "SnapshotLimits",
"variableDeclarationType" : "SnapshotLimits",
"documentation" : null,
"simpleType" : "SnapshotLimits",
"variableSetterType" : "SnapshotLimits"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ManualSnapshotsLimitReached" : {
"documentation" : "Indicates if the manual snapshot limit has been reached.
",
"name" : "ManualSnapshotsLimitReached",
"c2jName" : "ManualSnapshotsLimitReached",
"c2jShape" : "ManualSnapshotsLimitReached",
"variable" : {
"variableName" : "manualSnapshotsLimitReached",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Indicates if the manual snapshot limit has been reached.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "manualSnapshotsLimitReached",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ManualSnapshotsLimitReached",
"marshallLocationName" : "ManualSnapshotsLimitReached",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Indicates if the manual snapshot limit has been reached.
\n@param manualSnapshotsLimitReached Indicates if the manual snapshot limit has been reached.*/",
"getterDocumentation" : "/**Indicates if the manual snapshot limit has been reached.
\n@return Indicates if the manual snapshot limit has been reached.*/",
"fluentSetterDocumentation" : "/**Indicates if the manual snapshot limit has been reached.
\n@param manualSnapshotsLimitReached Indicates if the manual snapshot limit has been reached.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Indicates if the manual snapshot limit has been reached.
\n@param manualSnapshotsLimitReached Indicates if the manual snapshot limit has been reached.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ManualSnapshotsLimit" : {
"documentation" : "The maximum number of manual snapshots allowed.
",
"name" : "ManualSnapshotsLimit",
"c2jName" : "ManualSnapshotsLimit",
"c2jShape" : "Limit",
"variable" : {
"variableName" : "manualSnapshotsLimit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The maximum number of manual snapshots allowed.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "manualSnapshotsLimit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ManualSnapshotsLimit",
"marshallLocationName" : "ManualSnapshotsLimit",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The maximum number of manual snapshots allowed.
\n@param manualSnapshotsLimit The maximum number of manual snapshots allowed.*/",
"getterDocumentation" : "/**The maximum number of manual snapshots allowed.
\n@return The maximum number of manual snapshots allowed.*/",
"fluentSetterDocumentation" : "/**The maximum number of manual snapshots allowed.
\n@param manualSnapshotsLimit The maximum number of manual snapshots allowed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The maximum number of manual snapshots allowed.
\n@param manualSnapshotsLimit The maximum number of manual snapshots allowed.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ManualSnapshotsCurrentCount" : {
"documentation" : "The current number of manual snapshots of the directory.
",
"name" : "ManualSnapshotsCurrentCount",
"c2jName" : "ManualSnapshotsCurrentCount",
"c2jShape" : "Limit",
"variable" : {
"variableName" : "manualSnapshotsCurrentCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The current number of manual snapshots of the directory.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "manualSnapshotsCurrentCount",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ManualSnapshotsCurrentCount",
"marshallLocationName" : "ManualSnapshotsCurrentCount",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The current number of manual snapshots of the directory.
\n@param manualSnapshotsCurrentCount The current number of manual snapshots of the directory.*/",
"getterDocumentation" : "/**The current number of manual snapshots of the directory.
\n@return The current number of manual snapshots of the directory.*/",
"fluentSetterDocumentation" : "/**The current number of manual snapshots of the directory.
\n@param manualSnapshotsCurrentCount The current number of manual snapshots of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The current number of manual snapshots of the directory.
\n@param manualSnapshotsCurrentCount The current number of manual snapshots of the directory.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DeleteTrustRequest" : {
"c2jName" : "DeleteTrustRequest",
"documentation" : "Deletes the local side of an existing trust relationship between the Microsoft AD in the AWS cloud and the external domain.
",
"shapeName" : "DeleteTrustRequest",
"deprecated" : false,
"required" : [ "TrustId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The Trust ID of the trust relationship to be deleted.
",
"name" : "TrustId",
"c2jName" : "TrustId",
"c2jShape" : "TrustId",
"variable" : {
"variableName" : "trustId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Trust ID of the trust relationship to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "trustId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TrustId",
"marshallLocationName" : "TrustId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Trust ID of the trust relationship to be deleted.
\n@param trustId The Trust ID of the trust relationship to be deleted.*/",
"getterDocumentation" : "/**The Trust ID of the trust relationship to be deleted.
\n@return The Trust ID of the trust relationship to be deleted.*/",
"fluentSetterDocumentation" : "/**The Trust ID of the trust relationship to be deleted.
\n@param trustId The Trust ID of the trust relationship to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Trust ID of the trust relationship to be deleted.
\n@param trustId The Trust ID of the trust relationship to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Delete a conditional forwarder as part of a DeleteTrustRequest.
",
"name" : "DeleteAssociatedConditionalForwarder",
"c2jName" : "DeleteAssociatedConditionalForwarder",
"c2jShape" : "DeleteAssociatedConditionalForwarder",
"variable" : {
"variableName" : "deleteAssociatedConditionalForwarder",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Delete a conditional forwarder as part of a DeleteTrustRequest.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "deleteAssociatedConditionalForwarder",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DeleteAssociatedConditionalForwarder",
"marshallLocationName" : "DeleteAssociatedConditionalForwarder",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Delete a conditional forwarder as part of a DeleteTrustRequest.
\n@param deleteAssociatedConditionalForwarder Delete a conditional forwarder as part of a DeleteTrustRequest.*/",
"getterDocumentation" : "/**Delete a conditional forwarder as part of a DeleteTrustRequest.
\n@return Delete a conditional forwarder as part of a DeleteTrustRequest.*/",
"fluentSetterDocumentation" : "/**Delete a conditional forwarder as part of a DeleteTrustRequest.
\n@param deleteAssociatedConditionalForwarder Delete a conditional forwarder as part of a DeleteTrustRequest.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Delete a conditional forwarder as part of a DeleteTrustRequest.
\n@param deleteAssociatedConditionalForwarder Delete a conditional forwarder as part of a DeleteTrustRequest.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteTrustRequest",
"variableType" : "DeleteTrustRequest",
"variableDeclarationType" : "DeleteTrustRequest",
"documentation" : null,
"simpleType" : "DeleteTrustRequest",
"variableSetterType" : "DeleteTrustRequest"
},
"marshaller" : {
"action" : "DeleteTrust",
"verb" : "POST",
"target" : "DirectoryService_20150416.DeleteTrust",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DeleteAssociatedConditionalForwarder" : {
"documentation" : "Delete a conditional forwarder as part of a DeleteTrustRequest.
",
"name" : "DeleteAssociatedConditionalForwarder",
"c2jName" : "DeleteAssociatedConditionalForwarder",
"c2jShape" : "DeleteAssociatedConditionalForwarder",
"variable" : {
"variableName" : "deleteAssociatedConditionalForwarder",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "Delete a conditional forwarder as part of a DeleteTrustRequest.
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "deleteAssociatedConditionalForwarder",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DeleteAssociatedConditionalForwarder",
"marshallLocationName" : "DeleteAssociatedConditionalForwarder",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Delete a conditional forwarder as part of a DeleteTrustRequest.
\n@param deleteAssociatedConditionalForwarder Delete a conditional forwarder as part of a DeleteTrustRequest.*/",
"getterDocumentation" : "/**Delete a conditional forwarder as part of a DeleteTrustRequest.
\n@return Delete a conditional forwarder as part of a DeleteTrustRequest.*/",
"fluentSetterDocumentation" : "/**Delete a conditional forwarder as part of a DeleteTrustRequest.
\n@param deleteAssociatedConditionalForwarder Delete a conditional forwarder as part of a DeleteTrustRequest.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Delete a conditional forwarder as part of a DeleteTrustRequest.
\n@param deleteAssociatedConditionalForwarder Delete a conditional forwarder as part of a DeleteTrustRequest.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TrustId" : {
"documentation" : "The Trust ID of the trust relationship to be deleted.
",
"name" : "TrustId",
"c2jName" : "TrustId",
"c2jShape" : "TrustId",
"variable" : {
"variableName" : "trustId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Trust ID of the trust relationship to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "trustId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TrustId",
"marshallLocationName" : "TrustId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Trust ID of the trust relationship to be deleted.
\n@param trustId The Trust ID of the trust relationship to be deleted.*/",
"getterDocumentation" : "/**The Trust ID of the trust relationship to be deleted.
\n@return The Trust ID of the trust relationship to be deleted.*/",
"fluentSetterDocumentation" : "/**The Trust ID of the trust relationship to be deleted.
\n@param trustId The Trust ID of the trust relationship to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Trust ID of the trust relationship to be deleted.
\n@param trustId The Trust ID of the trust relationship to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DeleteConditionalForwarderResult" : {
"c2jName" : "DeleteConditionalForwarderResult",
"documentation" : "The result of a DeleteConditionalForwarder request.
",
"shapeName" : "DeleteConditionalForwarderResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "deleteConditionalForwarderResult",
"variableType" : "DeleteConditionalForwarderResult",
"variableDeclarationType" : "DeleteConditionalForwarderResult",
"documentation" : null,
"simpleType" : "DeleteConditionalForwarderResult",
"variableSetterType" : "DeleteConditionalForwarderResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DirectoryType" : {
"c2jName" : "DirectoryType",
"documentation" : "",
"shapeName" : "DirectoryType",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "SimpleAD",
"value" : "SimpleAD"
}, {
"name" : "ADConnector",
"value" : "ADConnector"
}, {
"name" : "MicrosoftAD",
"value" : "MicrosoftAD"
} ],
"variable" : {
"variableName" : "directoryType",
"variableType" : "DirectoryType",
"variableDeclarationType" : "DirectoryType",
"documentation" : null,
"simpleType" : "DirectoryType",
"variableSetterType" : "DirectoryType"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"RemoveTagsFromResourceRequest" : {
"c2jName" : "RemoveTagsFromResourceRequest",
"documentation" : "",
"shapeName" : "RemoveTagsFromResourceRequest",
"deprecated" : false,
"required" : [ "ResourceId", "TagKeys" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ID of the directory from which to remove the tag.
",
"name" : "ResourceId",
"c2jName" : "ResourceId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "resourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the directory from which to remove the tag.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceId",
"marshallLocationName" : "ResourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the directory from which to remove the tag.
\n@param resourceId The ID of the directory from which to remove the tag.*/",
"getterDocumentation" : "/**The ID of the directory from which to remove the tag.
\n@return The ID of the directory from which to remove the tag.*/",
"fluentSetterDocumentation" : "/**The ID of the directory from which to remove the tag.
\n@param resourceId The ID of the directory from which to remove the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the directory from which to remove the tag.
\n@param resourceId The ID of the directory from which to remove the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The tag key (name) of the tag to be removed.
",
"name" : "TagKeys",
"c2jName" : "TagKeys",
"c2jShape" : "TagKeys",
"variable" : {
"variableName" : "tagKeys",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The tag key (name) of the tag to be removed.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "tagKeys",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TagKeys",
"marshallLocationName" : "TagKeys",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "TagKey",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The tag key (name) of the tag to be removed.
\n@param tagKeys The tag key (name) of the tag to be removed.*/",
"getterDocumentation" : "/**The tag key (name) of the tag to be removed.
\n@return The tag key (name) of the tag to be removed.*/",
"fluentSetterDocumentation" : "/**The tag key (name) of the tag to be removed.
\n@param tagKeys The tag key (name) of the tag to be removed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The tag key (name) of the tag to be removed.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.
\n@param tagKeys The tag key (name) of the tag to be removed.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "removeTagsFromResourceRequest",
"variableType" : "RemoveTagsFromResourceRequest",
"variableDeclarationType" : "RemoveTagsFromResourceRequest",
"documentation" : null,
"simpleType" : "RemoveTagsFromResourceRequest",
"variableSetterType" : "RemoveTagsFromResourceRequest"
},
"marshaller" : {
"action" : "RemoveTagsFromResource",
"verb" : "POST",
"target" : "DirectoryService_20150416.RemoveTagsFromResource",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"TagKeys" : {
"documentation" : "The tag key (name) of the tag to be removed.
",
"name" : "TagKeys",
"c2jName" : "TagKeys",
"c2jShape" : "TagKeys",
"variable" : {
"variableName" : "tagKeys",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The tag key (name) of the tag to be removed.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "tagKeys",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TagKeys",
"marshallLocationName" : "TagKeys",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "String",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "TagKey",
"variable" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : true,
"map" : false,
"simpleType" : "String",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The tag key (name) of the tag to be removed.
\n@param tagKeys The tag key (name) of the tag to be removed.*/",
"getterDocumentation" : "/**The tag key (name) of the tag to be removed.
\n@return The tag key (name) of the tag to be removed.*/",
"fluentSetterDocumentation" : "/**The tag key (name) of the tag to be removed.
\n@param tagKeys The tag key (name) of the tag to be removed.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The tag key (name) of the tag to be removed.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTagKeys(java.util.Collection)} or {@link #withTagKeys(java.util.Collection)} if you want to override the existing values.
\n@param tagKeys The tag key (name) of the tag to be removed.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ResourceId" : {
"documentation" : "The ID of the directory from which to remove the tag.
",
"name" : "ResourceId",
"c2jName" : "ResourceId",
"c2jShape" : "ResourceId",
"variable" : {
"variableName" : "resourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the directory from which to remove the tag.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceId",
"marshallLocationName" : "ResourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the directory from which to remove the tag.
\n@param resourceId The ID of the directory from which to remove the tag.*/",
"getterDocumentation" : "/**The ID of the directory from which to remove the tag.
\n@return The ID of the directory from which to remove the tag.*/",
"fluentSetterDocumentation" : "/**The ID of the directory from which to remove the tag.
\n@param resourceId The ID of the directory from which to remove the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the directory from which to remove the tag.
\n@param resourceId The ID of the directory from which to remove the tag.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"Trust" : {
"c2jName" : "Trust",
"documentation" : "Describes a trust relationship between an Microsoft AD in the AWS cloud and an external domain.
",
"shapeName" : "Trust",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The Directory ID of the AWS directory involved in the trust relationship.
",
"name" : "DirectoryId",
"c2jName" : "DirectoryId",
"c2jShape" : "DirectoryId",
"variable" : {
"variableName" : "directoryId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Directory ID of the AWS directory involved in the trust relationship.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "directoryId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DirectoryId",
"marshallLocationName" : "DirectoryId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Directory ID of the AWS directory involved in the trust relationship.
\n@param directoryId The Directory ID of the AWS directory involved in the trust relationship.*/",
"getterDocumentation" : "/**The Directory ID of the AWS directory involved in the trust relationship.
\n@return The Directory ID of the AWS directory involved in the trust relationship.*/",
"fluentSetterDocumentation" : "/**The Directory ID of the AWS directory involved in the trust relationship.
\n@param directoryId The Directory ID of the AWS directory involved in the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Directory ID of the AWS directory involved in the trust relationship.
\n@param directoryId The Directory ID of the AWS directory involved in the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The unique ID of the trust relationship.
",
"name" : "TrustId",
"c2jName" : "TrustId",
"c2jShape" : "TrustId",
"variable" : {
"variableName" : "trustId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The unique ID of the trust relationship.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "trustId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TrustId",
"marshallLocationName" : "TrustId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The unique ID of the trust relationship.
\n@param trustId The unique ID of the trust relationship.*/",
"getterDocumentation" : "/**The unique ID of the trust relationship.
\n@return The unique ID of the trust relationship.*/",
"fluentSetterDocumentation" : "/**The unique ID of the trust relationship.
\n@param trustId The unique ID of the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The unique ID of the trust relationship.
\n@param trustId The unique ID of the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
",
"name" : "RemoteDomainName",
"c2jName" : "RemoteDomainName",
"c2jShape" : "RemoteDomainName",
"variable" : {
"variableName" : "remoteDomainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "remoteDomainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RemoteDomainName",
"marshallLocationName" : "RemoteDomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
\n@param remoteDomainName The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.*/",
"getterDocumentation" : "/**The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
\n@return The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.*/",
"fluentSetterDocumentation" : "/**The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
\n@param remoteDomainName The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
\n@param remoteDomainName The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The trust relationship type.
",
"name" : "TrustType",
"c2jName" : "TrustType",
"c2jShape" : "TrustType",
"variable" : {
"variableName" : "trustType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The trust relationship type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "trustType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TrustType",
"marshallLocationName" : "TrustType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "TrustType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The trust relationship type.
\n@param trustType The trust relationship type.\n@see TrustType*/",
"getterDocumentation" : "/**The trust relationship type.
\n@return The trust relationship type.\n@see TrustType*/",
"fluentSetterDocumentation" : "/**The trust relationship type.
\n@param trustType The trust relationship type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustType*/",
"varargSetterDocumentation" : "/**The trust relationship type.
\n@param trustType The trust relationship type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustType*/"
}, {
"documentation" : "The trust relationship direction.
",
"name" : "TrustDirection",
"c2jName" : "TrustDirection",
"c2jShape" : "TrustDirection",
"variable" : {
"variableName" : "trustDirection",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The trust relationship direction.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "trustDirection",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TrustDirection",
"marshallLocationName" : "TrustDirection",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "TrustDirection",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The trust relationship direction.
\n@param trustDirection The trust relationship direction.\n@see TrustDirection*/",
"getterDocumentation" : "/**The trust relationship direction.
\n@return The trust relationship direction.\n@see TrustDirection*/",
"fluentSetterDocumentation" : "/**The trust relationship direction.
\n@param trustDirection The trust relationship direction.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustDirection*/",
"varargSetterDocumentation" : "/**The trust relationship direction.
\n@param trustDirection The trust relationship direction.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustDirection*/"
}, {
"documentation" : "The trust relationship state.
",
"name" : "TrustState",
"c2jName" : "TrustState",
"c2jShape" : "TrustState",
"variable" : {
"variableName" : "trustState",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The trust relationship state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "trustState",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TrustState",
"marshallLocationName" : "TrustState",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "TrustState",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The trust relationship state.
\n@param trustState The trust relationship state.\n@see TrustState*/",
"getterDocumentation" : "/**The trust relationship state.
\n@return The trust relationship state.\n@see TrustState*/",
"fluentSetterDocumentation" : "/**The trust relationship state.
\n@param trustState The trust relationship state.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustState*/",
"varargSetterDocumentation" : "/**The trust relationship state.
\n@param trustState The trust relationship state.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustState*/"
}, {
"documentation" : "The date and time that the trust relationship was created.
",
"name" : "CreatedDateTime",
"c2jName" : "CreatedDateTime",
"c2jShape" : "CreatedDateTime",
"variable" : {
"variableName" : "createdDateTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date and time that the trust relationship was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "createdDateTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreatedDateTime",
"marshallLocationName" : "CreatedDateTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The date and time that the trust relationship was created.
\n@param createdDateTime The date and time that the trust relationship was created.*/",
"getterDocumentation" : "/**The date and time that the trust relationship was created.
\n@return The date and time that the trust relationship was created.*/",
"fluentSetterDocumentation" : "/**The date and time that the trust relationship was created.
\n@param createdDateTime The date and time that the trust relationship was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date and time that the trust relationship was created.
\n@param createdDateTime The date and time that the trust relationship was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The date and time that the trust relationship was last updated.
",
"name" : "LastUpdatedDateTime",
"c2jName" : "LastUpdatedDateTime",
"c2jShape" : "LastUpdatedDateTime",
"variable" : {
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date and time that the trust relationship was last updated.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastUpdatedDateTime",
"marshallLocationName" : "LastUpdatedDateTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The date and time that the trust relationship was last updated.
\n@param lastUpdatedDateTime The date and time that the trust relationship was last updated.*/",
"getterDocumentation" : "/**The date and time that the trust relationship was last updated.
\n@return The date and time that the trust relationship was last updated.*/",
"fluentSetterDocumentation" : "/**The date and time that the trust relationship was last updated.
\n@param lastUpdatedDateTime The date and time that the trust relationship was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date and time that the trust relationship was last updated.
\n@param lastUpdatedDateTime The date and time that the trust relationship was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The date and time that the TrustState was last updated.
",
"name" : "StateLastUpdatedDateTime",
"c2jName" : "StateLastUpdatedDateTime",
"c2jShape" : "StateLastUpdatedDateTime",
"variable" : {
"variableName" : "stateLastUpdatedDateTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date and time that the TrustState was last updated.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "stateLastUpdatedDateTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StateLastUpdatedDateTime",
"marshallLocationName" : "StateLastUpdatedDateTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The date and time that the TrustState was last updated.
\n@param stateLastUpdatedDateTime The date and time that the TrustState was last updated.*/",
"getterDocumentation" : "/**The date and time that the TrustState was last updated.
\n@return The date and time that the TrustState was last updated.*/",
"fluentSetterDocumentation" : "/**The date and time that the TrustState was last updated.
\n@param stateLastUpdatedDateTime The date and time that the TrustState was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date and time that the TrustState was last updated.
\n@param stateLastUpdatedDateTime The date and time that the TrustState was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The reason for the TrustState.
",
"name" : "TrustStateReason",
"c2jName" : "TrustStateReason",
"c2jShape" : "TrustStateReason",
"variable" : {
"variableName" : "trustStateReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The reason for the TrustState.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "trustStateReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TrustStateReason",
"marshallLocationName" : "TrustStateReason",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The reason for the TrustState.
\n@param trustStateReason The reason for the TrustState.*/",
"getterDocumentation" : "/**The reason for the TrustState.
\n@return The reason for the TrustState.*/",
"fluentSetterDocumentation" : "/**The reason for the TrustState.
\n@param trustStateReason The reason for the TrustState.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The reason for the TrustState.
\n@param trustStateReason The reason for the TrustState.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "trust",
"variableType" : "Trust",
"variableDeclarationType" : "Trust",
"documentation" : null,
"simpleType" : "Trust",
"variableSetterType" : "Trust"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"TrustDirection" : {
"documentation" : "The trust relationship direction.
",
"name" : "TrustDirection",
"c2jName" : "TrustDirection",
"c2jShape" : "TrustDirection",
"variable" : {
"variableName" : "trustDirection",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The trust relationship direction.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "trustDirection",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TrustDirection",
"marshallLocationName" : "TrustDirection",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "TrustDirection",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The trust relationship direction.
\n@param trustDirection The trust relationship direction.\n@see TrustDirection*/",
"getterDocumentation" : "/**The trust relationship direction.
\n@return The trust relationship direction.\n@see TrustDirection*/",
"fluentSetterDocumentation" : "/**The trust relationship direction.
\n@param trustDirection The trust relationship direction.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustDirection*/",
"varargSetterDocumentation" : "/**The trust relationship direction.
\n@param trustDirection The trust relationship direction.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustDirection*/"
},
"DirectoryId" : {
"documentation" : "The Directory ID of the AWS directory involved in the trust relationship.
",
"name" : "DirectoryId",
"c2jName" : "DirectoryId",
"c2jShape" : "DirectoryId",
"variable" : {
"variableName" : "directoryId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Directory ID of the AWS directory involved in the trust relationship.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "directoryId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DirectoryId",
"marshallLocationName" : "DirectoryId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Directory ID of the AWS directory involved in the trust relationship.
\n@param directoryId The Directory ID of the AWS directory involved in the trust relationship.*/",
"getterDocumentation" : "/**The Directory ID of the AWS directory involved in the trust relationship.
\n@return The Directory ID of the AWS directory involved in the trust relationship.*/",
"fluentSetterDocumentation" : "/**The Directory ID of the AWS directory involved in the trust relationship.
\n@param directoryId The Directory ID of the AWS directory involved in the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Directory ID of the AWS directory involved in the trust relationship.
\n@param directoryId The Directory ID of the AWS directory involved in the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LastUpdatedDateTime" : {
"documentation" : "The date and time that the trust relationship was last updated.
",
"name" : "LastUpdatedDateTime",
"c2jName" : "LastUpdatedDateTime",
"c2jShape" : "LastUpdatedDateTime",
"variable" : {
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date and time that the trust relationship was last updated.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastUpdatedDateTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastUpdatedDateTime",
"marshallLocationName" : "LastUpdatedDateTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The date and time that the trust relationship was last updated.
\n@param lastUpdatedDateTime The date and time that the trust relationship was last updated.*/",
"getterDocumentation" : "/**The date and time that the trust relationship was last updated.
\n@return The date and time that the trust relationship was last updated.*/",
"fluentSetterDocumentation" : "/**The date and time that the trust relationship was last updated.
\n@param lastUpdatedDateTime The date and time that the trust relationship was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date and time that the trust relationship was last updated.
\n@param lastUpdatedDateTime The date and time that the trust relationship was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"RemoteDomainName" : {
"documentation" : "The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
",
"name" : "RemoteDomainName",
"c2jName" : "RemoteDomainName",
"c2jShape" : "RemoteDomainName",
"variable" : {
"variableName" : "remoteDomainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "remoteDomainName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RemoteDomainName",
"marshallLocationName" : "RemoteDomainName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
\n@param remoteDomainName The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.*/",
"getterDocumentation" : "/**The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
\n@return The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.*/",
"fluentSetterDocumentation" : "/**The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
\n@param remoteDomainName The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.
\n@param remoteDomainName The Fully Qualified Domain Name (FQDN) of the external domain involved in the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CreatedDateTime" : {
"documentation" : "The date and time that the trust relationship was created.
",
"name" : "CreatedDateTime",
"c2jName" : "CreatedDateTime",
"c2jShape" : "CreatedDateTime",
"variable" : {
"variableName" : "createdDateTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date and time that the trust relationship was created.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "createdDateTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreatedDateTime",
"marshallLocationName" : "CreatedDateTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The date and time that the trust relationship was created.
\n@param createdDateTime The date and time that the trust relationship was created.*/",
"getterDocumentation" : "/**The date and time that the trust relationship was created.
\n@return The date and time that the trust relationship was created.*/",
"fluentSetterDocumentation" : "/**The date and time that the trust relationship was created.
\n@param createdDateTime The date and time that the trust relationship was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date and time that the trust relationship was created.
\n@param createdDateTime The date and time that the trust relationship was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TrustStateReason" : {
"documentation" : "The reason for the TrustState.
",
"name" : "TrustStateReason",
"c2jName" : "TrustStateReason",
"c2jShape" : "TrustStateReason",
"variable" : {
"variableName" : "trustStateReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The reason for the TrustState.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "trustStateReason",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TrustStateReason",
"marshallLocationName" : "TrustStateReason",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The reason for the TrustState.
\n@param trustStateReason The reason for the TrustState.*/",
"getterDocumentation" : "/**The reason for the TrustState.
\n@return The reason for the TrustState.*/",
"fluentSetterDocumentation" : "/**The reason for the TrustState.
\n@param trustStateReason The reason for the TrustState.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The reason for the TrustState.
\n@param trustStateReason The reason for the TrustState.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TrustId" : {
"documentation" : "The unique ID of the trust relationship.
",
"name" : "TrustId",
"c2jName" : "TrustId",
"c2jShape" : "TrustId",
"variable" : {
"variableName" : "trustId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The unique ID of the trust relationship.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "trustId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TrustId",
"marshallLocationName" : "TrustId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The unique ID of the trust relationship.
\n@param trustId The unique ID of the trust relationship.*/",
"getterDocumentation" : "/**The unique ID of the trust relationship.
\n@return The unique ID of the trust relationship.*/",
"fluentSetterDocumentation" : "/**The unique ID of the trust relationship.
\n@param trustId The unique ID of the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The unique ID of the trust relationship.
\n@param trustId The unique ID of the trust relationship.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TrustType" : {
"documentation" : "The trust relationship type.
",
"name" : "TrustType",
"c2jName" : "TrustType",
"c2jShape" : "TrustType",
"variable" : {
"variableName" : "trustType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The trust relationship type.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "trustType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TrustType",
"marshallLocationName" : "TrustType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "TrustType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The trust relationship type.
\n@param trustType The trust relationship type.\n@see TrustType*/",
"getterDocumentation" : "/**The trust relationship type.
\n@return The trust relationship type.\n@see TrustType*/",
"fluentSetterDocumentation" : "/**The trust relationship type.
\n@param trustType The trust relationship type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustType*/",
"varargSetterDocumentation" : "/**The trust relationship type.
\n@param trustType The trust relationship type.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustType*/"
},
"StateLastUpdatedDateTime" : {
"documentation" : "The date and time that the TrustState was last updated.
",
"name" : "StateLastUpdatedDateTime",
"c2jName" : "StateLastUpdatedDateTime",
"c2jShape" : "StateLastUpdatedDateTime",
"variable" : {
"variableName" : "stateLastUpdatedDateTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The date and time that the TrustState was last updated.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "stateLastUpdatedDateTime",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "StateLastUpdatedDateTime",
"marshallLocationName" : "StateLastUpdatedDateTime",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The date and time that the TrustState was last updated.
\n@param stateLastUpdatedDateTime The date and time that the TrustState was last updated.*/",
"getterDocumentation" : "/**The date and time that the TrustState was last updated.
\n@return The date and time that the TrustState was last updated.*/",
"fluentSetterDocumentation" : "/**The date and time that the TrustState was last updated.
\n@param stateLastUpdatedDateTime The date and time that the TrustState was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The date and time that the TrustState was last updated.
\n@param stateLastUpdatedDateTime The date and time that the TrustState was last updated.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TrustState" : {
"documentation" : "The trust relationship state.
",
"name" : "TrustState",
"c2jName" : "TrustState",
"c2jShape" : "TrustState",
"variable" : {
"variableName" : "trustState",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The trust relationship state.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "trustState",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TrustState",
"marshallLocationName" : "TrustState",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "TrustState",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The trust relationship state.
\n@param trustState The trust relationship state.\n@see TrustState*/",
"getterDocumentation" : "/**The trust relationship state.
\n@return The trust relationship state.\n@see TrustState*/",
"fluentSetterDocumentation" : "/**The trust relationship state.
\n@param trustState The trust relationship state.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustState*/",
"varargSetterDocumentation" : "/**The trust relationship state.
\n@param trustState The trust relationship state.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TrustState*/"
}
}
},
"Attribute" : {
"c2jName" : "Attribute",
"documentation" : "Represents a named directory attribute.
",
"shapeName" : "Attribute",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The name of the attribute.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "AttributeName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the attribute.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the attribute.
\n@param name The name of the attribute.*/",
"getterDocumentation" : "/**The name of the attribute.
\n@return The name of the attribute.*/",
"fluentSetterDocumentation" : "/**The name of the attribute.
\n@param name The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the attribute.
\n@param name The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The value of the attribute.
",
"name" : "Value",
"c2jName" : "Value",
"c2jShape" : "AttributeValue",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The value of the attribute.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Value",
"marshallLocationName" : "Value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The value of the attribute.
\n@param value The value of the attribute.*/",
"getterDocumentation" : "/**The value of the attribute.
\n@return The value of the attribute.*/",
"fluentSetterDocumentation" : "/**The value of the attribute.
\n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value of the attribute.
\n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "attribute",
"variableType" : "Attribute",
"variableDeclarationType" : "Attribute",
"documentation" : null,
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Name" : {
"documentation" : "The name of the attribute.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "AttributeName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The name of the attribute.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The name of the attribute.
\n@param name The name of the attribute.*/",
"getterDocumentation" : "/**The name of the attribute.
\n@return The name of the attribute.*/",
"fluentSetterDocumentation" : "/**The name of the attribute.
\n@param name The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The name of the attribute.
\n@param name The name of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Value" : {
"documentation" : "The value of the attribute.
",
"name" : "Value",
"c2jName" : "Value",
"c2jShape" : "AttributeValue",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The value of the attribute.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Value",
"marshallLocationName" : "Value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The value of the attribute.
\n@param value The value of the attribute.*/",
"getterDocumentation" : "/**The value of the attribute.
\n@return The value of the attribute.*/",
"fluentSetterDocumentation" : "/**The value of the attribute.
\n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The value of the attribute.
\n@param value The value of the attribute.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DisableRadiusResult" : {
"c2jName" : "DisableRadiusResult",
"documentation" : "Contains the results of the DisableRadius operation.
",
"shapeName" : "DisableRadiusResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : null,
"variable" : {
"variableName" : "disableRadiusResult",
"variableType" : "DisableRadiusResult",
"variableDeclarationType" : "DisableRadiusResult",
"documentation" : null,
"simpleType" : "DisableRadiusResult",
"variableSetterType" : "DisableRadiusResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DeleteSnapshotRequest" : {
"c2jName" : "DeleteSnapshotRequest",
"documentation" : "Contains the inputs for the DeleteSnapshot operation.
",
"shapeName" : "DeleteSnapshotRequest",
"deprecated" : false,
"required" : [ "SnapshotId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The identifier of the directory snapshot to be deleted.
",
"name" : "SnapshotId",
"c2jName" : "SnapshotId",
"c2jShape" : "SnapshotId",
"variable" : {
"variableName" : "snapshotId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identifier of the directory snapshot to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "snapshotId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SnapshotId",
"marshallLocationName" : "SnapshotId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The identifier of the directory snapshot to be deleted.
\n@param snapshotId The identifier of the directory snapshot to be deleted.*/",
"getterDocumentation" : "/**The identifier of the directory snapshot to be deleted.
\n@return The identifier of the directory snapshot to be deleted.*/",
"fluentSetterDocumentation" : "/**The identifier of the directory snapshot to be deleted.
\n@param snapshotId The identifier of the directory snapshot to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The identifier of the directory snapshot to be deleted.
\n@param snapshotId The identifier of the directory snapshot to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteSnapshotRequest",
"variableType" : "DeleteSnapshotRequest",
"variableDeclarationType" : "DeleteSnapshotRequest",
"documentation" : null,
"simpleType" : "DeleteSnapshotRequest",
"variableSetterType" : "DeleteSnapshotRequest"
},
"marshaller" : {
"action" : "DeleteSnapshot",
"verb" : "POST",
"target" : "DirectoryService_20150416.DeleteSnapshot",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"SnapshotId" : {
"documentation" : "The identifier of the directory snapshot to be deleted.
",
"name" : "SnapshotId",
"c2jName" : "SnapshotId",
"c2jShape" : "SnapshotId",
"variable" : {
"variableName" : "snapshotId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identifier of the directory snapshot to be deleted.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "snapshotId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SnapshotId",
"marshallLocationName" : "SnapshotId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The identifier of the directory snapshot to be deleted.
\n@param snapshotId The identifier of the directory snapshot to be deleted.*/",
"getterDocumentation" : "/**The identifier of the directory snapshot to be deleted.
\n@return The identifier of the directory snapshot to be deleted.*/",
"fluentSetterDocumentation" : "/**The identifier of the directory snapshot to be deleted.
\n@param snapshotId The identifier of the directory snapshot to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The identifier of the directory snapshot to be deleted.
\n@param snapshotId The identifier of the directory snapshot to be deleted.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"TrustDirection" : {
"c2jName" : "TrustDirection",
"documentation" : "",
"shapeName" : "TrustDirection",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "OneWayOutgoing",
"value" : "One-Way: Outgoing"
}, {
"name" : "OneWayIncoming",
"value" : "One-Way: Incoming"
}, {
"name" : "TwoWay",
"value" : "Two-Way"
} ],
"variable" : {
"variableName" : "trustDirection",
"variableType" : "TrustDirection",
"variableDeclarationType" : "TrustDirection",
"documentation" : null,
"simpleType" : "TrustDirection",
"variableSetterType" : "TrustDirection"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"DescribeSnapshotsResult" : {
"c2jName" : "DescribeSnapshotsResult",
"documentation" : "Contains the results of the DescribeSnapshots operation.
",
"shapeName" : "DescribeSnapshotsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The list of Snapshot objects that were retrieved.
It is possible that this list contains less than the number of items specified in the Limit member of the request. This occurs if there are less than the requested number of items left to retrieve, or if the limitations of the operation have been exceeded.
",
"name" : "Snapshots",
"c2jName" : "Snapshots",
"c2jShape" : "Snapshots",
"variable" : {
"variableName" : "snapshots",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The list of Snapshot objects that were retrieved.
It is possible that this list contains less than the number of items specified in the Limit member of the request. This occurs if there are less than the requested number of items left to retrieve, or if the limitations of the operation have been exceeded.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "snapshots",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Snapshots",
"marshallLocationName" : "Snapshots",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Snapshot",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Snapshot",
"variable" : {
"variableName" : "member",
"variableType" : "Snapshot",
"variableDeclarationType" : "Snapshot",
"documentation" : "",
"simpleType" : "Snapshot",
"variableSetterType" : "Snapshot"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Snapshot",
"variableDeclarationType" : "Snapshot",
"documentation" : "",
"simpleType" : "Snapshot",
"variableSetterType" : "Snapshot"
},
"getterModel" : {
"returnType" : "Snapshot",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Snapshot",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The list of Snapshot objects that were retrieved.
It is possible that this list contains less than the number of items specified in the Limit member of the request. This occurs if there are less than the requested number of items left to retrieve, or if the limitations of the operation have been exceeded.
\n@param snapshots The list of Snapshot objects that were retrieved. It is possible that this list contains less than the number of items specified in the Limit member of the request. This occurs if there are less than the requested number of items left to retrieve, or if the limitations of the operation have been exceeded.*/",
"getterDocumentation" : "/**
The list of Snapshot objects that were retrieved.
It is possible that this list contains less than the number of items specified in the Limit member of the request. This occurs if there are less than the requested number of items left to retrieve, or if the limitations of the operation have been exceeded.
\n@return The list of Snapshot objects that were retrieved. It is possible that this list contains less than the number of items specified in the Limit member of the request. This occurs if there are less than the requested number of items left to retrieve, or if the limitations of the operation have been exceeded.*/",
"fluentSetterDocumentation" : "/**
The list of Snapshot objects that were retrieved.
It is possible that this list contains less than the number of items specified in the Limit member of the request. This occurs if there are less than the requested number of items left to retrieve, or if the limitations of the operation have been exceeded.
\n@param snapshots The list of Snapshot objects that were retrieved. It is possible that this list contains less than the number of items specified in the Limit member of the request. This occurs if there are less than the requested number of items left to retrieve, or if the limitations of the operation have been exceeded.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The list of Snapshot objects that were retrieved.
It is possible that this list contains less than the number of items specified in the Limit member of the request. This occurs if there are less than the requested number of items left to retrieve, or if the limitations of the operation have been exceeded.
\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.*/"
}
}
},
"EntityAlreadyExistsException" : {
"c2jName" : "EntityAlreadyExistsException",
"documentation" : "
The specified entity already exists.
",
"shapeName" : "EntityAlreadyExistsException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "",
"name" : "RequestId",
"c2jName" : "RequestId",
"c2jShape" : "RequestId",
"variable" : {
"variableName" : "requestId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "requestId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RequestId",
"marshallLocationName" : "RequestId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param requestId */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "entityAlreadyExistsException",
"variableType" : "EntityAlreadyExistsException",
"variableDeclarationType" : "EntityAlreadyExistsException",
"documentation" : null,
"simpleType" : "EntityAlreadyExistsException",
"variableSetterType" : "EntityAlreadyExistsException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "EntityAlreadyExistsException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"RequestId" : {
"documentation" : "",
"name" : "RequestId",
"c2jName" : "RequestId",
"c2jShape" : "RequestId",
"variable" : {
"variableName" : "requestId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "requestId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RequestId",
"marshallLocationName" : "RequestId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param requestId */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param requestId \n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ConnectDirectoryResult" : {
"c2jName" : "ConnectDirectoryResult",
"documentation" : "Contains the results of the ConnectDirectory operation.
",
"shapeName" : "ConnectDirectoryResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The identifier of the new directory.
",
"name" : "DirectoryId",
"c2jName" : "DirectoryId",
"c2jShape" : "DirectoryId",
"variable" : {
"variableName" : "directoryId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identifier of the new directory.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "directoryId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DirectoryId",
"marshallLocationName" : "DirectoryId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The identifier of the new directory.
\n@param directoryId The identifier of the new directory.*/",
"getterDocumentation" : "/**The identifier of the new directory.
\n@return The identifier of the new directory.*/",
"fluentSetterDocumentation" : "/**The identifier of the new directory.
\n@param directoryId The identifier of the new directory.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The identifier of the new directory.
\n@param directoryId The identifier of the new directory.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "connectDirectoryResult",
"variableType" : "ConnectDirectoryResult",
"variableDeclarationType" : "ConnectDirectoryResult",
"documentation" : null,
"simpleType" : "ConnectDirectoryResult",
"variableSetterType" : "ConnectDirectoryResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DirectoryId" : {
"documentation" : "The identifier of the new directory.
",
"name" : "DirectoryId",
"c2jName" : "DirectoryId",
"c2jShape" : "DirectoryId",
"variable" : {
"variableName" : "directoryId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identifier of the new directory.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "directoryId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DirectoryId",
"marshallLocationName" : "DirectoryId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The identifier of the new directory.
\n@param directoryId The identifier of the new directory.*/",
"getterDocumentation" : "/**The identifier of the new directory.
\n@return The identifier of the new directory.*/",
"fluentSetterDocumentation" : "/**The identifier of the new directory.
\n@param directoryId The identifier of the new directory.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The identifier of the new directory.
\n@param directoryId The identifier of the new directory.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"Computer" : {
"c2jName" : "Computer",
"documentation" : "Contains information about a computer account in a directory.
",
"shapeName" : "Computer",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The identifier of the computer.
",
"name" : "ComputerId",
"c2jName" : "ComputerId",
"c2jShape" : "SID",
"variable" : {
"variableName" : "computerId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identifier of the computer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "computerId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ComputerId",
"marshallLocationName" : "ComputerId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The identifier of the computer.
\n@param computerId The identifier of the computer.*/",
"getterDocumentation" : "/**The identifier of the computer.
\n@return The identifier of the computer.*/",
"fluentSetterDocumentation" : "/**The identifier of the computer.
\n@param computerId The identifier of the computer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The identifier of the computer.
\n@param computerId The identifier of the computer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The computer name.
",
"name" : "ComputerName",
"c2jName" : "ComputerName",
"c2jShape" : "ComputerName",
"variable" : {
"variableName" : "computerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The computer name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "computerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ComputerName",
"marshallLocationName" : "ComputerName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The computer name.
\n@param computerName The computer name.*/",
"getterDocumentation" : "/**The computer name.
\n@return The computer name.*/",
"fluentSetterDocumentation" : "/**The computer name.
\n@param computerName The computer name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The computer name.
\n@param computerName The computer name.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "An array of Attribute objects containing the LDAP attributes that belong to the computer account.
",
"name" : "ComputerAttributes",
"c2jName" : "ComputerAttributes",
"c2jShape" : "Attributes",
"variable" : {
"variableName" : "computerAttributes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "An array of Attribute objects containing the LDAP attributes that belong to the computer account.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "computerAttributes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ComputerAttributes",
"marshallLocationName" : "ComputerAttributes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Attribute",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Attribute",
"variable" : {
"variableName" : "member",
"variableType" : "Attribute",
"variableDeclarationType" : "Attribute",
"documentation" : "",
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Attribute",
"variableDeclarationType" : "Attribute",
"documentation" : "",
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"getterModel" : {
"returnType" : "Attribute",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Attribute",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**An array of Attribute objects containing the LDAP attributes that belong to the computer account.
\n@param computerAttributes An array of Attribute objects containing the LDAP attributes that belong to the computer account.*/",
"getterDocumentation" : "/**An array of Attribute objects containing the LDAP attributes that belong to the computer account.
\n@return An array of Attribute objects containing the LDAP attributes that belong to the computer account.*/",
"fluentSetterDocumentation" : "/**An array of Attribute objects containing the LDAP attributes that belong to the computer account.
\n@param computerAttributes An array of Attribute objects containing the LDAP attributes that belong to the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An array of Attribute objects containing the LDAP attributes that belong to the computer account.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setComputerAttributes(java.util.Collection)} or {@link #withComputerAttributes(java.util.Collection)} if you want to override the existing values.
\n@param computerAttributes An array of Attribute objects containing the LDAP attributes that belong to the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "computer",
"variableType" : "Computer",
"variableDeclarationType" : "Computer",
"documentation" : null,
"simpleType" : "Computer",
"variableSetterType" : "Computer"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ComputerName" : {
"documentation" : "The computer name.
",
"name" : "ComputerName",
"c2jName" : "ComputerName",
"c2jShape" : "ComputerName",
"variable" : {
"variableName" : "computerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The computer name.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "computerName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ComputerName",
"marshallLocationName" : "ComputerName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The computer name.
\n@param computerName The computer name.*/",
"getterDocumentation" : "/**The computer name.
\n@return The computer name.*/",
"fluentSetterDocumentation" : "/**The computer name.
\n@param computerName The computer name.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The computer name.
\n@param computerName The computer name.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ComputerId" : {
"documentation" : "The identifier of the computer.
",
"name" : "ComputerId",
"c2jName" : "ComputerId",
"c2jShape" : "SID",
"variable" : {
"variableName" : "computerId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The identifier of the computer.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "computerId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ComputerId",
"marshallLocationName" : "ComputerId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The identifier of the computer.
\n@param computerId The identifier of the computer.*/",
"getterDocumentation" : "/**The identifier of the computer.
\n@return The identifier of the computer.*/",
"fluentSetterDocumentation" : "/**The identifier of the computer.
\n@param computerId The identifier of the computer.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The identifier of the computer.
\n@param computerId The identifier of the computer.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ComputerAttributes" : {
"documentation" : "An array of Attribute objects containing the LDAP attributes that belong to the computer account.
",
"name" : "ComputerAttributes",
"c2jName" : "ComputerAttributes",
"c2jShape" : "Attributes",
"variable" : {
"variableName" : "computerAttributes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "An array of Attribute objects containing the LDAP attributes that belong to the computer account.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "computerAttributes",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ComputerAttributes",
"marshallLocationName" : "ComputerAttributes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Attribute",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Attribute",
"variable" : {
"variableName" : "member",
"variableType" : "Attribute",
"variableDeclarationType" : "Attribute",
"documentation" : "",
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Attribute",
"variableDeclarationType" : "Attribute",
"documentation" : "",
"simpleType" : "Attribute",
"variableSetterType" : "Attribute"
},
"getterModel" : {
"returnType" : "Attribute",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Attribute",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**An array of Attribute objects containing the LDAP attributes that belong to the computer account.
\n@param computerAttributes An array of Attribute objects containing the LDAP attributes that belong to the computer account.*/",
"getterDocumentation" : "/**An array of Attribute objects containing the LDAP attributes that belong to the computer account.
\n@return An array of Attribute objects containing the LDAP attributes that belong to the computer account.*/",
"fluentSetterDocumentation" : "/**An array of Attribute objects containing the LDAP attributes that belong to the computer account.
\n@param computerAttributes An array of Attribute objects containing the LDAP attributes that belong to the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An array of Attribute objects containing the LDAP attributes that belong to the computer account.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setComputerAttributes(java.util.Collection)} or {@link #withComputerAttributes(java.util.Collection)} if you want to override the existing values.
\n@param computerAttributes An array of Attribute objects containing the LDAP attributes that belong to the computer account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ListTagsForResourceResult" : {
"c2jName" : "ListTagsForResourceResult",
"documentation" : "",
"shapeName" : "ListTagsForResourceResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "List of tags returned by the ListTagsForResource operation.
",
"name" : "Tags",
"c2jName" : "Tags",
"c2jShape" : "Tags",
"variable" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "List of tags returned by the ListTagsForResource operation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Tags",
"marshallLocationName" : "Tags",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Tag",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Tag",
"variable" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Tag",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**List of tags returned by the ListTagsForResource operation.
\n@param tags List of tags returned by the ListTagsForResource operation.*/",
"getterDocumentation" : "/**List of tags returned by the ListTagsForResource operation.
\n@return List of tags returned by the ListTagsForResource operation.*/",
"fluentSetterDocumentation" : "/**List of tags returned by the ListTagsForResource operation.
\n@param tags List of tags returned by the ListTagsForResource operation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**List of tags returned by the ListTagsForResource operation.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.
\n@param tags List of tags returned by the ListTagsForResource operation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Reserved for future use.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Reserved for future use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Reserved for future use.
\n@param nextToken Reserved for future use.*/",
"getterDocumentation" : "/**Reserved for future use.
\n@return Reserved for future use.*/",
"fluentSetterDocumentation" : "/**Reserved for future use.
\n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Reserved for future use.
\n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "listTagsForResourceResult",
"variableType" : "ListTagsForResourceResult",
"variableDeclarationType" : "ListTagsForResourceResult",
"documentation" : null,
"simpleType" : "ListTagsForResourceResult",
"variableSetterType" : "ListTagsForResourceResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Tags" : {
"documentation" : "List of tags returned by the ListTagsForResource operation.
",
"name" : "Tags",
"c2jName" : "Tags",
"c2jShape" : "Tags",
"variable" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "List of tags returned by the ListTagsForResource operation.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Tags",
"marshallLocationName" : "Tags",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Tag",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Tag",
"variable" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Tag",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**List of tags returned by the ListTagsForResource operation.
\n@param tags List of tags returned by the ListTagsForResource operation.*/",
"getterDocumentation" : "/**List of tags returned by the ListTagsForResource operation.
\n@return List of tags returned by the ListTagsForResource operation.*/",
"fluentSetterDocumentation" : "/**List of tags returned by the ListTagsForResource operation.
\n@param tags List of tags returned by the ListTagsForResource operation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**List of tags returned by the ListTagsForResource operation.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.
\n@param tags List of tags returned by the ListTagsForResource operation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NextToken" : {
"documentation" : "Reserved for future use.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "NextToken",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Reserved for future use.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Reserved for future use.
\n@param nextToken Reserved for future use.*/",
"getterDocumentation" : "/**Reserved for future use.
\n@return Reserved for future use.*/",
"fluentSetterDocumentation" : "/**Reserved for future use.
\n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Reserved for future use.
\n@param nextToken Reserved for future use.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeEventTopicsResult" : {
"c2jName" : "DescribeEventTopicsResult",
"documentation" : "The result of a DescribeEventTopic request.
",
"shapeName" : "DescribeEventTopicsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A list of SNS topic names that receive status messages from the specified Directory ID.
",
"name" : "EventTopics",
"c2jName" : "EventTopics",
"c2jShape" : "EventTopics",
"variable" : {
"variableName" : "eventTopics",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of SNS topic names that receive status messages from the specified Directory ID.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "eventTopics",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EventTopics",
"marshallLocationName" : "EventTopics",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "EventTopic",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "EventTopic",
"variable" : {
"variableName" : "member",
"variableType" : "EventTopic",
"variableDeclarationType" : "EventTopic",
"documentation" : "",
"simpleType" : "EventTopic",
"variableSetterType" : "EventTopic"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "EventTopic",
"variableDeclarationType" : "EventTopic",
"documentation" : "",
"simpleType" : "EventTopic",
"variableSetterType" : "EventTopic"
},
"getterModel" : {
"returnType" : "EventTopic",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "EventTopic",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of SNS topic names that receive status messages from the specified Directory ID.
\n@param eventTopics A list of SNS topic names that receive status messages from the specified Directory ID.*/",
"getterDocumentation" : "/**A list of SNS topic names that receive status messages from the specified Directory ID.
\n@return A list of SNS topic names that receive status messages from the specified Directory ID.*/",
"fluentSetterDocumentation" : "/**A list of SNS topic names that receive status messages from the specified Directory ID.
\n@param eventTopics A list of SNS topic names that receive status messages from the specified Directory ID.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of SNS topic names that receive status messages from the specified Directory ID.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setEventTopics(java.util.Collection)} or {@link #withEventTopics(java.util.Collection)} if you want to override the existing values.
\n@param eventTopics A list of SNS topic names that receive status messages from the specified Directory ID.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeEventTopicsResult",
"variableType" : "DescribeEventTopicsResult",
"variableDeclarationType" : "DescribeEventTopicsResult",
"documentation" : null,
"simpleType" : "DescribeEventTopicsResult",
"variableSetterType" : "DescribeEventTopicsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"EventTopics" : {
"documentation" : "A list of SNS topic names that receive status messages from the specified Directory ID.
",
"name" : "EventTopics",
"c2jName" : "EventTopics",
"c2jShape" : "EventTopics",
"variable" : {
"variableName" : "eventTopics",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of SNS topic names that receive status messages from the specified Directory ID.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "eventTopics",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EventTopics",
"marshallLocationName" : "EventTopics",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "EventTopic",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "EventTopic",
"variable" : {
"variableName" : "member",
"variableType" : "EventTopic",
"variableDeclarationType" : "EventTopic",
"documentation" : "",
"simpleType" : "EventTopic",
"variableSetterType" : "EventTopic"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "EventTopic",
"variableDeclarationType" : "EventTopic",
"documentation" : "",
"simpleType" : "EventTopic",
"variableSetterType" : "EventTopic"
},
"getterModel" : {
"returnType" : "EventTopic",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "EventTopic",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**